@charset "utf-8";
/* CSS Document */

/** 
 *
 * Form Styling
 */
 
form {
	padding:10px;
 }
fieldset {
	border: 0;
} 

div.field, .FormHeading {
	clear: both;
}

div.field {
	padding-bottom: 5px;
}

div.requiredField label {
	font-weight: bold;
}
.required {
	margin: 1px 0 0 3px;
	padding: 5px;
	width: 186px;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
	float:right;
	position:relative;
	top:0px;
	left:200px;
	display:inline;
	height:5px;
}

label {
	float: left;
	width: 80px;
	padding-right: 20px;
	text-align: right;
	height:20px;
}

input.text , textarea  {
	min-width: 150px;
	border: 0;
	border-bottom: 1px solid #909090;
	background-color:none;
	width:190px;
}

#Actions {
	float:right;
	padding-right:7px;
	margin-bottom:16px;
	
}
/*.action {
	background-image:url(/quick_response/images/submit.png);
	width:96px;
	height:37px;
	background-repeat:no-repeat;
	background-color:none;
}
*/

#quickForm  {
	position:relative;
	width:200px;
	margin:10px 5px 0 70px;
}
