/* CSS Document */
.fields{
	border:1px solid #903748;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	height:17px;
	width:300px;
	margin-top:2px;
}
.fields-select{
	border:1px solid #903748;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	height:19px;	
	margin-top:2px;
}
.textarea{
	border:1px solid #903748;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	width:600px;
	margin-top:2px;
}
.button{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border:none;
	background-color:#903748;
    line-height:25px;
	height:25px;
	color:#FFFFFF;
	cursor:pointer;
	margin-top:8px;
	width:180px;
}
.button-search{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border:none;
	background-color:#903748;
    line-height:20px;
	height:20px;
	color:#FFFFFF;
	cursor:pointer;
	width:50px;
}
.msgerror{
	margin-top:5px;
	padding:5px;
	width:706px;
	background-color:#FFECEC;
	border:1px solid #FF0000;
	color:#FF0000;
}

