form {
	margin: 0px;
	padding: 0px;
}
input.radio {
	border: none;
}

div.email  label {
	margin-top: 3px;
	margin-bottom: 3px;
	cursor: pointer;
	width: auto;
	color: #003D53;
}

fieldset {
	margin-bottom: 10px;
	padding: 3px;
	border: none;
}

input, select, textarea {
	border: none;
	font-size: 11px;
	clear: right;
	margin-top: 3px;
	padding:2px;
	font-family: Courier, Arial, Verdana;
}

input.border{
	border: 1px solid #999999;
}

input.comentari {
	border: 1px solid #EBF7FD;
	background-color: #EBF7FD;
	width: 460px;
	color: #333;
}
textarea.comentari {
	border: 1px solid #EBF7FD;
	background-color: #EBF7FD;
	width: 460px;
	height: 160px;
	color: #333;
}

input.comentari-error {
	border: 1px solid #FC900F;
	background-color: #FCFFCF;
	width: 460px;
}
textarea.comentari-error {
	border: 1px solid #FC900F;
	background-color: #FCFFCF;
	width: 460px;
	height: 160px;
}

textarea.comentari:focus, input.comentari:focus {
	background-color: #FFF;
	color: #333;
}

div.email label {
	font-size: 11px;
}
div.email input {
	border: 1px solid #EBF7FD;
	background-color: #EBF7FD;
	width: 170px;
	color: #333;
}
div.email textarea {
	border: 1px solid #EBF7FD;
	background-color: #EBF7FD;
	width: 170px;
	height: 100px;
	color: #333;
}
div.email input.enviar_email {
	width: 98px !important;
	height: 50px !important;
	border: none !important;
	background-color: #FFF !important;
}


ul.error {
	list-style-type: square;
	color: #990000;
}
