#basicFromWrapper {float:left; width:400px; padding:10px;}
#basicFromWrapper .formTitle {padding:5px; border-bottom:solid 1px #ccc; font-size:26px; margin-bottom:10px; color:#717171;}
#basicFromWrapper .formRow {padding:20px; overflow:hidden;}
#basicFromWrapper .formRow label {float:left; width:120px; font-size:14px;}
#basicFromWrapper .formRow input {float:left; width:340px;   height:40px;  border: solid 1px #ccc;}
#basicFromWrapper .formRow input.errors {background-color:#FCCDCD}
#basicFromWrapper .formRow textarea {float:left; width:340px; height:200px; border: solid 1px #ccc;}
#basicFromWrapper .buttonsRow {text-align:right; padding:10px 0;}
#basicFromWrapper .buttonsRow button {margin-right:30px;}
#basicFromWrapper .messagesWrapper {padding:4px; text-align:center; color:#8D0404;}