/* CSS Document */
#cntct_entries{width:480px; margin:0; background-color:#fff; border: solid 1px #000; margin-bottom:10px;padding:10px;}
.cntct_left{width:150px; height:auto; position:relative; float:left; margin-top:10px;}
.cntct_right{width:300px; height:auto; position:relative; float:right; margin-top:10px;margin-right: 10px;}
span.cntct_entries{font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; color:#013567; font-size:12px; line-height:25px; }
.cntct_right input[type="text"] {
width:300px;
}
.cntct_right textarea{
width:300px;
}
.cntct-error{
color: #FF3333;
font-weight: bold;
}



.cntct-btn {
background-color: #7EA183;
border-color:transparent;
padding: 7px 21px;
text-align: center;
font-weight: bold;
color: #fff;
cursor: pointer;
text-decoration: none;
border-radius: 5px;
}
.cntct-btn:hover{
color:#fff;
background-color:#387640;
}
.clear{
clear:both;
}
.cntct-btn-box{
text-align:right;
padding:10px 0;
}
.cntct-alert-success{
color: #fff;
background-color: #7EA183;
border-color: #7EA183;
padding: 15px;
margin-bottom:10px;
border: 1px solid transparent;
border-radius: 4px;
}

.cntct-alert-error{
color: #fff;
background-color: #ff6666;
border-color: #387640;
padding: 15px;
margin-bottom:10px;
border: 1px solid transparent;
border-radius: 4px;
}

.cntct-margin-top-20{
margin-top:20px;
}