.dj-simple-contact-form.style-2 .error-dj-simple-contact-form{
	color:red;
}
.dj-simple-contact-form.style-2 .inputbox{
    border: 1px solid #e9e9e9;
    box-shadow: none;
    box-sizing: border-box;
    color: #cdcdcd;
    height: 50px;
    line-height: 50px;
    margin: 0 0 10px;
    padding: 0 1px 0 16px;
    font-family: Arial,Helvetica,sans-serif;
    width: 100%;
    border-radius: 3px;
}
.dj-simple-contact-form.style-2 textarea{
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    box-shadow: none;
    box-sizing: border-box;
    color: #cdcdcd;
    height: 100px;
    line-height: 50px;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0 0 10px;
    padding: 0 1px 0 16px;
    width: 100%;
}
.dj-simple-contact-form.style-2 .inputbox::-webkit-input-placeholder,
.dj-simple-contact-form.style-2 textarea::-webkit-input-placeholder {
	color: #cdcdcd;
    opacity: 1;
    filter: alpha(opacity = 100);
}
.dj-simple-contact-form.style-2 .inputbox::-moz-placeholder,
.dj-simple-contact-form.style-2 textarea::-moz-placeholder {
	color: #cdcdcd;
    opacity: 1;
    filter: alpha(opacity = 100);
}
.dj-simple-contact-form.style-2 .inputbox:-moz-placeholder,
.dj-simple-contact-form.style-2 textarea:-moz-placeholder {   /* Older versions of Firefox */
	color: #cdcdcd;
    opacity: 1;
    filter: alpha(opacity = 100);
}
.dj-simple-contact-form.style-2 .inputbox:-ms-input-placeholder,
.dj-simple-contact-form.style-2 textarea:-ms-input-placeholder { 
	color: #cdcdcd;
    opacity: 1;
    filter: alpha(opacity = 100);
}
.dj-simple-contact-form.style-2 .dj-simple-contact-form.button {
    background: none repeat scroll 0 0 #eb5635;
    border: medium none;
    border-radius: 3px;
    box-sizing: border-box;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 5px;
    font-size: 15px;
    text-transform: uppercase;
    width: 100%;
}
.dj-simple-contact-form.style-2 .dj-simple-contact-form.button:hover,
.dj-simple-contact-form.style-2 .dj-simple-contact-form.button:focus{
	background:#c5492e;
}
.dj-simple-contact-form.style-2 .dj-simple-contact-form-introtext{
    display: block;
    font-size: 13px;
    line-height: 22px;
    margin: 0 0 5px;
    text-align: center;	
}
.captcha-box{
	margin:0 0 10px;
}
