/*
======================================================
	SCREEN.CSS
======================================================
	Author 	: 	James Dacosta
	Email	:	mrjamesdacosta@googlemail.com
	Version	:	1.0
	Date	:	24-10-07
------------------------------------------------------
		
	COMMENTS
======================================================
 	 	
	 Notes
 
======================================================

*/

/* =reset 
---------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus { outline: 0; }

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul { list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* =typography
---------------------------------------------------------*/

body {
	font: small Arial, Verdana, sans-serif;
	color: #444;
	background: #EBF6D4 url(/img/structure/bk.jpg) top left repeat-x;
}

strong { font-weight: bold; }
em { font-style: italic; }

#main_content a, #breadcrumbs a, #pre-footer a, body.home #secondary_content h2 a {
	cursor: pointer;
	color: #1F0056;
	text-decoration: underline; 
}

#main_content  a:hover, #breadcrumbs a:hover,  #pre-footer a:hover , body.home #secondary_content h2 a:hover{ text-decoration: none; }
#wrapper { }

#wrapper p, #wrapper li {
	line-height: 1.6;
	margin: 10px 0;
	font-size: 105%;
}

#wrapper li{margin:0px;}

#footer {
	font-size: 85%;
	color: #666;
	font-family: Verdana, Arial, sans-serif;
}

#footer a { color: #666; }

#wrapper p.caption {
 	font-size: 100%;
	margin: 0;
/*
	color: #555;
*/
}

h1 {
	font-size: 300%;
	color: #1F0056;
	font-weight: bold;
	letter-spacing: -1px;
}

body.detail #main_content h2 {
	font-size: 150%;
	color: #1F0056;
	font-weight: bold;
	letter-spacing: -0.03em;
	margin:20px 0 0;
}
body.detail #secondary_content h2 {
	font-size: 150%;
	color: #1F0056;
	font-weight: bold;
	letter-spacing: -0.03em;
	margin:20px 0 10px;
}

body.detail #main_content h3 {
	font-size: 110%;
	color: #1F0056;
	font-weight: bold;
	letter-spacing: -0.03em;
	margin:20px 0 0;
}

#footer p { float: left; }
#footer p#credit { float: right; }

#footer p#credit, #footer p#credit a {
	color: #999;
	text-decoration: none;
}

#footer p#credit a:hover { text-decoration: underline; }

/* =layout
---------------------------------------------------------*/

#wrapper {
	width: 775px;
	margin: 0 auto;
	padding: 0px 0px;
}

#header {
	width: 100%;
	overflow: hidden;
	position:relative;
	padding-top:24px !important;
	padding-bottom:28px;
}

#content {
	margin: 0px auto 30px;
	overflow: hidden;
}

#promo {
	/*width: 50%;*/
	position: absolute;
	top: 40%;
}

#promo h1 { text-align: right; }

#promo a {
	float: right;
	font-size: 50%;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: url(/img/structure/main_link_left.jpg) center left no-repeat;
	line-height: 1.9;
	/*width: 12.25em;*/
	padding-left: 11px;
	margin: 50px 0 0 0;
	text-shadow: #fff 0 0 0;
	position: absolute;
	right: 0;
	top: 0;
}

#promo a:hover { text-decoration: underline; }

#promo a em {
	font-weight: normal;
	font-family: Georgia, serif;
}

#promo a span.tl {
	/*
	display:block;
	width:12px;
	height:41px;
*/
	padding: 2px 30px 2px 11px;
	float: left;
	background: url(/img/structure/main_link_right.jpg) center right no-repeat;
}

body.home #main_content {
	position: relative;
	overflow: hidden;
}

body.home #main_content .promo_image {
	float: right;
	margin-right: 100px;
}

body.home #content { /*min-height:32em;*/ }

body.home #secondary_content {
	margin-top: -4px;
	width: 768px;
	/*position:absolute;
 	top:28em;*/
	position: relative;
}

body.home #secondary_content #inner {
	background: url(/img/structure/panel_middle.png) top left repeat-y;
	padding: 0px 10px;
	float: left;
	width: 100%;
}

body.home #secondary_content #outer {
	background: url(/img/structure/panel_top.png) top left no-repeat;
	padding-top: 19px;
}

body.home #secondary_content {
	background: url(/img/structure/panel_bottom.png) bottom left no-repeat;
	padding-bottom: 19px;
	float: left;
}

