/*---------------------------------------------   
    forms
----------------------------------------------*/
form.form fieldset,
form.form ol, 
form.form li, 
form.form legend {
	margin: 0;
	padding: 0;
}

form.form fieldset { border: 0; }

#content form.form ol {list-style: none;}
#content form.form li {margin-bottom: 5px; list-style: none;}
.error{color:#d1181f;}

form.form label {display: inline-block; width: 150px; vertical-align:top;}

form.form input, form.form select, form.form textarea {
	width: 250px;
	padding: 3px;
	border: 1px solid #ddd;
	background: #fff;
	font: normal 13px/13px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	margin-right:10px;
}

form.form textarea { height: 70px; }

form.form select {
	padding: 0;
	width: auto;
}

form.form li.button { margin-top: 15px; }

form.form li.button input {
	width: auto;
	border: 0;
	background: #1555AD;
	color: #fff;
	cursor: pointer;
}

form.form fieldset legend {
	padding: 20px 0;
	font-weight: bold;
	font-size: 18px;
	color: #444;
	_margin: 0 -7px; /* IE Win fix */
}

/* IE Mac legend fix */
form.form legend {
  display: inline-block;
}


input.send { 
	border: 0; 
	display: inline-block; 
	padding: 5px; 
	text-align: center; 
	text-decoration: none; 
	margin: 0 10px 0 0;
	background: #1555AD;
	color: #ffffff; 
	width: 65px;
}

input.send:hover, 
input.send.sendhover { 
	background: #D1181F; 
	color: #ffffff; 
	text-decoration: none;
}

