/***********************************************/
/* Web Site: Big Toddle micro site             */
/*                                             */
/* Media: Screen                               */
/*                                             */
/* Author: Oliver Hoad                         */
/*                                             */
/* Created: 25th November 2009                 */
/***********************************************/

/* 
-- CSS INDEX --

1. BASIC HTML
2. STRUCTURE
3. GLOBAL NAVIGATION
4. HOMEPAGE
5. STANDARD PAGE ELEMENTS
6. PAGE ACTIONS
7. POPUPS
8. EMBEDDED VIDEO
9. FORMS

*/

/* ----- 1. BASIC HTML ---------------------------------------*/

h1 {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 170%;
	line-height: 170%;
	color: #333;
	padding: 0;
	margin: 0 0 10px 0;
}

h2 {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 140%;
	line-height: 190%;
	color: #444;
	padding: 0;
	margin: 1em 0 0 0;
}

h3 {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 110%;
	line-height: 190%;
	color: #444;
	padding: 0;
	margin: 1em 0 0 0;
}

p {
	font-weight: normal;
	font-size: 100%;
	line-height: 190%;
	padding: 0;
	margin: 0.2em 0 0.8em 0;
}

ul {
	margin: 8px 0 10px 14px; /* Required for cross-browser list indentation */
	padding: 0 0 0 14px; /* Required for cross-browser list indentation */
	color: #444;
	list-style-image: url(toddle08_standard_bullet.gif);
}

ol {
	margin: 8px 0 10px 15px; /* Required for cross-browser list indentation */
	padding: 0 0 0 15px; /* Required for cross-browser list indentation */
	color: #444;
}

ul li {
	font-weight: normal;
	font-size: 100%;
	line-height: 180%;
	margin: 0 0 10px 0;
	padding: 0;
}

ol li {
	font-weight: normal;
	font-size: 100%;
	line-height: 180%;
	margin: 0 0 5px 0;
	padding: 0;
}

a {
	color: #6d9c16;
	text-decoration: none;
}

p a:hover {
	text-decoration: underline;
	background: #f0f7e5;
	padding: 2px 0 3px 0;
}

hr {
	height: 1px;
	border: none;
	border-bottom: 1px dotted #bbb;
	margin: 7px 0;
}

/* ----- 2. STRUCTURE ----------------------------------------*/

body {
	margin: 0;
	padding: 0;
	background: #eee url(barn08-bg-fade.jpg) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #555;
}

.clear {
	clear: both;
	height: 0;
	margin: 0;
	overflow: hidden;
}

.toddle_image {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

#wrapper {
	width: 100%;
}

#main {
	position: relative;
	width: 990px;
	margin: auto;
	background: #fff url(toddle09_footer_bg.gif) no-repeat bottom left;
	/*background: #fff url(toddle09_header_bg.gif) no-repeat top left;*/
	/*background: #fff url(toddle09_footer_bg_image.jpg) no-repeat bottom left;*/
	/*background: #fff url(toddle09_footer_bg_green.jpg) no-repeat bottom left;*/
}

#cutout {
	position: absolute;
	bottom: 0;
	left: 20px;
}

#header {
	width: 945px;
	height: auto;
	padding: 0 25px 15px 20px;
	background: #fff url(toddle09_header_bg.gif) no-repeat top left;
	/*background: lightcyan;*/
}

#logo {
	float: left;
	width: 165px;
	height: 114px;
	margin: 63px 30px 20px 0;
}

#banner {
	float: left;
	width: 538px;
	height: 185px;
	margin: 15px 0 0 0;
}

#actions {
	position: relative;
	float: right;
	width: 186px;
	height: auto;
	margin: 39px 0 0 25px;
	font-size: 90%;
	color: #666;
}

#actions p {
	margin: 0;
	padding: 0;
	line-height: 170%;
}

#actions a {
	color: #111;
	text-decoration: none;
}

#actions a:hover {
	text-decoration: underline;
}

#text_size {
	margin: 13px 0 0 5px;
}

#search {
	width: 175px;
	height: 23px;
	margin: 15px 0 0 0;
}

#search_field {
	position: relative;
}