body.home #secondary_content blockquote {
	width: 210px;
	text-align: right;
	padding: 0 20px 0 30px;
	margin: 0px;
	background: url(/img/structure/quote.jpg) top left no-repeat;
	float: left;
	background-position: 15px 0px;
}

body.home #secondary_content blockquote p {
	font-size: 150%;
	font-family: Georgia, serif;
	text-align: center;
	font-style: italic;
	margin-bottom: 5px;
	line-height: 1.4;
}

body.home #secondary_content blockquote strong {
	font-size: 110%;
	font-weight: normal;
}

body.home #secondary_content #quote_image {
	width: 240px;
	height: 8.5em;
	overflow: hidden;
	float: left;
	position: relative;
}

body.home #secondary_content #quote_image img{
	margin-top:-2.5em;
}

body.home #secondary_content #quote_image span.tl {
	background: url(/img/structure/pic_tl.png) top left no-repeat;
	width: 7px;
	height: 7px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

body.home #secondary_content #quote_image span.br {
	background: url(/img/structure/pic_br.png) bottom right no-repeat;
	width: 7px;
	height: 7px;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
}

body.home #secondary_content h2 {
	font-size: 150%;
	float: left;
	margin-top: 8px;
	line-height: 1.4;
	font-weight: normal;
}

body.home #secondary_content h2 a.button {
	float: left;
	font-size: 75%;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: url(/img/structure/secondary_link_left.jpg) center left no-repeat;
	position: relative;
	line-height: 1.9;
	width: 15.5em;
	padding-left: 11px;
	margin: 10px 0 0 0;
	text-shadow: #fff 0 0 0;
}

body.home #secondary_content h2 a.button:hover { text-decoration: underline; }

body.home #secondary_content h2 a span.tl {
	/*
	display:block;
	width:12px;
	height:41px;
*/
	padding: 2px 30px 2px 11px;
	float: left;
	background: url(/img/structure/secondary_link_right.jpg) center right no-repeat;
}

body.home #secondary_content div.col {
	overflow: hidden;
	width: 240px;
	float: left;
	margin-right: 10px;
}


body.home-rev #main_content{
	float:left;
	width:100%;
	padding-bottom:20px;
}


body.home-rev .c-left{
	width:514px;
	float:left;
}

body.home-rev .c-right{
	width:245px;
	float:right;
}


#action-description{
	font-size:130%;
	color:#262F72;
	line-height:1.4;
	margin-top:15px;
}

body.home-rev .c-right #contact-us{
	background:#F9F9F9 url(/img/homepage/contact-bg.jpg) top left repeat-x;
	border:1px solid #e5e5e5;
	padding:10px;
}

body.home-rev .c-right #contact-us h2{
	font-size:140%;
	line-height:1.4;
	font-weight:normal;
}

body.home-rev form#contact{
	width:100%;
}

body.home-rev form#contact li{
	width:100%;
	margin:10px 0 0 0;
	padding:0;
	float:left;
}


body.home-rev form#contact li.button{
	margin:0;
}

body.home-rev #secondary_content{
	background: url(/img/homepage/secondary-bg.jpg) top center no-repeat;
	padding-top:20px;
	float:left;
	width:100%;
}

body.home-rev #promo-items{
	width:100%;
	float:left;
}

body.home-rev #promo-items dl{
	width:250px;
	float:left;
	margin-left:12px;
}

body.home-rev #promo-items dl.item0{
	margin-left:0;
}


body.home-rev #promo-items dt{
	float:left;
	margin-right:5px;
}

body.home-rev #promo-items dt img{
	border:1px solid #a3a3a3;
}	

body.home-rev #promo-items dd{
	float:right;
	width:145px;
	font-size:90%;
	line-height:1.4;	
}

body.home-rev #promo-items dd a{
	float:left;
	margin-top:5px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	background:url(/img/buttons/grn-btn-right.jpg) center right no-repeat;	
	padding-right:8px;
	cursor:pointer;1
}

body.home-rev #promo-items dd a span{
	background:url(/img/buttons/grn-btn-left.jpg) center left no-repeat;
	float:left;
 	padding:4px 0 4px 8px;
	
}

body.home-rev #promo-items dd a:hover span{
	text-decoration:underline;
}

body.home-rev #promo-items dt a:hover img{
	border-color:#333;
}


body.detail #wrapper p.intro {
	font-size: 160%;
	line-height: 1.4;
}

