/* 
 * contato-style.css
 * Author Fernando Nascimento - 22/11/2013
 * copyright 2013 - All rights reserved.
*/

.button {
    border: medium none;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
    display: inline-block;
    font-family: Segoe UI, Helvetica, sans-serif; 
    font-size: 14px;
    line-height: 1em;
    margin-bottom: 3em;
    margin-top:1em;
    padding: 15px 20px 13px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.grid_5 {
    width: 380px;
}
.page-section
{
	width:99%;
	height:265px;
}
.container_12 .grid_5 {
    width: 380px;
}
.grid_5 {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}
.button:hover {
	background:#ddb410;
}
.button.dark {
	background:#353535;
	color:#ffffff;
	text-shadow: 0px 3px 0px #202c38; 
}
.button.dark:hover {
	background:#1c1c1c;
}

#contact {
    padding-top: 0;
}
#contact #contact-map-canvas {
    height: 330px;
    margin-bottom: 105px;
    width: 100%;
}
#contact .input-field {
    background: none repeat scroll 0 0 #353535;
    box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
    display: block;
    height: 56px;
    margin-bottom: 20px;
    position: relative;
}
#contact .input-field input {
    background: none repeat scroll 0 0 #353535;
    border: 0 none;
    bottom: 10px;
    color: #727272;
    display: block;
    font-family: Segoe UI, Helvetica, sans-serif; 
    font-size: 14px;
    left: 10px;
    outline: medium none;
    position: absolute;
    right: 66px;
    text-transform: uppercase;
    top: 10px;
}
#contact .input-field .right-block {
    background: none repeat scroll 0 0 #F1C40F;
    bottom: 0;
    display: block;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    width: 56px;
}
#contact .textarea-field {
    background: none repeat scroll 0 0 #F1C40F;
    box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
    display: block;
    height: 208px;
    float:right;
    position: relative;
    width: 690px;
}
#contact textarea {
    background: none repeat scroll 0 0 #F1C40F;
    overflow: hidden;
    width:665px;
    height:185px;
    border: 0 none;
    bottom: 10px;
    color: #7D6919;
    font-family: Segoe UI, Helvetica, sans-serif; 
    font-size: 14px;
    left: 10px;
    outline: medium none;
    position: absolute;
    right: 10px;
    text-transform: uppercase;
    top: 10px;
}
