/* Custom CSS for 'METAC' by Johan Oosthuizen */

body{
background: url(images/bg.jpg) no-repeat center center fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
div {            /* this will set the line hight in a div */
line-height:17px;
}	
div.hidden {     /* this will hide div with class hidden */
  display:none;
}	
input {
border: solid 1px #BEBEBE;
width:98%;
padding:5px; 
margin:3px 0px 0px 5px;
background:#ffffff;
color:#000000;
font:13px Verdana;
border-radius:4px;					
}			
.textarea {
border: solid 1px #BEBEBE; 
width:98%;
padding:5px;
margin:3px 0px 0px 5px;
color:#000000;
font:13px Verdana;
border-radius:4px;
}
.submit-button {
border: solid 1px #B3B3B8;
cursor: pointer;
width:30%;
padding:5px;
margin:3px 0px 0px 5px;
background:#CCD5F6;
color:#000000;
font:15px Verdana;
border-radius:4px;
}
.form {
font:13px Verdana;
color:#000000;
}