#search_input {
	position: absolute;
	top: 0;
	left: 0;
	width: 135px;
	padding: 4px;
	border: 1px solid #adadad;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #aaa;
}

#search_button {
	position: absolute;
	top: 0;
	right: 0;
	width: 25px;
	height: 23px;
	border: 0;
	background: #fff url(toddle09_search_button.gif) no-repeat;
	font-size: 0;
	color: #97c928;
	cursor: pointer;
}

#sign_up_banner {
	width: 151px;
	height: 50px;
	margin: 16px 0 0 6px;
}

#nav {
	display: inline; /* IE double-margin bug fix */
	float: left;
	width: 175px;
	height: auto;
	margin: 35px 0 0 20px;
	/*background-color: lavender;*/
}

#content {
	display: inline; /* IE double-margin bug fix */
	float: right;
	width: 748px;
	height: auto;
	margin: 0 25px 0 0;
	/*background-color: palegreen;*/
}

#canvas_top {
	display: inline; /* IE double-margin bug fix */
	float: right;
	width: 750px;
	height: 11px;
	background: url(toddle09_canvas_border_top.gif) no-repeat;
	font-size: 1px; /* Required to fix IE6 minimum height bug */
}

#canvas_bottom {
	display: inline; /* IE double-margin bug fix */
	float: right;
	width: 750px;
	height: 11px;
	background: url(toddle09_canvas_border_bottom.gif) no-repeat;
	/*background: url(toddle09_canvas_border_bottom_green.gif) no-repeat;*/
	font-size: 1px; /* Required to fix IE6 minimum height bug */
}

#canvas {
	display: inline; /* IE double-margin bug fix */
	float: right;
	width: 748px;
	height: auto;
	border-right: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	background-color: #fff;
	/*background-color: beige;*/
}

#section {
	float: left;
	width: 518px;
	height: auto;
	margin: 0 5px 0 0;
	padding: 3px 20px 55px 20px;
	/*background-color: lightyellow;*/
}

#section ul a {
	font-weight: bold;
}

#section ul a:hover {
	text-decoration: underline;
	background: #f0f7e5;
	padding: 2px 0 3px 0;
}

#section ol a {
	font-weight: bold;
}

#section ol a:hover {
	text-decoration: underline;
	background: #f0f7e5;
	padding: 2px 0 3px 0;
}

#sidebar {
	float: left;
	width: 165px;
	margin: 28px 0 55px 0;
	/*background-color: aliceblue;*/
}

#sidebar p a {
	font-weight: normal;
}

#sidebar p a:hover {
	text-decoration: underline;
	background: #f0f7e5;
	padding: 2px 0 3px 0;
}

#footer {
	width: 990px;
	height: 88px;
	margin: 0;
}


#corporate_info {
	display: inline; /* IE double-margin bug fix */ 
	float: left;
	width: 530px;
	height: auto;
	margin: 0 0 0 236px;
	padding: 12px 0 16px 0;
	color: #aaa;
	/*background: powderblue;*/
}

#corporate_info p {
	margin: 0;
	font-size: 85%;
	line-height: 140%;
}

#corporate_info a {
	color: #aaa;
}

#corporate_info a:hover {
	text-decoration: underline;
	color: #aaa;
}

/*
#corporate_info {
	display: inline;
	float: left;
	width: 530px;
	height: auto;
	margin: 0 0 0 236px;
	padding: 12px 0 16px 0;
	color: #fff;
}

#corporate_info p {
	margin: 0;
	font-size: 85%;
	line-height: 140%;
}

#corporate_info a {
	color: #fff;
}

#corporate_info a:hover {
	text-decoration: underline;
	color: #73a518;
}
*/

#barnardos_logo {
	display: inline; /* IE double-margin bug fix */
	float: right;
	width: 115px;
	margin: 17px 47px 16px 0;
}

.hide {
	display: none;
}

/* ----- 3. GLOBAL NAVIGATION --------------------------------*/

#menu {
	margin: 0;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0 0 0 14px;
	list-style-image: none;
	list-style-type: none;
}

#menu li {
	margin: 0;
	padding: 0 0 22px 0;
	background-repeat: no-repeat;
	font-size: 0px;
	color: #fff;
	text-indent: -999px;
	list-style-image: none;
	outline: none; /* Removes dotted outline in Firefox */
}

