/* csc mailform properties ///////////////////////////////////////////////////////////////*/

.csc-mailform {
   clear: both;
   display: block;
   margin-bottom: 0.3em;
   border: 0px;
   width: 100%;
} 

/*GLOBAL CSS STARTS HERE*/

/* TEXTFIELDS IN FORM - csc mailform */

.csc-mailform-field input {
        background-color:rgb(255,239,206);
        border: 0;
        color: #111;
        margin: 0 0 10px 0;
        padding: 3px;
        }	
.csc-mailform-field .csc-mailform-submit {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
        background-color:#56c50d;
        border: 0;
        color: #fff;
        margin: 10px 0 10px 0;
        padding: 5px;
        font-weight: bold;
        } 
.csc-mailform-field .csc-mailform-submit:hover {
	background-color:#70e622;
	}
.csc-mailform-field fieldset {
	border: none;
}
.csc-mailform-label {
	margin-bottom: 5px;
}

