/* Start of CMSMS style sheet 'MYM_form' */
/*
insert cms module form styles here
*/

input, select{
	border:none;
	background-color:#fff;
	border-top:1px solid #7e9eb7;
	border-left:1px solid #7e9eb7;
	border-bottom:1px solid #7e9eb7;
	border-right: 1px solid #7e9eb7;
	padding:2px;	
}
input, select{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#fff;
}
.error{
	color:#ED1B2E;
}

textarea, .text{
	/*Mozilla does not like textareas!! and does not 
allow you to modify scrollbars. Even fonts must
be overriden within the text area
*/	
	font-family:Arial, Helvetica, sans-serif;	
	width:300px;
	font-size:11px;
	background-color:#fff;
	border-top:1px solid #7e9eb7;
	border-left:1px solid #7e9eb7;
	border-bottom:1px solid #7e9eb7;
	border-right: 1px solid #7e9eb7;
	scrollbar-face-color : #718B9F;
	scrollbar-highlight-color : #ffffff;
	scrollbar-3dlight-color : #ffffff;
	scrollbar-shadow-color : #ffffff;
	scrollbar-darkshadow-color : #ffffff;
	scrollbar-track-color : #ffffff;
	scrollbar-arrow-color : #ffffff;
	scrollbar-width:5px;
}

form{
	margin:0px;
	padding:0px;
}

.fieldset-wrapper{
	padding-top:5px;
	padding-bottom:15px;
	padding-right:20px;
	position:relative;
}


input.btn{
	border:0px;
	background-color:none;
	font-family:Arial, Helvetica, sans-serif;
	border-right: 1px solid #572a55;
	border-bottom: 1px solid #572a55;
	padding:1px;
	font-size:12px;
}

table td.valigntop{
/*to account for the offset created by the inputs field border*/
vertical-align:top;
padding-top:3px;
}

.submit_btn{
	background-color:#ed1b2e;
	text-transform:uppercase;
	border:none;
	color:#fff;
	font-weight:bold;	
}


/* End of 'MYM_form' */