#menu li span {
	display: block;
	margin: 0;
	font-size: 0px;
	color: #fff;
	text-indent: -999px;
	outline: none; /* Removes dotted outline in Firefox */
}

#menu li a, #menu li a:visited, #menu li a:hover {
	display: block;
	margin: 0;
	font-size: 0;
	color: #fff;
	text-indent: -999px;
	outline: none; /* Removes dotted outline in Firefox */
}

#menu ul ul {
	display: block;
	margin: 20px 0 0 0;
	padding: 0 0 0 10px;
}

#menu ul ul li {
	display: block;
	margin: 0;
	padding: 0 0 0 8px;
	list-style-image: none;
}

#menu ul ul span {
	display: block;
	width: 100px;
	height: auto;
	margin: 10px 0 0 0;
	padding: 0 0 4px 12px;
	line-height: 150%;
	background: url(toddle09_grey_menu_arrow.gif) 0px 6px no-repeat;
	font-size: 11px;
	color: #000;
	text-indent: 0px;
	text-decoration: none;
}

#menu ul ul a, #menu ul ul a:visited {
	width: 100px;
	height: auto;
	margin: 10px 0 0 0;
	padding: 0 0 4px 12px;
	line-height: 150%;
	font-size: 11px;
	text-indent: 0px;
	color: #444;
	text-decoration: none;
}

#menu ul ul a:hover {
	width: 100px;
	height: auto;
	margin: 10px 0 0 0;
	padding: 0 0 4px 12px;
	line-height: 150%;
	background: url(toddle09_green_menu_arrow.gif) 0px 6px no-repeat;
	font-size: 11px;
	text-indent: 0px;
	color: #6d9c16;
}

#what_is_the_big_toddle span {
	width: 125px;
	height: 37px;
	background-image: url(toddle09_what_is_the_big_toddle.gif);
	background-position: 0px 0px;
}

#what_is_the_big_toddle a {
	width: 125px;
	height: 37px;
	background: url(toddle09_what_is_the_big_toddle.gif);
	background-position: -400px 0px;
}

#what_is_the_big_toddle a:hover {
	background-position: -200px 0px;
}

#what_is_the_big_toddle ul span {
	background-image: none;
}

#what_is_the_big_toddle ul a {
	background-image: none;
}

#what_is_the_big_toddle ul a:hover {
	background-image: none;
}

#register span {
	width: 96px;
	height: 17px;
	background-image: url(toddle09_register.gif);
	background-position: 0px 0px;
}

#register a {
	width: 96px;
	height: 17px;
	background-image: url(toddle09_register.gif);
	background-position: -400px 0px;
}

#register a:hover {
	background-position: -200px 0px;
}

#register ul span {
	background-image: none;
}

#register ul a {
	background-image: none;
}

#register ul a:hover {
	background-image: none;
}

#fundraise span {
	width: 109px;
	height: 14px;
	background-image: url(toddle09_fundraise.gif);
	background-position: 0px 0px;
}

#fundraise a {
	width: 109px;
	height: 14px;
	background-image: url(toddle09_fundraise.gif);
	background-position: -400px 0px;
}

#fundraise a:hover {
	background-position: -200px 0px;
}

#fundraise ul span {
	background-image: none;
}

#fundraise ul a {
	background-image: none;
}

#fundraise ul a:hover {
	background: url(toddle08_green_menu_arrow.gif) 0px 6px no-repeat;
}

#learning_activities span {
	width: 102px;
	height: 34px;
	background-image: url(toddle09_learning_activities.gif);
	background-position: 0px 0px;
}

#learning_activities a {
	width: 102px;
	height: 34px;
	background-image: url(toddle09_learning_activities.gif);
	background-position: -400px 0px;
}

#learning_activities a:hover {
	background-position: -200px 0px;
}

#learning_activities ul span {
	background-image: none;
}

#learning_activities ul a {
	background-image: none;
}

#learning_activities ul a:hover {
	background: url(toddle08_green_menu_arrow.gif) 0px 6px no-repeat;
}

