* {margin: 0; padding: 0;}

a:focus {outline: 0;}



#footer #container_form{
	width:235px;
	float:right;
}

#footer h2.title_section{
	margin:10px 0 0 0;
	height:32px;
	background:url(bitmaps/title_sayhi.gif) no-repeat;
	overflow:hidden;
	text-indent:-999px;
}

#contactForm{
	background-color: #000;
	color:#0DAEEE;	
	/*width:235px;*/
	/*border:1px solid red;*/
}

#contactForm h2{
	font-size:3.4em;
	color:#0DAEEE;
	text-align:center;
	margin:22px 0 0 0;
}

#contactForm p{
	font-size:1em;
	color:#E20790;
	text-align:center;
	margin:10px 0 0 0;
}

#contactForm label{
	display:block;
	margin:5px 0 0 3px;
	font-size:11px;
}

#contactForm label span.frase{
	color:#666;
	font-size:10px;
}

#contactForm input, textarea{
	border:1px solid #00DAEE;
	color:#E20790;
	width:230px;
	margin:1px 0 0 0;
}

#contactForm input:hover, textarea:hover {
	color: #00adee;
}

#enviar{
	border:1px solid #00DAEE;
	width:232px;
	height:30px;
	color:#FFF;
	background:#000;
	font-size:14px;
	font-weight:bolder;
	cursor:pointer;
	margin:5px 0 0 0;
}

#enviar:hover{
	border:1px solid #E20790;
	color:#FFF;
	/*background:#00DAEE;*/
}

		.sending {
			width: 232px;
			height: 250px;
			margin: 0 auto;
			background: url('bitmaps/loader.gif') center center no-repeat;
			display: none;
		}
		
		/*	#contactForm #form p.success {
				font-size: 4em;
				color:#FF0000;
			}
			
			.sending p {
				font-size: 2em;
			}*/
	
		#form fieldset {
			border: 0;
			margin: 0;
			padding: 0;
		}
		
			#form legend {
				display: none;
			}

			
			/*#container input,
			#container textarea {
				border: 1px solid #999;
				background: rgba(255,255,255,0.2);
				padding: 2px 4px;
				width: 190px;
				margin-bottom: 3px;
				font-size: 14px;
				color: #fff;
			}*/
			
				#form textarea {
					height: 80px;
				}


/* -------- Form Validation Engine --------- */
.formError {
		position:absolute;
		top:300px; left:300px;
		width:130px;
		padding-bottom:15px;
		display:block;
		z-index:5000;
	}
		.formError .formErrorContent {
			width:100%; 
			background:#0DAEE6;
			color:#fff;
			font-family:tahoma;
			font-size:10px;
			box-shadow: 1px 1px 6px #000;
			-moz-box-shadow: 1px 1px 6px #000;
			-webkit-box-shadow: 1px 1px 6px #000;
			padding:4px 10px 4px 10px;
			border-radius: 6px;
			-moz-border-radius: 6px;
			-webkit-border-radius: 6px;
		}
		.formError .formErrorArrow{
			position:absolute;
			bottom:0;
			left:20px;
			width:15px;
			height:15px;
			
		}
			.formError .formErrorArrow div{
				box-shadow: 1px 4px 5px #000;
				-moz-box-shadow: 1px 4px 5px #000;
				-webkit-box-shadow: 1px 1px 5px #000;
				font-size:0px; 
				
			}
			.formError .formErrorArrow .line10{width:15px;height:1px; background:#0DAEE6;margin:0 auto; font-size:0px; display:block;} 
			.formError .formErrorArrow .line9{width:13px;height:1px; background:#0DAEE6;margin:0 auto;display:block;} 
			.formError .formErrorArrow .line8{width:11px;height:1px; background:#0DAEE6;margin:0 auto;display:block;} 
			.formError .formErrorArrow .line7{width:9px;height:1px; background:#0DAEE6;margin:0 auto;display:block;} 
			.formError .formErrorArrow .line6{width:7px;height:1px; background:#0DAEE6;margin:0 auto;display:block;} 
			.formError .formErrorArrow .line5{width:5px;height:1px; background:#0DAEE6;margin:0 auto;display:block;} 
			.formError .formErrorArrow .line4{width:3px;height:1px; background:#0DAEE6;margin:0 auto;display:block;} 
			.formError .formErrorArrow .line3{width:1px;height:1px; background:#0DAEE6;margin:0 auto;display:block;}



/* twinhelix */
* { behavior: url("style/iepngfix.htc") }
