/*---------------------------------------------   
    forms
----------------------------------------------*/
form.form fieldset,
form.form ol, 
form.form li, 
form.form legend {
	margin: 0;
	padding: 0;
}

form.form fieldset { border: 0; margin: 0 0 20px 0; }

form.form .attention { color: #FF0000; }
form.form .note { font-size: 0.9em; }
form.form ol { 
	list-style: none; 
}

form.form li { 
	margin-bottom: 5px; 
	float: left; 
}

form.form label {
	display: inline-block;
	width: 200px;
	vertical-align: top;
}
form.form label.error, form.baseform label.error{
	font-size: 0.8em!important;
	font-style:italic;
  color: #ff0000;
  margin-left: 205px;
}
form.form input, form.form select, form.form textarea {
	width: 250px;
	padding: 3px;
	border: 1px solid #ddd;
	background: #fff;
	font: normal 12px/14px Arial, Helvetica, sans-serif;
	color: #333;
}

form.form textarea { height: 200px; }

form.form select {
	padding: 0;
	width: auto;
}

form.form li.button input {
  width: 85px;
  height: 23px;
  border: none;
  display: block;
  margin: 0 0 0 205px;
  cursor: pointer;
  text-indent: -9999px;
  background: url(../images/core/button-submit.gif) no-repeat;
}

form.form li.button input:hover {
  background-position: 0 -23px !important;
}


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;
}

form.form input.small {
	width: 100px;
}
