/* CSS Document */
/*
	Forms
	By Andrew Broomfield/Hugh Newsome
	www.Sloomedia.com
*/

form.grey1 {
width:575px;
padding:0px 0px 0px 0px;
background-color:#F3F3F3;
background-image:url(../img/form/bg1_main.gif);
background-repeat:no-repeat;
font-size:0.9em;
line-height:1.2em;
}

form.grey1 div.form_container {
	padding:15px 15px 5px 15px;


}

form.grey1 div.form_foot {
background-image:url(../img/form/bg1_foot.gif);
background-repeat:no-repeat;
background-color:#FCFBFA;
height:10px;

}

form.grey1 fieldset {
width:auto;

}

form.grey1 input {
	
font-family: Arial, Helvetica, Trebuchet MS, sans-serif; 
font-size:0.95em;
}


form.grey1 textarea {
	font-size:0.95em;
	font-family: Arial, Helvetica, Trebuchet MS, sans-serif;
	line-height:1.4em;
	

}


form.grey1 select {
	font-size:0.85em;	

}

form.grey1 dl {
	width:auto;
	float:none;
}

form.grey1 dt {
float:left;
text-align:right;
font-weight:bold;
color:#333333;
width:200px;

padding:5px 10px 5px 2px;

}

form.grey1 dd {
float:left;
width:200px;
padding:5px 10px 5px 2px;

}

form.grey1 input.submitbtn {
font-weight:bold;
background: #E56303 url(../img/form/button_bg_up.gif) no-repeat scroll right bottom;
border: 1px solid #666666;
color:#FFFFFF;
cursor:pointer;
padding:3px;

}
form.grey1 input.submitbtn:active {
background:  url(../img/form/button_bg_down.gif) no-repeat scroll right bottom;
}

input.submitbtn {
font-weight:bold;
background: #E56303 url(../img/form/button_bg_up.gif) no-repeat scroll right bottom;
border: 1px solid #666666;
color:#FFFFFF;
cursor:pointer;
padding:3px;

}
input.submitbtn:active {
background:  url(../img/form/button_bg_down.gif) no-repeat scroll right bottom;
}



form.grey1 h2	{
	color:#333333;
	font-weight:bold;
	margin:0px 0px 8px 0px;
}

form.grey1 h3	{
	color:#E56303;
	font-weight:bold;
	margin:0px 0px 10px 0px;

}

form.grey1 div.required_fields {
	float:right;
	padding:0px 20px 0px 20px;
	border:0px;
	margin:-10px 0px 0px 0px;
}

form.grey1 img.required {
	border:0px;
}

div.error {
	width:214px;
	background:#C90000;
	color:#ffffff;
	font:normal 0.85em Arial, Helvetica, sans-serif;
	padding:3px;
	margin:2px 0px 0px 0px;
	

}

div.Search_Holder dt {

	float:left;
	text-align:right;
	font-weight:bold;
	color:#333333;
	width:140px;
	
	padding:5px 6px 5px 2px;
}

div.Search_Holder dd {

float:left;
width:135px;
padding:5px 2px 5px 2px;

}

.grey_listimg {
	vertical-align:text-top !important;
	}


a.btn_Next {
font-weight:bold;
text-decoration:none;
background: #F65D9D url(../img/form/button_bg_up.gif) no-repeat scroll right bottom;
border: 1px solid #666666;
color:#FFFFFF;
cursor:pointer;
padding:3px 8px 3px 8px;

}
a.btn_Next:active {
background:  url(../img/form/button_bg_down.gif) no-repeat scroll right bottom;
}

