/* CSS Document */

/***********************************************/
/* mailform Layout
/***********************************************/

.csc-mailform {text-align:left; color:#333333; float:left;padding:6px;}
.csc-mailform .csc-mailform-field {clear:left;}
.csc-mailform label {float:left; width: 80px; text-align:left; color:#333333;margin-bottom:6px;}
.csc-mailform input {float:left;width: 300px;margin-bottom:6px;}
.csc-mailform input:focus { background-color:#DDDDDD}
.csc-mailform .csc-mailform-check {float:left;width: 50px;}
.csc-mailform textarea {float:left;width: 300px;margin-bottom:6px;}
.csc-mailform textarea:focus { background-color:#DDDDDD}
.csc-mailform .csc-mailform-submit {float:left; clear:left;width: 80px; text-align:left; color:#333333;}
