@charset "UTF-8";
/* CSS Document */
*, html {
	margin: 0px;
	padding: 0px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 24px;
	text-align: center;
	background: #cccccc;
	background-image: url(../images/bgpat.jpg);
}
a{
color: #FFFFFF;
}
a:hover{
text-decoration: none;
}
#wrap{
width: 702px;
margin: 20px auto 0px auto;
position: relative;
background-image: url(../images/bg.png);
padding-top: 100px;
}
#box{
width: 600px;
margin-left: 99px;
text-align: left;
}
#box p{
padding: 10px;
}
#box a{
color: #0000CC;
}
#box #form a{
color: #FFFFFF;
}
#textwrap{
display: block;
width: 290px;
margin-left: 300px;
}
#textwrap2{
display: block;
width: 390px;
margin-left: 200px;
}
#form{
background: #003366;
padding: 10px 0px  7px 0px;
text-align: center;
position: relative;
}
#form .input{
width: 300px;
height: 31px;
border: 2px solid #F06c98;
margin-bottom: 5px;
font-size: 26px;
text-align:center;
}
#form .submit{
border: none;
width: 206px;
height: 35px;
background-image: url(../images/submit.jpg);
background-repeat: no-repeat;
margin: 0px 0px 0px 5px;
cursor: pointer;
color: #FFFFFF;
font-size: 1.2em;
}
#form p{
margin: 0px;
padding: 0px;
color: #FFFFFF;
}
#loading{
width: 25px;
height: 25px;
position: absolute;
top: 55px;
left: 420px;
}