/* CSS Document */

/* reset all values */
* {
margin:0;
padding:0;
}
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address{
margin: 6px 0;
}
ul{
margin-left:8px;
}
fieldset{
padding: 2px;
}

/* simple styles */
body, p, b, strong, td, ul, ol, button {
	font-size: 80%;
}
input, select, textarea {
font-size: 100%;
padding: 2px;
}

body {
background-color: #fff;
}


body, p, b, td, ul, ol, input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
text-decoration: none;
}


a:hover {
text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
form {
margin: 0px;
}

body, td {
color: #666;
}

a {
color: #999;
font-weight: bold;
}

b, em, strong {
font-weight: bold;
}
img{
border: none 0;
}
.trading {
color: #000;
font-size: 120%;
font-weight: bold;
}
#formdiv, #sitesdiv, #thanksdiv {
position: absolute;
top: 10%;
left: 29%;
width: 40%;
border: solid 1px #333;
background: #fff;
padding: 10px;
}
#formdiv, #sitesdiv {
visibility: hidden;
display: none;
}
#logo {
width: 100%;
height: 170px;
margin: 70px 0 0 0;
text-align:center;
}
#content {
width: 100%;
margin: 20px 0px;
text-align:center;
}
#content form{
	width:330px;	
	text-align:center;
	margin:0 auto;
}
#content label{
float:left;
width:70px;
font-size: 80%;
text-align:right;
margin-right:10px;
}
#content input{
float:left;
width:200px;
font-size: 80%;
}
#footer {
width: 100%;
height: 50px;
margin: 0;
text-align:center;
}
div.divClear{
	clear:both;
}
