/* media login styles */
#medialogin {
	float:left;
	width:280px;
}
.fieldbox {
	background: #fff;
	padding:8px;
	width:280px;
	margin:5px 0;
	background: url(../images/bg_body_transp.png) repeat;
	/*opacity: .8;
	filter:alpha(opacity=80);*/
}
.fieldbox#agency_holder {
	padding: 0;
	background: none;
	width: 300px;
	height: 40px;
	background: url(../images/bg_body_transp.png) repeat;
}
#medialogin label {
	width:90px;
	display:inline-block;
}
#medialogin .inputfield {
	border:0;
	background-color:transparent;
	color:black;
	width:180px;
	display:inline-block;
}
#medialogin .selectfield {
	margin:0;
	padding:0;
	background-color:white;
}
#button {
	background-color:#ffffff;
	padding:5px 8px;
	margin:0;
	border:0;
	text-transform:uppercase;
	width:80px;
	position:relative;
	background: url(../images/bg_body_transp.png) repeat;
	/*filter:alpha(opacity=80);
	opacity:.80;*/
}
#myerror {
	background-color: #ffffff;
	padding: 8px;
	width:320px;
	height:66px;
	float:left;
	margin:5px 0 0 30px;
	font-size:95%;
	background: url(../images/bg_body_transp.png) repeat;
	/*opacity: .8;
	filter:alpha(opacity=80);*/
}
#myerror a {
	color:#000000;
}
#myerror a:hover {
	text-decoration:none;
}
.formerror {
	color:red;
}
/* contact styles */
#form_results { 
	color: #fff;
	font-weight: bold;
	padding: 2px 5px 10px 5px;
	display: none;
}
#contactus {
	width: 660px;
	display: block;
}
#contactus label, #medialogin label {
	width:90px;
	display: none;
}
#contactus .inputfield {
	border: none;
	background-color:transparent;
	color:black;
	width:270px;
}
#contactus .inputfield_on, #contactus .selectfield_on, #medialogin .inputfield_on {
	border: none;
	background-color:transparent;
	color:red;
	width:270px;
}
#contactus .selectfield {
	margin:10px 0 0 0;
	/*height: 30px;*/
	/*background-color:white;*/
	/*background: url(../images/blank.gif) repeat;*/
	/*background: url(../images/bg_body_transp.png) repeat;*/
	filter:alpha(opacity=60);
	border: none;
	font-weight: normal;
	width: 300px;
	background-color:transparent;

}
/*#contactus .selectfield option {
	padding:10px;
}*/
#submit, #reset {
	background-color:#ffffff;
	padding:7px 8px;
	margin:0 1px 0 0;
	border:0;
	text-transform:uppercase;
	width:100px;
	position:relative;
	background: url(../images/bg_body_transp.png) repeat;
	/*filter:alpha(opacity=80);
	opacity:.80;*/
}
#required_holder {
	color: #999;
	padding: 10px 5px 0 0;
	width: 100px;
}
#messageinput {
	background-color: #ffffff;
	border: none;
	padding: 8px;
	width:320px;
	height:165px;
	margin-top: 5px;
	font-family: arial, sans-serif;		
	font-size: 13px;
	background: url(../images/bg_body_transp.png) repeat;
}
#messageinput.tellafriend {
	height: 151px;
	.height: 158px;
}
#messageinput.focusfield {
	padding: 7px;
	color: #ee3a43;
	border: 1px solid #ee3a43;
}
#contactus #myerror {
	background: none;
	border: none;
	padding: none;
	width:320px;
	height: auto;
	float:right;
	margin: 5px 0 0 0;
	display:none;
	color: #fff;
}
#contactus .infocontainer {
	width: 320px;
	padding: 20px 5px 5px 5px;
	color: #fff;
}
#contactus .infocontainer .column {
	width: 160px;
	padding: 0 7px 0 0;
	margin: 0;
	float: left;
}
#contactus .infocontainer .column2 {
	width: 140px;
	padding: 0 0 0 5px;
	margin: 0;
	float: left;
}
#messageinputlabel {
	float: right;
}
#contactus .leftcolumn {
	display: block;
	width: 310px;
	float: left;
}
#contactus .rightcolumn {
	display: block;
	float: right;
	width: 340px;
}
.focusfield {
	color: #ee3a43;
	border: 1px solid #ee3a43;
	padding: 7px;
	/*background: #ccc;
	background-color: #fff;*/
}
.ffmac fieldbox, .ffmac #button, .ffmac #myerror, .ffmac #submit, .ffmac #reset, .ffmac #messageinput {
	/*opacity: 1;*/
	background: #ede4d9;
}



