/* Start of CMSMS style sheet 'DOF Forms V1.0' */
/* sidebar style forms */

.side_forms .textbox, #search .textbox{
	 width:140px; 
	 border:none; 
	 margin:0 1px 0;
	 background:none;
	 font-size:11px; 
	 line-height:14px; 
	 color:#828282; 
	 padding:1px 0 2px 8px;
}

.side_forms .bg-subscribe{ 
	float:right; 
	text-align:left; 
	width:175px; 
	height:19px;
	background-image: url(images/bg_input.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin:0px 0px 13px 0px;
	padding: 0px;
}

#middlecontent .side_forms .bg-subscribe{
	float:left; 
	clear: both;
}

#search .bg-subscribe{
	float:right; 
	text-align:left; 
	width:175px; 
	height:19px;
	background-image: url(images/bg_search_input.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin:0px 0px 13px 0px;
	padding: 0px;
}

.side_forms button.button::-moz-focus-inner , #search button.button::-moz-focus-inner{ 
	padding:0; 
	border:0; 
} /* FF Fix */

.side_forms button.button, #search button.button { 
	overflow:visible; 
	width:auto; 
	background:none; 
	border:none; 
	cursor:pointer;
}

.side_forms button.button, #search button.button{
	width:24px;
	height:20px;
	margin:0;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:20px;
	text-align:center;
	text-indent:6px;
}

.side_forms .errors ul{
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	list-style: none;
}

.side_forms .errors .validation-advice {
	clear:both; 
	min-height:13px; 
	margin:3px 0 0; 
	padding-left:17px; 
	font-size:10px; 
	line-height:13px; 
	background:url(images/validation_advice_bg.gif) 2px 1px no-repeat;
	color:#f00; 
}

.side_forms .message{
	font-size: 10px;
	font-weight: normal;
}
/* End of 'DOF Forms V1.0' */

