body {
	font-family:Tahoma, Verdana, Arial, sans-serif;	
	text-align:center;
}

fieldset {
	border:1px solid #ff0000;
	width:770px;
	padding:20px 0 20px 0;
	margin:auto;
    margin-top:10px;
	text-align:left;
	font-size:12px;
}

fieldset span {
	margin:-10px 0 0 20px;
}

legend {	
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	font-style:italic;
	border:0;
    padding:2px 6px;
    margin:0px 10px;
    color:#000;
}

label,input.text {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;
	line-height:16px;
	font-size:12px;
}

input.text {
	font-family:Tahoma, Verdana, Arial, sans-serif;
	border:1px solid #000;
    padding-left:3px;
	height:16px; 
	font-size:12px;
}

input.text:focus {
	border:1px solid #e4e39e;
	background-color:#fffec6;
}

select  {
	font-family:Tahoma, Verdana, Arial, sans-serif;
	border:1px solid #000;
    padding:2px;
   	font-size:11px;
}

select:focus {
	border:1px solid #e4e39e;
	background-color:#fffec6;
}

textarea  {
	font-family:Tahoma, Verdana, Arial, sans-serif;
	border:1px solid #000;
    padding-left:3px;
	font-size:12px;
}

textarea:focus {
	border:1px solid #e4e39e;
	background-color:#fffec6;
}

input.total {
	background-color:#ffffff;
	color:#000;
	margin:0 0 5px 0;
	border:0;
}

label {
	text-align: right;
	width: 180px;
	margin:2px 0 0 0;
	padding-right: 10px;
}

br {
	clear: left;
}

.error {
	color:#FFF;
	display:block;
	float:right;
	width:330px;
	padding:1px 4px 1px 24px;
	background-color:#ff0000;
	margin:0px 10px 0 5px;
	line-height:18px;
	background-image: url(images/warning.gif);
	background-repeat: no-repeat;
	background-position:4px 2px	
}

span.top_error {
	display:block;
	font-weight:bold;
	color:#FFF;
	padding:4px;
	margin:0 10px 20px 10px;
	background-color:#ff0000;
	background-image: url(images/warning.gif);
	background-repeat: no-repeat;
	background-position:4px 5px	
}

input.text.input_error {
	border:1px solid #ff0000;
	background-color:#ffd9d9;
}

.button {
	background-color: #000;
    font-size:12px;
    height:25px;
	xpadding:1px 4px;
	color:#fff;
	border:1px solid #000;
	margin:5px 0 0 0;
}