#additional_resources span {
	width: 137px;
	height: 34px;
	background-image: url(toddle09_additional_resources.gif);
	background-position: 0px 0px;
}

#additional_resources a {
	width: 137px;
	height: 34px;
	background-image: url(toddle09_additional_resources.gif);
	background-position: -400px 0px;
}

#additional_resources a:hover {
	background-position: -200px 0px;
}

#additional_resources ul span {
	background-image: none;
}

#additional_resources ul a {
	background-image: none;
}

#additional_resources ul a:hover {
	background: url(toddle08_green_menu_arrow.gif) 0px 6px no-repeat;
}

#your_news_and_photos span {
	width: 120px;
	height: 37px;
	background-image: url(toddle09_your_news_and_photos.gif);
	background-position: 0px 0px;
}

#your_news_and_photos a {
	width: 120px;
	height: 37px;
	background-image: url(toddle09_your_news_and_photos.gif);
	background-position: -400px 0px;
}

#your_news_and_photos a:hover {
	background-position: -200px 0px;
}

#your_news_and_photos ul span {
	background-image: none;
}

#your_news_and_photos ul a {
	background-image: none;
}

#your_news_and_photos ul a:hover {
	background: url(toddle08_green_menu_arrow.gif) 0px 6px no-repeat;
}

#your_questions span {
	width: 150px;
	height: 17px;
	margin: 0 0 25px 0;
	background-image: url(toddle09_your_questions.gif);
	background-position: 0px 0px;
}

#your_questions a {
	width: 150px;
	height: 17px;
	background-image: url(toddle09_your_questions.gif);
	background-position: -400px 0px;
}

#your_questions a:hover {
	background-position: -200px 0px;
}

#your_questions ul span {
	background-image: none;
}

#your_questions ul a {
	background-image: none;
}

#your_questions ul li a:hover {
	background-image: none;
}

#breadcrumbs {
	width: 518px;
	height: auto;
	margin: 0 0 18px 0;
	font: 0.85em verdana;
	color: #666;
	/*background: lightpink;*/
}

#breadcrumbs a, #breadcrumbs a:visited {
	color: #6d9c16;
	text-decoration: none;
}

#breadcrumbs a:hover, #breadcrumbs_container a:visited:hover {
	background: #f0f7e5;
	padding: 2px 0 3px 0;
	color: #6d9c16;
	text-decoration: underline;
}

/* ----- 4. HOMEPAGE -----------------------------------------*/

#widget_top {
	width: 517px;
	height: 5px;
	background: url(toddle09_widget_top.gif) no-repeat;
	font-size: 1px; /* Required to fix IE6 minimum height bug */
}

#widget_body {
	position: relative;
	z-index: 1;
	width: 485px;
	height: 215px;
	padding: 5px 15px 10px 15px;
	border-right: 1px solid #e4e4e4;
	border-bottom: 4px solid #94c342;
	border-left: 1px solid #e4e4e4;
	background: #fafafa;
}

#widget_content {
	float: left;
	width: 240px;
	height: auto;
}

#widget_content h3 {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 115%;
	color: #666;	
	line-height: 150%;
	padding: 0;
	margin: 0 0 5px 0;
}

#widget_content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666;
	line-height: 140%;
	padding: 0;
	margin: 0.2em 0 0.8em 0;
}

#widget_image {
	display: inline;
	float: right;
	width: 230px;
	height: 200px;
	margin: 6px 0 0 0;
}

#widget_tabs {
	width: 517px;
	height: 45px;
}

#widget_tabs ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}

#widget_tabs li {
	position: relative;
	float: left;
	z-index: 0;
	text-align: center;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-weight: bold;
}

#widget_tabs span {
	display: block;
	width: 130px;
	height: 45px;
	line-height: 17px;
}

.selected {
	padding: 5px 0 0 0;
	background: url(toddle09_widget_tab_on.gif) no-repeat;
	color: #fff;
}

.unselected {
	padding: 5px 0 0 0;
	background: url(toddle09_widget_tab_off.gif) no-repeat;
	color: #6d9c16;
	cursor: pointer;
	cursor: hand;
}

