table.contacto
{
	margin:auto;
	margin-top:20px;
	margin-bottom:30px;
}

td.contacto
{
	padding:5px;
	font-family:"Candara";
	font-size:16px;
	color:#999;
}

label {
    cursor: pointer;
    display: block;
    height: 24px;
    line-height: 20px;
    padding: 0 0 0 40px;
    width: 80px;
	color: #999;
}

.requisites {
    padding: 0 2px;
}

input.text, input.submit {
    border: 1px solid #A0A0A0;
    border-radius:3px;
    color: #8C8C8C;
    font-size: 16px;
    margin-bottom: 5px;
    padding: 1px;
    width: 200px;
}
input.error {
    background: none repeat scroll 0 0 #FFB9B9;
    border-color: #171717;
}
a.alerta {
    color: #FF0000 !important;
    font-size: 14px;
}
textarea {
    border: 1px solid #A0A0A0;
    font-family: 'Arial',sans-serif;
    font-size: 12px;
    height: 100px;
    padding: 4px;
    width: 350px;
}
input.submit {
    background: none repeat scroll 0 0 #333333;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    font-family: "Candara";
    font-size: 14px;
    font-weight: bold;
    height: 28px;
    padding: 5px;
    width: 90px;
}