@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: 26px;
	text-align: center;
	background: #cccccc;
	background-image: url(../images/C17/images/BG.png);
}
a{
color: #FFFFFF;
}
a:hover{
text-decoration: none;
}
#wrap{
width: 984px;
height: 485px;
margin: 0px auto 0px auto;
background-image: url(../images/C17/images/BodyBG.png);
background-repeat: no-repeat;
}
#box{
width: 984px;
text-align: left;
position: relative;
}
#box p{
padding: 5px;
}
#box a{
color: #0000CC;
}
#box #form a{
color: #0000CC;
}
.floatL{
clear: both;
float: left;
}
.floatR{
float: right;
}
#logo{
width: 256px;
height: 246px;
background-image: url(../images/C17/images/Logo.jpg);
background-repeat: no-repeat;
position: absolute;
top:100px;
left: 77px;
border: 2px solid #feb814
}
#rcontent{
width: 562px;
height: 246px;
position: absolute;
top:100px;
left: 353px;
background-image: url(../images/C17/images/bgtrans.png);
background-repeat: repeat;
border: 2px solid #feb814
}
#links{
width: 256px;
height: 46px;
line-height: 10px;
font-size: .8em;
text-align: center;
position: absolute;
top:366px;
left: 77px;
background-image: url(../images/C17/images/bgtrans.png);
background-repeat: repeat;
border: 2px solid #feb814
}
#textwrap{
display: block;
width: 290px;
margin-left: 300px;
}
#textwrap2{
display: block;
width: 390px;
margin-left: 200px;
}
#form{
width: 562px;
height: 46px;
background-image: url(../images/C17/images/bgtrans.png);
background-repeat: repeat;
border: 2px solid #feb814;
text-align: center;
position: absolute;
top:366px;
left: 353px;
}
#form .input{
width: 300px;
height: 31px;
border: 2px solid #6e3400;
font-size: 26px;
text-align:center;
margin: 5px 0px 0px 5px;
}
#form .submit{
border: none;
width: 206px;
height: 35px;
color: #fff;
background-color: #6e3400;
font-size: 1.2em;
margin-left: 5px;
cursor: pointer;
position: relative;
top: -2px;
}
#form .submit:hover{
background-color: #feb814;
}
#form p{
margin: 0px;
padding: 0px;
color: #000000;
}
#loading{
width: 25px;
height: 25px;
position: absolute;
top: 5px;
left: 534px;
}