 .left{
	
float:left;
}

.right{
	float:right;
}

.clear{
	clear:both;
}

body {
  background: url() no-repeat center #d0dae1;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
 padding: 100px;
}



#top_header{
background:url(/images/header.png) repeat-x 0 0 #fff;
border-bottom:2px solid #0192c9;
margin-top:-108px;
margin-left:-108px;
margin-right:-108px;
}
.top_header_left{text-align:left; font-size:12px; padding-left:5px; color:black; text-decoration:none; }
.top_header_left:hover{text-align:left; font-size:12px; padding-left:5px; color:black; text-decoration:underline; }
.top_header_right{float:right; font-size:12px; padding-top:4px; padding-right:5px; color:black; text-decoration:none;}
.top_header_right:hover{float:right; font-size:12px; padding-top:4px; padding-right:5px; color:black; text-decoration:underline;}

#space{
padding-top:23px;
}


#div {
 /* basic */
 background: url(/images/bg2.jpg); color:#fff;
 margin: 10 auto;
 width: 770px;
 height: 397px;
 text-align: center;
 /* border-radius */
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 8px;
 /* box-shadow */
 -webkit-box-shadow: rgba(0,0,0,0.2) 0px 6px 8px;
 -moz-box-shadow: rgba(0,0,0,0.2) 0px 6px 8px;
 box-shadow: rgba(0,0,0,0.2) 0px 6px 8px;
}

.img{position:center;padding-top:30px;border:0;}


#div:hover {
-moz-box-shadow:0 0 20px gray;
-webkit-box-shadow:0 0 20px gray;
box-shadow:0 0 20px gray;
}



#top {
font-family:arial;
font-size:15px;
font-style:italic;
font-weight:bold;
padding:6px;
text-align:center;
text-shadow:0 1px 0 #FFFFFF;
}


#ttd {
font-family:arial;
font-size:11px;
font-style:italic;
padding:6px;
text-align:center;
text-shadow:0 1px 0 #FFFFFF;
}

.space2{
padding-top:155px;
}


.ttd_right {
font-family:arial; color:#fff;
float:right;
font-size:11px;
font-style:italic;
padding:6px;
text-align:right;
text-shadow:0 1px 0 #000;
}

.stickytooltip{
box-shadow: 5px 5px 8px #818181; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 5px 5px 8px #818181;
-moz-box-shadow: 5px 5px 8px #818181;
display:none;
position:absolute;
display:none;
border:2px solid #d0dae1; /*Border around tooltip*/
background:white;
z-index:3000;
}



#main{text-align:center;margin-left:auto;margin-right:auto;width:600px}
input{text-align:center;display:block;font-size:18px;color:#ccc;background-color:#fff;border:1px solid #444;margin:20px auto}
input[type="hidden"]{border:none}
input[type="text"]{width:450px;background-color:#fff}
input[type="submit"]{background: url(/images/fade.png) repeat-x;padding:-1px;color:black;font-size:16px;border:0px; box-shadow:0 0 10px gray;-moz-box-shadow:0 0 10px gray;-webkit-box-shadow:0 0 10px gray; box-shadow:0 0 10px gray;}
.text{background:url(/images/fade.png) repeat-x;color:#999}
form{border:none}



.links a{text-shadow:0 1px 0 #FFFFFF; font-size:11px;}
.links a:hover{font-size:11px;text-shadow:0 1px 0 #fff;text-decoration:blink;}
