#contactsInfo {
    float: right;
    width: 300px;
    color: #222;
    font-size: 15px;
    line-height: 32px;
}
#contactsInfo h2 {
    margin-bottom: 20px; 
}
#form h2 { margin-bottom: 10px; }
#form {
    width: 350px;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}
.info_fieldset { 
    border: 0px;
}
.notification_error {
    width: 330px;
    height: auto;
    border: 1px solid #f1dfc5;
    color: #ca5702;
    padding: 10px 10px 10px 10px;
    text-align:left;
    background: #fdf0dc;
    margin:10px 0;
}
.notification_ok {
    border: 1px #cbcf8e solid;
    height: auto;
    width: 90%;
    padding: 10px;
    background: #f5f9fd;
    text-align: center;
    margin:10px 0;
}
label  {
    padding: 0px;
    margin: 0px;
    float: left;
    text-align:left;
    color: #222;
}
textarea {
    width: 350px;
    margin: 2px 0;
    padding: 1px;
    float: left;
    border: 1px solid #999999;
    color: #333333;
    clear: both;
}

.textbox {
    width: 350px;
    height:24px;
    margin: 2px 0;
    padding: 1px;
    float: left;
    border: 1px solid #999999;
    color: #333333;
    clear: both;
}

#form .submit {
    margin: 10px auto;
    width: 80px;
    font-size: 12px;
    cursor: pointer;
	padding: 4px 10px;
    text-align: center;
    display: block;
    background: #464646;
    color: #FFF;
    text-decoration: none;
}
br { clear: left; }
