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

table.main {
	width:955px;
}

table.main td.left {
	width:189px;
	border-right:1px solid #FF6600;
	vertical-align:top;
	font-size:13px;
	font-weight:bold;
}

table.main td.right {
	width:765px;
	vertical-align:top;
}

table.form {
	width:725px;
	margin-left:30px;
}

table.form td.col1 {
	width:350px;
}

table.form td.col2 {
	width:25px;
}

table.form td.col3 {
	width:350px;
}

table.form td.vsep3 {
	height:3px;
}

table.form td.vsep5 {
	height:5px;
}

table.form td.vsep15 {
	height:15px;
}

table.form td.enviar {
	text-align:right;
}

label {
	color:#454545;
	font-size:13px;
	font-weight:bold;
}

input, textarea {
	background:#dddddd;
	border:1px solid #dddddd;
	font-size:11px;
	line-height:17px;
}

input:hover, textarea:hover {
	background:#fff;
	border:1px solid #FF6600;
}

input:focus, textarea:focus {
	background:#fff;
	border:1px solid #ddd;
}

input {
	height:17px;
	width:100%;
	padding:2px 0px 0px 3px;
}

textarea {
	height:100px;
	width:100%;
	padding:2px 0px 0px 3px;
	font-family:Arial, Helvetica, sans-serif;
	overflow:auto;
}

a.button {
	display:block;
	float:right;
	padding:3px 10px 3px;
	background:#FF6600;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	line-height:1em;
}

a.button:hover {	
	background:#dddddd;	
}

p.response {
	font-size:13px;
	font-weight:bold;
	margin-left:30px;
}