@import url('default.css');

#content .contato {
	background:url(../images/backgrounds/bg_contato.jpg);
	width:760px;
	height:470px;
	margin:15px 0;
	padding:20px;
	text-align:justify
}

#content .contato h1 {
	background:url(../images/titles/title_contato.jpg);
	height:28px;
	width:124px;
	margin-bottom:15px
}

#content .contato form {
	width:480px;
	float:left 
}

#content .contato label {
	width:470px;
	float:left;
	clear:both;
}

#content .contato label span {
	width:70px;
	padding:5px 10px;
	text-align:right;
	float:left 
}

#content .contato .buttons {
	width:300px;
	float:left;
	margin:3px 0 0 94px
}

#content .contato input[type='text'], #content .contato textarea {
	background:url(../images/backgrounds/bg_input.jpg) repeat-x #fff;
	border:.10em solid #999;
	width:300px;
	margin:3px;
	padding:3px;
	float:left
}

#content .contato textarea {
	height:150px;
	font:12px/150% Arial, Helvetica, sans-serif;
}


#content .contato input[type='text']:focus, #content .contato textarea:focus{ border-color:#4040ff }

#content .contato button {
	width:77px;
	height:24px;
	margin:0;
	cursor:pointer;
	float:left
}

.bg_alert {
	background:#000;
	position:absolute;
	opacity:0.30;
	-moz-opacity:0.30;
	filter: alpha(opacity=30);
	width:100%;
	height:100%;
}

.alert {
	background:url(../images/backgrounds/bg_alert.png);
	position:absolute;
	width:360px;
	height:160px;
	top:50%;
	margin-top:-100px;
	left:50%;
	margin-left:-200px;
	padding:20px
}

.alert h1 {
	background:url(../images/icons/icon_services.png) no-repeat;
	background-position:5px;
	padding-left:25px;
	margin-left:-5px;
	font-size:1.3em;
	margin-bottom:15px;
	border-bottom:1px dotted #999;
	color:#0000ff
}

.alert .error {
	width:360px;
	height:100px
}

.alert span {
	float:left;
}

.alert form {
	width:360px;
	text-align:center
}

.alert button {
	width:58px;
	height:24px;
	cursor:pointer
}

#content .contato address {
	background:url(../images/backgrounds/bg_address.jpg) repeat-x;
	border:1px solid #999;
	float:left;
	padding:18px;
	margin-top:3px;
	font-style:normal 
}