body.detail #main_content #copy {
	width: 470px;
	float: left;
}

body.wide #main_content #copy {
	width: 100%;
	float: left;
}

body.wide #main_content .promo_image{
	display:none;
}

body.video #main_content #copy {
	width: 470px;
	float: right;
}

body.detail #main_content #copy ul , body.detail #main_content #copy ul li{
 	list-style-type:disc;
}

body.detail #main_content #copy ul li{
	margin-left:18px;		
}

body.detail #main_content #copy ul.clean, body.detail #main_content #copy ul.clean li{
	list-style-type:none;
	list-style-image:none;
}

body.detail #main_content #copy ul.clean li{
	margin-left:0px;
}

/* =timetable
---------------------------------------------------------*/

ul.timetable-list {
	width: 770px;
	float: left;
	overflow: hidden;
	border: 1px solid #9AB35D;
	margin-top: 5px;
	background: #EEF7D1 url(/img/structure/tt_bk.gif) top left repeat-y;
}


ul.timetable-list li {
	float: left;
	display: block;
	width: 110px;
	text-align: center;
}

ul.timetable-list strong.day {
	font-size: 130%;
	padding: 8px 0;
	background: #85B602 url(/img/structure/table_header.gif) bottom left repeat-x;
	color: #fff;
	float: left;
	display: block;
	width: 100%;
	border-left: 1px solid #C4E862;
	text-shadow:#fff 0 0 0;
	border-bottom:4px solid #D0E87B;
}

/* ie has a problem with setting values to 100% */
* html ul.timetable-list strong.day { width: 99%; }
* html ul.timetable-list li#Monday strong.day { width: 100%; }
ul.timetable-list li#Monday strong.day { border-left: 0px; }
ul.timetable-list li ul li {
	display: block;
	float: left;
	width: 100%;
}

ul.timetable-list li ul li a {
	font-weight: bold;
	text-decoration: none !important;
	display: block;
	padding: 15px 2px;
	height: 50px !important;
	font-size:105%;
	line-height:1.2;
}

ul.timetable-list li ul li a.video{
	background:url(/img/icons/tv.gif) top left no-repeat;
	background-position:4px 14px;
}


ul.timetable-list li ul li a:hover {
	background-color: #E6F185;
	text-decoration: none;
  }


ul.timetable-list li ul li a:hover {

}

ul.timetable-list li ul li a:hover span.session{
	text-decoration: underline;
}

ul.timetable-list li ul li a:hover span.time{
	text-decoration: none !important;
}

ul.timetable-list li#Monday,
		ul.timetable-list li#Wednesday,
		ul.timetable-list li#Friday,
		ul.timetable-list li#Sunday {
/*
	background: #EEF7D1;
*/
 }


ul.timetable-list li span.time {
	font-size: 90%;
	display: block;
	color: #444;
}

div#class-timetable{
	width:770px;
	float:left;
}

div#class-timetable{
	margin-top:-30px;
	z-index:1;
	position:relative;

 }
 
 div#class-timetable a#print-tt{
 	background:#E8E6F9 url(/img/icons/printer.gif) center left no-repeat;
 }
 
 div#class-timetable a#search{
 	background:#E8E6F9 url(/img/icons/search.gif) center left no-repeat;
 }
 

div#class-timetable a.action{
  	padding:6px 10px 6px 10px;
	background:#E8E6F9;
	border:1px solid #BBB5ED;
	text-decoration:none;
}

div#class-timetable a.icon {
  	padding:6px 10px 6px 30px;
	background-position:5px 50% !important;
	margin:1px 0 1px 10px;
	float:right;
	
/*
	margin-top:-30px;
	z-index:1;
	position:relative;
*/
 }

div#class-timetable a.action:hover{
	text-decoration:underline;
	background-color:#D5D2F4;
}

/* =instructor details
---------------------------------------------------------*/

div#instructor-info{
	margin-top:10px;
}

div#instructor-info ul{
	margin-top:5px;
}

div#instructor-info ul li{
	padding:1px 0 1px 25px;
	background-position:5px 50%;	
}

div#instructor-info ul li.email{
 	background:url(/img/icons/email.gif) center left no-repeat;
}

div#instructor-info ul li.mobile{
 	background:url(/img/icons/phone.gif) center left no-repeat;
}

div#instructor-info ul li.telephone{
 	background:url(/img/icons/phone.gif) center left no-repeat;
}


div#team-list{
	float:left;
	overflow:hidden;
	width:100%;
}

