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: 3px;
	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 #F28567;
	background-color: #FFCEB8;
	width: 350px;
	color: #000;
}
textarea.comentari {
	border: 1px solid #F28567;
	background-color: #FFCEB8;
	width: 350px;
	height: 50px;
	color: #000;
}

input.comentari-error {
	border: 1px solid #B6282F;
	background-color: #FFE8E8;
	width: 350px;
}
textarea.comentari-error {
	border: 1px solid #B6282F;
	background-color: #FFE8E8;
	width: 350px;
	height: 50px;
}

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


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


input.submit { 
	background-color: #F28567;
	border: 1px solid #F28567;
	color: #FFF;
	font-size: 13px;
	text-align: center;
	width: 100px;
	margin-left: 5px;
}