/*
Custom CSS by Johan Oosthuizen.
 */

/* This will set the background picture
body{ 
background: url(images/bg-2.jpg) no-repeat center center fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
 */
.bg_faq_content_section {font:14px Verdana;}	

div {
margin:0px;
line-height:17px;
letter-spacing:0px;
display:block;
}	
input {
border: solid 1px #BEBEBE;
border-radius:4px;
width:97%;
padding:5px 0px 2px 0px;
margin: 3px 0px 0px 0px;
background:#ffffff;
color:#000000;
font:13px Verdana;
}
ul{
list-style-type: none;
}
li{
padding:0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.checkbox {
position: absolute;
margin: 3px 0px 0px 10px;
width:auto;
}
select {
border: solid 1px #BEBEBE;
width:97%;
padding:5px 0px 0px 0px;
margin: 3px 0px 0px 0px;
background: #ffffff;
color:#000000;
font:13px Verdana;
border-radius:4px;
height: 25px;
line-height: 15px;	
}			
textarea {
border: solid 1px #BEBEBE; 
width:97%;
padding:5px;
margin:0px 0px 0px 0px;
color:#000000;
font:13px Verdana;
border-radius:4px;
}
.submit-button {
border: solid 1px #BEBEBE;
cursor: pointer;
width:15%;
padding:6px;
margin:0px;
background:#1D376D;
color:#FFFFFF;
font:14px arial;
border-radius:4px;
}
.form {
font:13px Verdana;
color:#000000;
background: #E7F2FA;
padding:0px 0px 0px 20px;
}
