@charset "utf-8";
/* CSS Document */

.sent { 
background-color:#0CF;
border-radius:20%;
max-width:400px;
width:80%;
text-align:center;
margin:0 auto;
padding:20px 10px 20px 10px;

}
.sent p { 
font-family:Arial;
font-weight:bold;
color:#FFF;
text-shadow:#333 1px 2px 3px ;
}
.error { 
background-color:#C30;
border-radius:20%;
color:#FFF;
list-style:none;
max-width:400px;
width:80%;
text-align:center;
margin:0 auto;
padding:10px;

}
.contact_us {
background-color:#FFF;
width:100%;
text-align:center; 
padding:10px;
}
.name ,.email  { 
border:#999 thin solid;
width:80%;
text-align:center;
margin:10px;
max-width:400px;
height:30px;
font-family:Arial;

}
.message { 
border:#999 thin solid;
text-align:left;
margin:10px;
width:80%;
max-width:400px;
height:150px;
font-family:Arial;
font-size:15px;
}
.message:focus ,.name:focus , .email:focus  { 
box-shadow:#CCC 5px 5px 20px 5px ;
border:none;

}
.submit { 
border:#999 thin solid;
padding:5px 15px 5px 15px;
margin:10px;
cursor:pointer;
transition:all 0.5s;

}
.submit:hover {
background-color: #C30;
color:#FFF;
border:#C30 thin solid;
}

