/*Contact form by ElNicko077 - elnicko077.com
*/
body{
	font-family: arial;
}
h5, p{
	margin: 0;
	padding: 0;
	border: 0;
	font-size:100%;
	vertical-align: baseline;
}

h5{
	color: #333;
	font-family: arial;
	text-decoration: none;
}

.hide{
	display: none;
}

#contactme{
	text-align: center;
	font-size: 30px;
	font-family: arial;
	margin-top: 5px;
}

#contactform{
 
}
	
#contact-box{
	width: 60%;
	margin-right: 25px; 
}

.c_input{
	padding: 3px;
	width: 250px;
}

#c_form{
	float: left;
	margin: 25px;
	width: 90%;
}

.c_input, #c_form textarea{
	margin-bottom: 10px;
	border: 1px solid #CECECE;
	padding: 4px;
	font-family: helvetica, arial;
	

}

input:focus, textarea:focus{
    outline: none;
}

#c_form textarea{
	min-height: 150px;
	resize: none;
	width: 100%;
}

#c_enviar{
	padding: 4px;
    font-size: 13px;
    font-family: helvetica, arial;
}

#c_reset{
	padding: 4px;
    font-size: 13px;
    font-family: helvetica, arial;
}

#c_btns{
	text-align: right;
}

#bottom_container{
	overflow: hidden;
}

#c_information{
	width: 100%;
	border: solid 1px #ccc;
	background: #FEFFE8;
	padding: 4px 0 4px 0;
	text-align: center;
	font-size: 14px;
	color: #7699B9;
}

.c_error{
	color: #D64242;
	font-size: 13px;
	margin-left: 5px;
}

.btn-simple {
	text-decoration: none;
	border-radius: 3px;
	border-style: solid;
	border-color: #cccccc #c6c6c6 #aaaaaa;
	color: #111111;
	border-width: 1px;
	padding: 5px;
	text-shadow: 0 1px 0 #EEEEEE;
	background: -moz-linear-gradient(top, #fcfcfc 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#eeeeee 100%);
	background: -o-linear-gradient(top, #fcfcfc 0%,#eeeeee 100%);
	background: -ms-linear-gradient(top, #fcfcfc 0%,#eeeeee 100%);
	background: linear-gradient(top, #fcfcfc 0%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eeeeee',GradientType=0 );
	cursor: pointer;
}

.btn-simple:hover {
	text-decoration: none;
	background-color: #DDDDDD;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dddddd 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#dddddd 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#dddddd 100%);
	background: linear-gradient(top,  #ffffff 0%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 );
}

.btn-simple:active, .btn.simple.active {
	-moz-border-bottom-colors: none;
	-moz-border-image: none ;
	-moz-border-left-colors: none ;
	-moz-border-right-colors: none ;
	-moz-border-top-colors: none ;
	background: none repeat scroll 0 0 #eceaea ;
	border-color: #a9a9a9 #adacac #b2b0b0 ;
	border-style: solid ;
	border-width: 1px ;
}



/*------------------------Blue------------------------*/

.btn-b {
	padding: 5px;
	color: #111111;
	text-decoration: none;
	border-radius: 3px;
	border-color: #2A73A6 #165899 #07428F;
	border-style: solid;
	border-width: 1px;
	color: #ffffff;
	text-shadow: 0 -1px 1px #3275BC;
	background: #52a8e8;
	padding: 5px;
	background: -moz-linear-gradient(top,  #52a8e8 0%, #377ad0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#52a8e8), color-stop(100%,#377ad0));
	background: -webkit-linear-gradient(top,  #52a8e8 0%,#377ad0 100%);
	background: -o-linear-gradient(top,  #52a8e8 0%,#377ad0 100%);
	background: -ms-linear-gradient(top,  #52a8e8 0%,#377ad0 100%);
	background: linear-gradient(top,  #52a8e8 0%,#377ad0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52a8e8', endColorstr='#377ad0',GradientType=0 );
	cursor: pointer;
}

.btn-b:hover {
	border-radius: 3px;
	border-color: #2A73A6 #165899 #07428F;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 0 #62B1E9 inset;
	text-shadow: 0 -1px 1px #1D62AB;
	background: #3e9ee5;
	background: -moz-linear-gradient(top,  #3e9ee5 0%, #206bcb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e9ee5), color-stop(100%,#206bcb));
	background: -webkit-linear-gradient(top,  #3e9ee5 0%,#206bcb 100%);
	background: -o-linear-gradient(top,  #3e9ee5 0%,#206bcb 100%);
	background: -ms-linear-gradient(top,  #3e9ee5 0%,#206bcb 100%);
	background: linear-gradient(top,  #3e9ee5 0%,#206bcb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e9ee5', endColorstr='#206bcb',GradientType=0 );
	
}

.btn-b:hover {
	text-decoration: none;
}

.btn-b:active {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 #3282D3;
	border-color: #154C8C #154C8C #0E408E;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 0 6px 3px #1657B5 inset, 0 1px 0 0 #FFFFFF;
	text-shadow: 0 -1px 1px #2361A4;
}


/*------------------------------------------------------*/