body {
background: #333333;
background-attachment: fixed;
background-position: top;
text-align: left;
font-family: Tahoma, Verdana, Arial;
color:#ffffff;
}

p {
font-size: 11pt;
margin: 0;
margin-bottom : 20px;
color: #FFFFFF
}

h1 { 
  font-size: 18pt; 
  color: #66ccff;
  font-weight: bold;
}

h2 { 
  font-size: 14pt; 
  color: #f06;
  font-weight: bold;
}

h3 { 
  font-size: 11pt; 
  color:#CC99FF;
  font-weight: bold;
  margin-bottom : 2px;
}

.smalltext{
  font-size:8pt;
  color:#ffffff;
  font-weight:normal;
  line-height:99%
}

a:link { COLOR: #1EABD9; TEXT-DECORATION: none; font-family: Arial; font-size: 10pt }
a:visited { COLOR: #1EABD9; TEXT-DECORATION: none; font-family: Arial; font-size: 10pt }
a:active { COLOR: #1EABD9; TEXT-DECORATION: none; font-family: Arial; font-size: 10pt }
a:hover { COLOR: #f00; TEXT-DECORATION: none; font-family: Arial; font-size: 10pt }


form    {
background: -webkit-gradient(linear, bottom,  from(#BB0013), to(#9999FF));
background: -moz-linear-gradient(bottom, #BB0013, #9999FF );
background: #444444;
margin:auto;
position:relative;
font-family: Arial, Tahoma, Geneva, sans-serif;
font-size: 10pt;
line-height: 24px;
font-weight: bold;
color: #FFF; /*default font colour*/
text-decoration: none;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding:10px;
border: 1px solid #999;
border: inset 1px solid #333;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

input    {
/*font-size:12pt;*/
 color:#FFFFFF;
 font-weight:normal;
 width:200px;
 border: 1px solid #999;
 background:#333333;
}


select {
    background:#333333;
/*    font-size:11pt; */
    color:#FFFFFF;
    border:1px solid #d8d8d8;
    width:200px;

}

textarea {
/*    font-size:11pt; */
    color:#FFFFFF;
    border:0;
    width:400px;
    background:#333333;
    border:1px solid #d8d8d8;
    -webkit-appearance: none;
}


input.button {
width:100px;
position:absolute;
right:20px;
bottom:20px;
background:#09C;
color:#fff;
font-family: Tahoma, Geneva, sans-serif;
height:30px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border: 1p solid #999;
}



/* INPUT BUTTONS STYLE AND COLOURS */
input[type="submit"]{
display:block;
background:#fff;
color:#000;
}
input[type="submit"]:hover{
background:#66ccff;
color:#fff;
}
input[type="submit"]:active{
background:#00ff00;
color:#000;
}

input[type="reset"]{
display:block;
background:#fff;
color:#000;
}
input[type="reset"]:hover{
background:#66ccff;
color:#fff;
}
input[type="reset"]:active{
background:#ff0000;
color:#fff;
}

/* check box style */
input[type="checkbox"]{
background:#ff0000;
color:#fff;
width : 20px; 
height : 20px ; 
}


.gen_head_1{
 font-family: Arial, Tahoma, Geneva, sans-serif;
 font-size: 14pt;
 line-height: 4px;
 font-weight: bold; 
 color:#476B8B;
  font-weight:bold;
  text-decoration: none;
}

/* midfloatbox DIV box*/ 
#midfloatbox{
 text-align: left;
 width: 500px;
 padding: 10px;
 background-color: #333333;
}
