form {
	margin: 0px;
	padding: 0px;
}

input.radio {
	border: none;
}

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

input, select, textarea {
      background: #EBF7FD;
	border: 1px solid #034;
	font-size: 11px;
	clear: right;
	margin-top: 3px;
	padding:2px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	-opera-border-radius: 15px;
	width: 100%;
}

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;
}

input:focus, select:focus, textarea:focus {
	background-color: #FFF;
}

.email {
	width: 250px;
}

input.submit {
	background: #034;
	color: #FFF;
	width: 130px;
	text-align: center;
}