#contact  fieldset {
    background: none repeat scroll 0 0 #E1E1E1;
    border: 1px solid #CCCCCC;
    float: left;
    padding: 45px 159px 0 220px;
    width: 63%;
    margin:auto;
    height: 445px;
}
#contact  h3 {
	background: none repeat scroll 0 0 #000000;
        color: #FFFFFF;
        float: left;
/*        font-family: "Playfair Display SC" !important;*/
        font-size: 21px;
        font-weight: normal;
        margin: 10px 0 0;
        padding: 10px;
        text-transform: uppercase;
        width: 100%;
}
#contact #center_column p {
	float: left;
	margin: 0;
	padding: 0 0 17px;
}
#contact #center_column p.desc_contact { text-align: left; padding-left: 194px; padding-right: 10px; }
		
#contact p.text label,
#contact p.select label,
#contact p.select span,
#contact p.textarea label {
	color: #5E5E5E;
	display: inline-block;
	font-size: 16px;
	padding: 0;
	text-align: left;
	width: 190px;
}
#contact p.textarea label {vertical-align:top}
#contact p.text input,
#contact p.select input {
   /* background: url("../img/info_client_container_input.png") no-repeat scroll 0 0 transparent;
	 border: 0 none;
	 color: #3DA4FF;
	 font-size: 15px;
	 height: 22px;
	 padding: 0 5px;
	 width: 367px;
	 float:right;*/
}/*
#contact p.select select {
	color: #3DA4FF;
	float: right;
	font-size: 15px;
 	margin-right: 10px;
	width: 367px !important;
        height: 22px;
}*/

#contact p.textarea textarea {    
    height: 80px;
}
#contact p.submit input {
    margin-left:192px;/*
    background: url("../img/submit.png") no-repeat scroll 0 0 transparent;*/
    border: 0 none;
    height: 40px;
    width: 160px;
    background: #000;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
}
		
form#contact_form {
    float: left;/*
    margin: 14px 0 0;*/
    width: 1024px;
}

#fileUpload {
    /*background: transparent !important;
    border: 1px solid #CCCCCC !important;
    color: #3DA4FF !important;
    float: right !important;
    height: 24px !important;
    width: 257px !important;*/
    height: 24px;
}

#contact fieldset p { width:570px;}
/*#contact fieldset #email, #contact fieldset #name, #contact fieldset #first_name, #contact fieldset #company, #contact fieldset #tel {
    background: url("../img/info_client_container_input.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    color: #3DA4FF;
    font-size: 15px;
    height: 22px;
    padding: 0 5px;
    width: 367px;
    float:right;
}*/
				 
#contact fieldset #id_order {
    background: url("../img/info_client_container_input.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    color: #3DA4FF;
    font-size: 15px;
    height: 22px;
    padding: 0 5px;
    width: 367px;
    float:right;
}
#contact_form_messages {
    color: #5E5E5E;/*
    font-family: arial;*/
    font-size: 12px;
    margin: 0 0 0 70px !important;
    text-transform: uppercase;
}
	
.checkbox {
    background: url("../img/checkbox1.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 19px;
    margin: -3px 0 0;
    padding-left: 10px;
    width: 17px;
}
#checkbox_save_information {
    color: #5E5E5E !important;
    float: left !important;/*
    font-family: arial !important;*/
    font-size: 14px !important;
    margin: 5px 0 18px 194px !important;
    padding: 0 !important;
    width: 480px;
}
.contact_dev {
    color: #67AEED;/*
    font-family: arial;*/
    font-size: 18px;
    padding: 150px 0 0 160px !important;
}

#contact_form sup {
    color: #3DA4FF;
    font-size: 16px;
}

#contact #center_column p#contact_form_messages {
    padding-top: 20px;
    font-size: 16px;
    color: #67AEED;
}

#required_fields_auth {
    color: #5E5E5E;
    float: left;/*
    font-family: arial;*/
    font-size: 12px;
    margin: 0;
    padding: 10px 0;
    width: 100%;
}

#contact #center_column fieldset p#contact_form_messages {
    text-align: center;
    margin: 0 !important;
}

#contact #contact_form fieldset {
    height: auto;
}
#contact_form select#countryphone {
width: 338px;
margin-bottom: 5px;
}

@media (max-width: 1023px) {

    form#contact_form {
        width: 100%; 
    }
    #contact  fieldset {
        padding: 20px;
        width: auto !important;
    }

    #contact fieldset p {
        width: 100%;
    }
    #contact p.text label, #contact p.select label, #contact p.select span, #contact p.textarea label {
        display: block;
    }

    #contact p.submit input {
        margin-left: 0;
        margin-top: 45px;
    }

    #contact_form select#countryphone {
        width: 100%;
    }

    #contact #center_column p.desc_contact {
        padding-left: 0;
    }
}