#informacion {
	float: left;
	width: 250px;
}

#contacto_linea {
	float: right;
	margin-right: 10px;
	padding: 15px;
	background: #f4f4f4;
	border: 1px solid #d9d9d9;
	width: 428px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#contacto_lada {
	width: 32px !important;
}

#contacto_telefono {
	width: 310px !important
}


#contacto_online td.control {
	width: 350px;
}

#contacto_online  td {
	text-align: left;
	vertical-align: top;
	padding: 2px;
}

#contacto_online td.label {
	text-align: right;
}

#contacto_online select {
	width: 354px;
}

#contacto_online input[type="text"] {
	width: 350px;
	height: 20px;
	padding: 1px;
}

#contacto_online textarea {
	width: 352px;
	height: 120px;
	overflow: auto;
	padding: 0;
}

#contacto_online #contacto_submit {
	width: 353px;
	height: 30px;
	border: 1px solid #af1021;
	cursor: pointer;
	background: #d02132;
	color: #fff;
	font-weight: bold;
}

#contacto_online #contacto_submit:hover {
	background: #bf172a;
}

#contacto_online .error {
	font-size: 13px;
}
