form {
	margin: 0;	
}

input,
select,
textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

input,
select,
textarea {
	border: 1px solid #333;
	padding: 1px;
		display:block;
}

input[type='text'],
input[type='password'] {
	padding-left: 3px;
	display:block;
}

input[type='radio'] {
	margin: 0 3px 0 5px;
	vertical-align: middle;
}

p input[type='radio']:first-child {
	margin-left: 0;
}
input[type='hidden']{
	border:0;
}

.contact_form input[type='submit']{
	background-image:url(../picture/interface/bg_submit.png);
	padding:4px;
	width:80px;
	height:24px;
	background-color:transparent;
}

input[type='submit'],
input[type='button'] {
	border: none;
	color: #fff;
	background-color:transparent;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	background-color:#254D90;
	
}

input[type='submit']:hover,
input[type='button']:hover {
	background-color:#FFDE00;
}

.contact_form input[type='submit']:hover{
	background-position:0 -24px;
}

#content .required {
	color: #DF0000;
}