/*
Description : CSS file for Netsuite Form
Author : ID MENEO
*/
h1.contact_form_header {
    text-align: center;
}
.contact_form_out_wrapper {
	overflow:hidden;
}
.inputreq { 
    width: 300px; 
}
.newsletter_form_wrapper .inputreq {
	 width: 100%;
}
.contact_form_in_wrapper > p > span > span, .newsletter_form_wrapper > p > span > span {
    width: 100%;
    float: left;
    display: block;
    clear: both;
}
.contact_form_in_wrapper .smalltextnolink, .newsletter_form_wrapper .smalltextnolink {
	font-size: 16px;
	margin-top: 15px;
}

.contact_form_in_wrapper select.inputreq  {
    width: 300px;
	max-width: 100%;
	background: white;
}
.contact_form_in_wrapper .inputreq  {
    font-size: 14px;
    color: #666;
    width: 290px;
    clear: both;
    padding: 5px;
    border: none;
	max-width: 100%;
	background: white;
}
.newsletter_form_wrapper .inputreq, .newsletter_form_wrapper .input   {
    font-size: 14px;
    color: #444;
     width: 90%;
    clear: both;
    padding: 5px;
    border: solid 1px #ccc;
	max-width: 100%;
	background: transparent;
}
.newsletter_form_in_wrapper > p > span span {
    clear: both;
     width: 100%;
    margin-bottom: 5px;
    float: left;
    display: block;
    color: #444;
}
input[type="submit"] {
    display: block;
    width: 100%;
	max-width: 100%;
    border: none;
    color: white;
    padding: 10px;
    font-weight: bold;
    margin-top: 20px;
    background: #ff3d00;
	text-align:center;
	cursor: pointer;
}
/*
.newsletter_form_wrapper input[type="submit"] {
	background: white;
	color: #00b3b0;
	margin-top: 10px;
	float: left;
}
*/
.newsletter_form_wrapper input[type="submit"] {
	margin-top: 20px;
	float: left;
	width: 92%
}
.contact_form_wrapper  {
    display: block;
    margin: auto;
    float: none;
    width: 300px;
    max-width: 100%;
}
.newsletter_form_wrapper {
    display: block;
    margin: auto;
    float: none;
    width: 100%;
    max-width: 100%;
}

#incomingmessage {
    margin-bottom: 20px;
}