/*---------------------------------------------   
    forms
----------------------------------------------*/

form.form fieldset {
  background: #f1f1f1;
  width: 650px;
  padding: 10px;
}

form.form ol { list-style: none !important; margin-left: 0 !important;  }

form.form li { margin-bottom: 5px; margin-left: 0 !important;}

form.form label {
  float: left;
	display: inline-block;
	width: 150px;
}

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;
}

form.form textarea { height: 200px; }

form.form select {
	padding: 0;
	width: auto;
}

form.form li.button { margin-top: 15px; }

form.form li.button input {
  background: #F1F1F1 url(../images/core/button-submit.gif) no-repeat;
  width: 68px;
  height: 22px;
  margin: 2px 0 0 0;
  cursor: pointer;
  border: none;
}

form.form fieldset legend {
	font-weight: bold;
	color: #472456;
	font-size: 14px;
	margin-top: 20px;
	_margin: 0 -7px; /* IE Win fix */
}

/* IE Mac legend fix */
form.form legend {
  display: inline-block;
}

form.form input.checkbox {
	width: auto;
  background: none;
  border: none;
  vertical-align: middle;
}

form.form input.cc {
  width: 40px;
}

form.form em {color: #ff0000;}
form.form p {line-height: 24px !important;}