/*
#thermometer_copy p {
	width: 145px;
	margin-top: -1px; 20px 0 0;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 120%;
	color: #555;
	text-align: center;
	line-height: 120%;
}
*/

#call_to_action {
	width: 518px;
}

#call_to_action h2 {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 140%;
	color: #6d9c16;
	line-height: 190%;
	padding: 0;
	margin: 0;
}

#call_to_action p {
	font-size: 90%;
	color: #555;
	line-height: 160%;
}

#call_to_action_left {
	display: inline;
	float: left;
	width: 220px;
	margin: 0 39px 0 5px;
	/*background: orange;*/
}

#call_to_action_right {
	display: inline;
	float: left;
	width: 220px;
	/*background: cyan;*/
}

/* ----- 5. STANDARD PAGE ELEMENTS ---------------------------*/

.quote {
	margin: 0px 37px 20px 5px;
	background: url(toddle09-quote-left.gif) no-repeat;
	color: #777;
}

.quote div {
	padding: 10px 25px;
	background: url(toddle09-quote-right.gif) bottom right no-repeat;
}

.quote div p {
	font-size: 90%;
	line-height: 160%;
}

#section p a, .highlightgrey a, .highlight a {
	font-weight: bold;
}

.alignright, .alignleft {
	float: right;
	clear: right;
	margin: 19px 0 6px 12px;
}

.highlightgrey, .highlight {
	clear:both;
	margin: 15px 0 15px 0;
	padding: 10px;
	border: 1px solid #d0e5ac;
	font-size: 0.90em;
	line-height: 1.7em;
}

.highlight br, .highlightgrey br {
	line-height: 0.5em;
}

.quoteright, .quoteleft {
	float: right;
	clear: right;
	width: 170px;
	margin: 10px 0 15px 15px;
	padding: 10px;
	border: 1px solid #abd067;
	font-size: 0.9em;
	line-height: 1.5em;
}

blockquote {
	margin: 20px 0px;
	background: url(barn10-double-quote-left.gif) no-repeat;
	color: #777;
}

blockquote p {
	padding: 2px 27px 0px 27px;
	font-size: 100%;
	line-height: 170%;
}

blockquote strong {
	color: #666;
}

.extrainfotitle {
	margin: 8px 37px 0 5px;
}

.extrainfotitle h2 {
	margin: 0;
	padding: 10px;
	border: 1px solid #e5e5e5;
	background: #f9f9f9;
	line-height: 100%;
	font-size: 110%;
	font-weight: bold;
	color: #666;
}

.ulbg {
	margin: 0 37px 0 5px;
	padding: 10px;
	border: 1px solid #e5e5e5;
	border-top: none;
	font-size: 90%;
}

.ulbg ul li {
	line-height: 140%;
}

.adobe {
	margin: 8px 37px 0 5px;
	padding: 10px;
	border: 1px solid #e5e5e5;
	color: #666;
}

.adobe p {
	font-size: 90%;
	line-height: 160%;
}

table {
	margin: 10px 0;
}

td {
	padding: 5px;
}

.rowheader {
	background: #7fba00;
	color: #fff;
	font-weight: bold;
}

.rowodd {
	background: #fff;
	font-size: 1em;
	color: #000;
}

.roweven {
	background: #f3f3f3;
	font-size: 1em;
	color: #000;
}

.arrowBack {
	padding-left: 15px;
	background: url(arrow-back.jpg) 0px 2px no-repeat;
}

.arrowForward {
	padding-right: 15px;
	background: url(arrow-forward.jpg) right 2px no-repeat;
}

.smalltext {
	font-size: 90%;
}

.rhQuote {
	margin: 0 0 25px 0;
	background: url(toddle09_quote_left.gif) no-repeat;
	color: #666;
}

.rhQuote div {
	padding: 10px 25px;
	background: url(toddle09_quote_right.gif) bottom right no-repeat;
}

.rhQuote div p {
	font-size: 90%;
	line-height: 160%;
}

.rhFeature div h2 {
	margin: 0 0 10px 25px;
	font-size: 150%;
	color: #666;
	text-align: left;
	line-height: 140%;
}

