.form h3 {
    color: #990000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

#download_broucher {
      float: left;
    width: 770px !important;
	height:auto;
	position:relative !important;
	
}


.form input{
    -moz-border-radius: 3px 3px 3px 3px;
    border: 1px solid #D2D2D2;
    margin-bottom: 10px;
    overflow: auto;
    padding: 5px;
    width: 150px;
	height:15px;
		-webkit-border-radius:3px 3px 3px 3px;
}

.form textarea{
    -moz-border-radius: 3px 3px 3px 3px;
    border: 1px solid #D2D2D2;
    margin-bottom: 10px;
    overflow: auto;
    padding: 5px;
    width: 150px;
		-webkit-border-radius:3px 3px 3px 3px;
	
}

.formbtn
{
    -moz-border-radius: 3px 3px 3px 3px;
    border: 1px solid #D2D2D2;
    margin-bottom: 10px;
    overflow: auto;
   
    width: 150px;
	height:30px !important;
	cursor:pointer;
	-webkit-border-radius:3px 3px 3px 3px;  
}


.form_element {
    float: left;
    margin-left: 33px;
	height:50px !important;

}

.btn1 {
    -moz-border-radius: 5px 5px 5px 5px;
    background: none repeat scroll 0 0 #06548C;
    border: 1px solid #06548C;
    color: #FFFFFF !important;
    cursor: pointer;
    float: right;
    margin-left: 15px;
    margin-top: 10px;
    padding: 9px;
    width: auto;
    z-index: 999;
	font-weight: bold !important;
	font-size: 15px !important;
}




element.style {
    display: block;
}
.broucher_link {
   /* display: none;*/
    padding: 25px;
    width: 190px;
}

.clear {
    clear: both;
}