div#team-list div.team div{
	width:260px;
	float:right;
}

div.team{
	width:49%;
	float:left;
 	padding-top:10px;
	margin-right:5px;
	margin-bottom:15px;
	min-height:8em;
}

#main_content div.team h2, #main_content div.team p.role{
	margin:0;
	padding:0;
}


div.team img{
	float:left;
	margin:0 10px 0px 0;
}

#map{
	border:1px solid #888;
	width:270px;
	height:220px;
}

/* =session details
---------------------------------------------------------*/
table#session-times{
	margin-top:5px;
 	border: 1px solid #9AB35D;
	border-collapse:collapse;
	width:100%;
	margin-left:1px;
	background:#fff;
}

table#session-times thead th{
	background: #85B602 url(/img/structure/table_header.gif) bottom left repeat-x;
	color:#fff;
	font-weight:bold;
	font-size:110%;
	border-left:1px solid #C4E862;
	border-bottom:4px solid #D0E87B;
}

table#session-times thead th#session-day{
	border-left:none;
}

table#session-times thead th, table#session-times tbody td{
	padding:6px;
}

table#session-times tr.alt{
	background:#F4FAE1;
}

table#session-times tr td{
	border-top:1px solid #ccc;
}

/* =breadcrumbs
---------------------------------------------------------*/

div#breadcrumbs{
/*
	position:absolute;
	top:100px;
	left:0px;
	font-size:95%;
*/
}

div#breadcrumbs a{
	color:#638900;
	font-weight:bold;
	text-decoration:underline;
}

div#breadcrumbs .B_currentCrumb{
	font-weight:bold;
}

div#breadcrumbs a:hover{
	text-decoration:none;
}

 
body.detail #main_content h1, body.detail #main_content p.intro { margin: 10px 0; }

body.detail #main_content h1 em {
	font-family: Geogia, serif;
	font-weight: normal;
}

body.detail #main_content .promo_image {
	float: right;
	width: 286px;
	overflow: hidden;
}

body.detail #main_content .promo_image img{
}

body.detail #main_content .promo_image { margin-top: 67px; }
body.video #main_content .promo_image { float: left; }

body.detail #main_content {
	float: left;
	width: 100%;
}

body.detail #secondary_content {
	float: left;
	width: 100%;
}

div#contact-us { margin-top: 20px; }

div.errors {
	margin-bottom: 10px;
	color: red;
}

form#contact{
	
}

form#contact ol, form#contact fieldset{
	margin:0;
	padding:0;
}

form#contact li {
	width: 250px;
	float: left;
 	margin-right: 20px;
}

form#contact li label { }

form#contact li input {
	font-size: 145%;
	width: 98%;
	margin: 4px 0 0 0;
	float: left;
}

form#contact li input.text {
	background: #fff;
	border: 1px solid #999;
	padding: 2px;
}

form#contact li.button { width: 200px; margin-right:0px; float:right;}
form#contact li.button label { }

form#contact li.button input {
	margin-top:	15px;
	width: auto;
}

form#contact li.email { width: 345px; }
form#contact li.contact { width: 190px; margin-right: 0px; }
form#contact p { text-align: right; }

p#yourmessage{
	margin:0 !important;
	padding:6px;
	background:#fff;
	text-align:left !important;
	display:inline;
}

body.detail #pre-footer img {
	float: left;
	margin: 14px 10px 0 0;
}

body.detail #pre-footer {
	position: relative;
	margin-top: 30px;
	float: left;
	width: 100%;
}

body.detail #pre-footer div {
	float: left;
	width: 480px;
}

body.detail #pre-footer p {
	width: 272px;
	float: right;
/*
	border-left: 1px solid #ccc;
*/
	padding-left: 0px;
	margin-top: 10px;
}

body.detail #pre-footer p span#phonenumber { font-size: 150%; display:block; }

body.detail #pre-footer p span.outer{
 	float:right;
	padding:0px 4px 0 0;
}

	

body.detail #pre-footer h2 {
	font-size: 130%;
	margin-top: 8px;
	line-height: 1.4;
	font-weight: bold;
}

body.detail #pre-footer h2 a.button {
	float: left;
	font-size: 75%;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: url(/img/structure/secondary_link_left.jpg) center left no-repeat;
	position: relative;
	line-height: 1.9;
	width: 16em;
	padding-left: 11px;
	margin: 5px 0 0 0;
	text-shadow: #fff 0 0 0;
	letter-spacing:0.05em;
}

