/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
} 


h1 {
font-size:18px;
}

a {
color:black;
text-decoration:none;
font-size:12px;
}


a:hover {
text-decoration:underline;
color: #0099FF;
}

a:visited {
color:black;
}

#pagewidth{ 
 width:800px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:60px; 
 background-color:#FFFFFF; 
 width:100%;
 background: url(../graphics/textlogo.gif) 0 0 no-repeat;
 border-bottom: 3px solid #0099FF;
} 

#ads {
font-size: 14px;
position:relative;
float:left;
margin-bottom:10px;
font-weight:normal;

}
 
#leftcol{
 width:120px; 
 float:left; 
 position:relative; 
  }
 
#twocols{
 width:680px; 
 float:right; 
 position:relative; 
 margin-top: 5px;
  }
  
#twocols a:hover {
text-decoration:underline;
color: #0099FF;
}
 
#rightcol{
 border-left: 1px solid #0099FF;
 width:120px; 
 float:right; 
 position:relative; 
 text-indent: 5px;
 height:100%;
 }
 
#rightcol a:hover {
text-decoration:underline;
color: #0099FF;
}
 
#maincol{background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:515px;
 margin-left: 15px;
 height:100%;
 }
 
 #content{
 width:500px;
 margin: 5px 0px 5px 0px;
 }
 
 #upload
{
float: right;
width: 300px;
margin: 30px 5px 0px 0px;
}


#progress  {
display: none;
float: right;
width: 300px;
margin: 60px 15px 0px 10px;
}

#progress p {
text-align:center;
font-size:18px;
color:#0099FF;
}

.blink { text-decoration: blink; }
 
.submit-button
{
margin: 30px 20px 0px 5px;
float: right;
clear: both;
color: #000;
background-color:#00AEEF;
color: #FFFFFF;
}

label
{
display:none;
float: left;
clear: both;
color:black;
margin-top:15px;
margin-left:0px;
}

.input-box
{
float: left;
margin:45px 0px 0px 0px;
color: #26a;
background: #feb;
border: #000000 solid 1px
}

.input-question
{
margin:0px;
float: left;
margin-top: 10px;
color: #26a;
background: #feb;
border: #000000 solid 1px
}

 
 
 
 
 
 
#footer{
 height:25px; 
  background-color:#FFFFFF; 
 clear:both;
 border-top: 3px solid #99CC33;
 } 
 
 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
