@charset "utf-8";
/* CSS Document */

label {
    display:block;
    margin-top:5px;
    letter-spacing:1px;
}

.principal {
	display: block;
	margin: 0 auto;
	width: 410px;
	color: #666666;
	font-family: Arial;
	size: 18px;
}

form {
	width: 300px;
	height: 50px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	font:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color:rgb(51,0,153);
}


input, textarea {
    width:240px;
    height:12px;
    background:rgb(153,153,153);
    border:1px solid #f6f6f6;
    padding:7px;
    margin-top:5px;
    font-size:12px;
    color:#ffffff;
}


textarea {
    height:100px;
}

#submit {
	width:240px;
    height:35px;
    border:none;
    margin-top:20px;
    cursor:pointer;
}
