
.cpageLeft{margin:0px; padding:0px; float:left; width:625px;}
.cpageRight{margin:0px; padding:0px; float:right; width:415px; font-family: 'Open Sans', sans-serif; color:#FFF; }

.contact-form p{margin:9px 0px 0px 0px;}
 
.contact-form label {font-family: 'roboto_condensedlight'; font-size:15px; letter-spacing:2px;  color:#FFF;
     display: block; 
 }
.contact-form-invalid {
    border-color: #DC333F !important;
}

/* enquiry */

.checkout-heading {
    background: none repeat scroll 0 0 #F8F8F8;
    border-top: 4px solid #E1E1E1;
    color: #555555;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 10px 8px;
}
.checkout-heading a {
    float: right;
    font-weight: normal;
    margin-top: 1px;
    text-decoration: none;
}
.checkout-content .left {
    float: left;
    width: 48%;
}
.checkout-content .right {
    float: right;
    text-align: left;
    width: 48%;
}
.required {
    color: #FF0000;
    font-weight: bold;
}
input.large-field, select.large-field, textarea.large-field {
    width: 280px;
}
input[type="text"], input[type="email"], input[type="password"], textarea {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #fbfbfb;
    border-color: #AFA8AF;
    border-image: none;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    display: block;
    font-family: "Open Sans",sans-serif;
    margin: 0 0 10px;
    outline: medium none;
    padding: 10px;
	
	}
 
input[type="text"]:hover, input[type="email"], textarea:hover {
    border: 1px solid #BBBBBB;
}
input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
    background-color: #F1F1F1;
}
input[type="text"], input[type="email"] {
    width: 80%;
}
textarea {
     width: 80%;
}
 
select {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #fbfbfb;
    border-color:#AFA8AF;
    border-image: none;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    padding: 4px;
}
label {
    cursor: pointer;
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
} 

.reg-button {
    border: 1px solid #C9CFD4;
    border-radius: 3px;
    color: #6C6A6A;
    cursor: pointer;
    font: 11px/18px Verdana,sans-serif;
    padding: 4px 15px;
    position: relative;
}
.reg-button, .reg-button:link, .reg-button:active, .reg-button:visited, .reg-button:hover {
    background: url("../images/reg-button.png") repeat-x scroll 0 0 #F3EFEF;
    box-shadow: 1px 1px 1px #666;
    text-decoration: none;
}
.reg-button-active, .reg-button-hover, .reg-button:hover {
    background: url("../images/reg-button-hover.png") repeat-x scroll 0 0 #DEDEDE !important;
    border: 1px solid #B5B7B9;
    color: #363434 !important;
}


 .textcaptcha { display: block; outline: none; width: 100px !important; border: 1px solid #ddd; padding: 2px 11px; margin-bottom: 6px; font-size: 1.4em; color: #424242; }




.conBlock {
    font-size: 15px;
    line-height: 30px;
}

.conBlock  span{
    font-size: 15px; font-weight:normal;
    line-height: 30px; font-family: 'roboto_condensedlight'; letter-spacing:2px;}
	
.conBlock p {font-family: 'open_sansregular';
    color: #FFF;
    font-size: 15px;
    line-height: 25px;
    margin: 5px 0 30px;
}
 .conBlock p a{color:#FFF;}
.conBlock p a:hover{color:#D25353; text-decoration:underline;}