.rhFeature div p {
	margin: 0 5px 10px 25px;
	font-size: 90%;
	color: #666;
	text-align: left;
	line-height: 160%;
}

.rhFeature div {
	margin: 0 auto 0 auto;

}

.rhImage {
	margin: 30px auto 5px auto;
}

.rhImage div {
	text-align: right;
}

/* ----- 6. PAGE ACTIONS -------------------------------------*/

#page_actions {
	width: 682px;
	height: 22px;
	margin: 0 0 0 20px;
	/*background: lightgrey;*/
}

#page_actions_share ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}

#page_actions_share li {
	float: left;
	margin: 0 18px 0 0;
}

#page_actions_top ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}

#page_actions_top li {
	float: right;
	margin: 0 1px 0 0;
}

/* ----- 7. POPUPS -------------------------------------------*/

#banner_popup, #popup_wrapper {
	width: 100%;
}

#banner_popup div {
	width: 480px;
	margin: auto;
	padding: 12px 10px 10px 10px;
	border-top: 2px solid #daeac1;
	background: #fff;
}

#centre_popup {
	width: 480px;
	margin: auto;
	padding: 10px;
	background: #fff;
}

#popup_copy {
	width: 430px;
	margin: 0 25px 10px 25px;
	background: #fff;
}

#popup_copy h1 {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 170%;
	line-height: 140%;
	color: #444;
	padding: 0;
	margin: 0 0 10px 0;
}

#popup_copy h2 {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 140%;
	line-height: 140%;
	color: #444;
	padding: 0;
	margin: 0.3em 0 0 0;
}

#popup_copy a {
	font-weight: bold;
	color: #6d9c16;
	text-decoration: none;
}

#popup_copy a:hover {
	padding: 2px 0 3px 0;
	background: #f0f7e5;
	text-decoration: underline;
}

#popup_close {
	width: 430px;
	margin: 0 25px 10px 25px;
	background: #fff;
}

/* ----- 8. EMBEDDED VIDEO -----------------------------------*/

#embedded_video_standard {
	width: 368px;
	height: 278px;
	margin: 5px 0 0 0;
	border: 1px solid #d0e5ac;
}

#embedded_video_image {
	margin: 4px;
}

/* ----- 9. FORMS --------------------------------------------*/

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #e5e5e5;
	font-size: 90%;
	color: #555;
}

fieldset h3 {
	clear: both;
	font-size: 1.1em;
	font-weight: bold;
	color: #444;
}

fieldset p {
	clear: both;
	font-size: 1em;
}

fieldset fieldset {
	margin: 5px 0 0 0;
	border: none;
}

fieldset legend {
	padding: 0 5px 10px 5px;
	background: #fff;
	font-size: 1.1em;
	font-weight: bold;
	color: #444;
}

fieldset .error {
	background:#faeaea;
}

fieldset ul {
	margin-left: 3em;
	font-size: 1em;
}

fieldset label {
	width: 160px;
	padding: 3px 10px 0 0;
	font-weight: bold;
	text-align: right;
}

fieldset fieldset legend {
	width: 110px;
	margin: 0;
	padding: 0 10px 5px 0;
	font-weight: bold;
	text-align: right;
}

fieldset fieldset label {
	width: 120px;
	padding: 3px 10px 0 0;
	font-weight: normal;
}

fieldset label {
	display: block;
	float: left;
	margin: 0 0 5px 0;
}

fieldset input, fieldset select, fieldset .right {
	display: block;
	float: left;
	margin-bottom: 5px;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 1.2em;
}

fieldset textarea {
	display: block;
	float: left;
	width: 225px;
	height: 160px;
	margin: 0 0 5px 0;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 1.2em;
}

.fullwidth {
	display: inline;
	width: 300px;
	padding: 3px 10px 0 0;
	font-weight: bold;
	text-align: left;
}

.inline {
	display: inline;
	float: none;
	margin: 0;
	padding: 0;
}

.indent {
	display: inline;
	margin: 3px 0 0 170px;
}

fieldset br {
	clear: both;
}

fieldset .submit {
	margin: 0 0 0 170px;
}

#formbutton {
	display: inline;
	margin: 0 0 0 170px;
}

.multioptions label {
	font-weight: normal;
}