body.detail #pre-footer h2 a.button:hover { text-decoration: underline; }

body.detail #pre-footer h2 a span.tl {
	/*
	display:block;
	width:12px;
	height:41px;
*/
	padding: 2px 30px 2px 11px;
	float: left;
	background: url(/img/structure/secondary_link_right.jpg) center right no-repeat;
}

p.follow_on {
	padding: 5px 10px;
	border: 1px solid #ddd;
	background: #fff;
	text-align: center;
}

p.follow_on a { font-weight: bold; }


#partners p{
	width:110px;
}

#partners p a, #partners p a img{
	border:none;
	text-decoration:none;
}

#partners p a img{
	background:#fff;
	padding:2px;
}


#partners p a strong{
	text-decoration:none;
}

#partners p a:hover strong{

}



#video-holder{
	margin-top:-40px;
}

#video-holder h3{
	padding:0 0 4px 0;
	margin:0;
}

/* =courses
---------------------------------------------------------*/

body.detail #main_content ul#courses, body.detail #main_content ul#courses li{
	list-style-type:none !important;
	margin:0;
	padding:0;
}

body.detail #main_content ul#courses li img{
	float:left;
	margin:5px 10px 0px 0;
}

body.detail #main_content ul#courses li{
	width:100%;
	float:left;
	overflow:hidden;
	margin-bottom:10px;
}

body.detail #main_content ul#courses li h3,
body.detail #main_content ul#courses li p{
	margin:0;
	padding-left:110px;
}

/* =search
---------------------------------------------------------*/

span.ajaxSearch_paging{
	margin:10px 0;
	display:block;
	font-size:120%;
	text-align:center;
}

span.ajaxSearch_paging a{
	font-weight:bold;
}

/* =gallery
---------------------------------------------------------*/

div#thumbscontainer{
	float:left;
	width:100%;
}

ul.thumbs{
	float:left;
	width:100%;
}

ul.thumbs li{
	float:left;
	padding:15px;
	width:350px;
	height:320px;
}

ul.thumbs li a, ul.thumbs li a img{
	float:left;
}

ul.thumbs li p{
	padding:0 !important;
	margin:0 !important;
}

ul.thumbs li p.title{
	font-weight:bold;
}

ul.thumbs li a{
	border:2px solid #ddd;
}

ul.thumbs li a:hover{
	border-color: #111;
}

div.pagenumbers{
	text-align:center;
}

div.pagenumbers a, div.pagenumbers span{
	background:#fff;
	border:1px solid #999;
	padding:3px 5px;
	text-decoration:none !important;
}

div.pagenumbers a{
	background:#E7E5F8;
}

div.pagenumbers a:hover{
	text-decoration:underline !important;
}

/* =testimonials
---------------------------------------------------------*/
div.testimonial-item img, div.courses-item img{
	float:left;
	margin:0 8px 8px 0;
	border:1px solid #999;
}

div.testimonial-item a:hover img,
div.courses-item a:hover img{
	border-color:#333;	
}

div.testimonial-item,
div.courses-item{
	float:left;
	border-bottom:1px dashed #999;
	overflow:hidden;
	width:100%;
}



/* =nav
---------------------------------------------------------*/

#header a.logo { float: left; }

#header ul {
	float: right;
	margin-top: 15px;
}

#footer ul {
	float: left;
	overflow:hidden;
	width:100%;
}



#header ul li, #footer ul li, ul.related-pages li { float: left !important; }

#header ul li a, #header ul li strong, #footer ul li a, #footer ul li strong, ul.related-pages li a, ul.related-pages li strong {
	color: #333;
	background: url(/img/structure/nav_sep.jpg) center right no-repeat;
	padding: 3px 8px;
	text-decoration: none;
}

#footer ul li.first strong, #footer ul li.first a{
	padding-left:0;
}


#header ul li a:hover, #footer ul li a:hover { text-decoration: underline; }

#header ul li.last *, ul.related-pages li.last *, #footer ul li.last * {
	background: none;
	padding-right: 0;
}

.scr {
	position: absolute;
	left: -9999px;
	letter-spacing:-9999px;
	clip: rect(1px 1px 1px 1px);
	font-size: 0 !important;
	display:block;
	height:0px;
	
}

ul.related-pages { padding-top: 10px; }
ul.related-pages li.first * { padding-left: 0px; }


