@import url(http://fonts.googleapis.com/css?family=Lato);
@import url(http://fonts.googleapis.com/css?family=Lato:300);

* { margin: 0; padding: 0; outline: none; }







.button {
    width: 15%;
	bottom: 0;
	left:50%;
	margin-left: -8%;
	position: absolute;
    background: url(contactenos.png);
	background-repeat: no-repeat;
    color: #FFFFFF;
    cursor: pointer;   
    padding: 23px;
    z-index: 999;
    text-decoration: none;
    text-shadow: 0 -1px 1px hsla(0,0%,0%,.8);
   
}
.button img{
    width: 100%
}
	.button:hover, .button:focus {
	background-image: url(contactenos.png)
	color: #FFFFFF;
	}
	.button:active {
		background:url(contactenos.png)
		color: #b6b6b6;
		
	}

#wrapper { width: 240px; margin: 0 auto; padding: 30px 45px; }
#inline {
	width: 600px;
	display: none;
}

/* --- The Form --- */
#contact {  }

#contact fieldset {
    border: 1px solid #EEEEEE;
    padding: 20px;
	border-radius: 3px;
}

#contact legend {
    border: 1px solid #EEEEEE;
    color: #617797;
    margin-bottom: 0 !important;
    padding: 7px 10px;
	font-weight: bold;
	border-radius: 3px;
}

#contact label {
    display: inline-block;
    float: left;
    font-size: 1em;
    height: 26px;
    line-height: 26px;
    width: 155px;
}

#contact input, #contact textarea, #contact select {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #CCCCCC;
    color: #666666;
    font: 1em "Lato";
    margin: 5px 0;
    padding: 5px;
    width: 360px;
	border-radius: 3px;
}

#contact .button { border-radius: 3px; margin: 5px 20px 10px 155px; }

#contact input:focus, #contact textarea:focus { border: 1px solid #eee; color: #444; background: #fff; }

#contact .error { border: 1px solid #973d3d; background: #f0bebe; color: #a35959; }
#contact .error:focus { border: 1px solid #eee; color: #a35959; }

/* --- Footer Styles --- */
#footer {  }
    #footer p {
        font-family: 'Lato';        
        text-align: center;
        font-size: .9em;
        color: #444;
        letter-spacing: 1px;        
    }
    #footer a, #footer a:visited {
        color: #617797;
        text-decoration: none;
        outline: none;
    }
        #footer a:hover{
            color: #90b0dd;
            text-decoration: none;
        }