.content_area > form {
  padding:20px;
}

.standard_field {
  width:296px; 
	height:21px;
  padding:2px;
	outline-style:none;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
  border:1px #666666;    
}

span.required_field {
    color:#00b4ff;
}
.standard_textarea {
  width:296px; 
  padding:2px;
	outline-style:none;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
  border:1px #666666;
  font-family:Helvetica, Arial, Sans-Serif;
}


.quickform_error_message {
  color:#00b4ff;
}

.standard_form {
	min-width:450px;
  color:#333333;
  max-width:600px;
}

.standard_form * {
  color:#333333;    
}

.standard_form label {
  font-size:14px;
  font-family:Helvetica, Arial, Sans-Serif;
  font-weight:bold;
  color:#333333;
  min-width:148px;
  width:148px;    
  max-width:148px;
  float:left;
  margin-top:2px;
}

.standard_form a {
  font-size:12px;
}

.standard_form div.form_row {
  width:100%;
  clear:both;
  margin-bottom:15px;
}

.standard_form div.form_row input[type="submit"],
.standard_form div.form_row input[type="image"] {
  float:right;
}

.standard_form input[type='text'],
.standard_form input[type='password'],
.standard_form textarea {
	font-size:12px;
  width:296px;  
	height:15px;
  padding:2px;
	outline-style:none;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
  border:1px solid #CCCCCC;
  font-family:Helvetica, Arial, Sans-Serif;
}

.fieldWithErrors input {
  background:#00b4ff;
}

