#form_holder{
	width:225px;
	overflow:hidden;
	padding:0px;
	


}

input{
	width:223px;
	border:solid 1px;
	height:2em;
	font-size:1.2em;
	margin-bottom:0.4em;
	margin-right:0px;
	background-color:#E8E8E8;

}

label{
font-weight:bold;
font-size:1.2em;
line-height:1.4em;

}

textarea{
font-family: Arial, Helvetica, sans-serif;	
width:223px;
	border:solid 1px;
	font-size:1.2em;
	background-color:#E8E8E8;
}

#enviar{
width:50px;
background-color:#939393;
color:#FFFFFF;
float:right;
}

#form {
	margin: 2em 0;
}

#form label, #form input {
	font-weight: normal;
	font-size: 1em;
}

#form input {
	height: 15px;
}

#form #sendbutton {
	height: 30px;
}