/* =table
---------------------------------------------------------*/

table#basic{
	width:100%;
	padding:6px;
	border-collapse:collapse;
	border:2px solid #DFDFDF;
	margin:2px;
	background:#fff;	
	
}

table#basic tr.alt td, table#basic tr.alt {
	background:#F4FAE1;	
}

table#basic tr td{
	padding:6px 3px;
	width:15%;
}

table#basic tr td.detail{
	width:70%;
}


/* =quote
---------------------------------------------------------*/

body.detail blockquote p{
	background:url(/img/structure/quote.gif) top left  no-repeat;
	display:inline;
	padding: 10px 5px 5px 10px;
	margin: 5px;
 	float:left;
 	width: 250px;
 	font-family:Georgia;
 	font-size:120% !important;
}

body.detail blockquote{
	background:url(/img/structure/quoter.gif) bottom right  no-repeat;
	background-position:100% 90%;
	float:right;
	padding: 10px 5px 5px 18px;
}


/* =gallery
---------------------------------------------------------*/


div.picture a img {
	border:1px solid #999 !important;
}

/* =search
---------------------------------------------------------*/

#search_form{
	position:absolute;
	top:8px;
	right:0;	
}

.ajaxSearch_highlight, .ajaxSearch_highlight1{background:yellow;}
.ajaxSearch_highlight2{background:lime;}
.ajaxSearch_highlight3{background:cyan;}


/* =free pt	
------------------------------------------------------------------------*/
#freept dl{
	width:233px;
	float:left;
	margin-left:15px;	
}

#freept dl.first{
	margin-left:0px;
}


/* =forms
---------------------------------------------------------*/

form.basic, form.basic fieldset {
	padding: 0 !important;
	margin: 0 !important;
	width:95%;
}

form.basic legend {
	padding: 0 2px;
	font-weight: bold;
}

form.basic label {
	display: block;
	vertical-align: top;
	text-align:left;
	padding-right:0px;
 	float:left;
 	width:23%;
}


form.basic fieldset ol {
	margin: 0;
	padding: 0;
	width: 100%;
}

form.basic fieldset li {
	list-style: none !important;
	padding: 2px 0px;
	margin: 0;
	background: url(/img/structure/dotted-h.gif) bottom left repeat-x;
	width:100%;
	float:left;
	/*
  overflow:hidden;
*/
}

form.basic fieldset li span{
 	width:75%;
 	display:inline-block;
	float:right;
	padding:2px 0;
}

textarea#cfMessage{
	height:90px;
}


form.basic fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}

li#submit{

}

form.basic fieldset fieldset legend, form.basic fieldset fieldset span.legend {
	padding: 0 0 5px;
	font-weight: normal;
	float: left;
}

form.display fieldset fieldset label { padding-left: 20px; }
form.display fieldset fieldset div { font-weight: bold; }

form.basic fieldset fieldset label {
	display: block;
	width: auto;
	float: none !important;
}

form.basic em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}

form.basic label,form.basic fieldset fieldset span.legend {
/*
	width: 15%;
*/
	/* Width of labels */
}

form.basic .text, form.basic fieldset fieldset div {
	width: 98%;
	font-size: 100% !important;
	float:left;
	margin:0;
	padding:0;
}

form.basic fieldset li.full-width label, form.basic fieldset li.full-width .text { width: 100%; }
form.basic textarea { font-family: verdana, arial; }

form.basic fieldset fieldset div {
	margin-left: 3px;
	/* Width plus 3 (html space) */
	float: left;
}

form.basic #submit {
	border: none;
	background: none;
	position: relative;
}

form.basic #submit input { /*
	padding:0px;
	width:auto;
	float:left;
	margin:0;
*/ }

/* =mozilla form fixes
------------------------------------------------------------------------*/
/* opera only styles */
@media all and (min-width: 0px){
		
	/*
		 ul#nav li#nav_2{
			width:62px;
		}
		
		ul#nav li#nav_3{
			width:100px;
		}
		
		ul#nav li#nav_4{
			width:86px;
		}
		
		ul#nav li#nav_5{
			width:71px;
		}
 		
		ul#nav li#nav_6{
			width:100px;
		}
		*/
		
		form.basic fieldset{
			height:1px;
			border:1px solid transparent;
		}
		
 		
#}



form.basic li label, x:-moz-any-link, x:only-child {
 	 display: block;
 	 float: left;	
#}
