/*
 * contact.css
 */


/*Front End*/
#terms_and_conditions {
	width:300px;
	border:2px solid;
	padding:10px;
}
input,select{
	/*float:right; 
	margin-right:20px;*/
}

fieldset {
	width:100%;
}

input {
	font-size:12px;
}
.note{
	display:inline;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 12px;
    background: #ffc no-repeat -10px 5px;
	color:#000000;

}
/* method 2 a bodge for IE browsers IE5.01, IE5.5 and IE6 */
* html .note { 
	position:relative; 
	margin-right:-400px;
	margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 12px;
    background: #ffc no-repeat -10px 5px;
	color:#000000;
}
	
	

/* Backend */
table.log {
	background-color: #EEEECC;
	margin-bottom: 10px;
	width : 100%;
}
table.log th {
	background-color: #BBBBBB;
	text-align: left;
	padding: 3px;
	font-size: 16px;
}
table.log td {
	padding: 5px;
}




.listing {
	border-spacing:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#E7E7E7;
	color: #5B5B5B;
	empty-cells: show;
	font-size: 11px;
}
.listing td, th {	padding: 4px; }
.listing thead th { text-align: center; background: #F5F5F5; color: #666; border: 1px solid #FFF; text-transform:uppercase; }
.listing thead th a { color: #D0A600; }
.listing tbody th { font-weight: bold; }
.listing tbody tr	{ background-color:#FFF; text-align:left; }
.listing tbody tr.odd 	{ background: #EEEEEE; border-top:1px solid #FFF; }
.listing tbody th a:link, tbody th a:visited { color:#96D030; padding:3px 0px 0px 18px; }
.listing tr td { padding-top: 2px; padding-bottom: 2px; background: #FFF; border: 1px solid #FFF; }
.listing tbody tr.odd td{
	background-color: #EEEEEE;
	border-top:1px solid #FFF;
	font-weight: bold;
}
.listing tbody td a:link, table td a:visited { color:#999999; text-decoration: none; }
#field_options {
	margin: 0px;
	margin-bottom: 1em;
	font-size: 13px;
	font-family: Arial, sans-serif;
}
#field_options li {
	margin: 0px;
	margin-top: 4px;
	width: 50em;
	cursor:move;
	padding: 2px 2px;
	border: 1px solid #aaa;
	background-color: #eee;
}

#field_options {
	font-size: 80%;
	border: 1px solid black;
}
#field_options th {
	background-color: #8B2323;
	color: white;
	padding: 1px;
	font-weight: bold;
}
#field_options_results {
	font-size: 80%;
	border: 1px solid black;
}
#field_options_results th {
	margin: 0px;
	padding: 0px;
	background-color: #8B2323;
	color: white;
	font-weight: bold;
}
#field_options_results td {
	margin-top: 0px;
	padding: 0px;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
	height: 10px;
}
#field_options_results tr {
	margin-top: 10px;
}
#field_options_results table {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#field_options_bar td {
	padding: 0px;
	margin: 0px;
}



