body{	
    background: #ffffff;
	color: #009ee0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

p,form,fieldset,table,td,ul,ol,li,input,h1,h2,h3,img{
    margin: 0;
    padding: 0;
    border: none;
}

.fc{
    position: relative;
    width: 820px;
	margin: auto;
	border: 1px solid #e2007a;
}

.fc_tl{
    position: absolute;
    background: url(../images/bgtl.jpg) no-repeat;
    top: -1px;
	left: -1px;
	width: 59px;
	height: 60px;	
}

.fc_br{
    position: absolute;
    background: url(../images/bgbr.jpg) no-repeat;
    bottom: -1px;
    right: -1px;
    width: 59px;
    height: 60px;   
}

.lc{    
    width: 350px;
	float: left;
	padding-left: 60px;
	padding-top: 50px;
	padding-bottom: 50px;
}

p{
    clear: left;
}

label{
	float: left;
	height: 19px;
	padding-top: 3px;
	width: 75px;
	text-align: right;
	padding-right: 10px;
	margin-bottom: 15px;
}

label.fs{
    width: 270px;
	text-align: left;
}

label.span{
    margin: 0;
}

span{
    text-align: left;
    padding: 0;
	margin: 0;
    display: block;    
    clear: both;	
	margin-bottom: 10px;
}

input,select{
    background: #fffbdb;
    border: 1px solid #ffec00;
	height: 19px;
	width: 180px;
	margin-bottom: 15px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-left: 10px;
}

input.short{
    width: 75px;
	float: left;
}

a{
    background: url(../images/abg.jpg) no-repeat;
    display: block;
	width: 75px;
	height: 19px;
	float: left;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding-top: 2px;
	margin-left: 30px;
}


a.copy{
    background: url(../images/abg2.jpg) no-repeat;
	width: 150px;
}

select{
    background: #fffbdb;
    border: 1px solid #ffec00;
    height: 22px;
    width: 190px;
    margin-bottom: 15px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 2px;
	padding-left: 10px;
}

p.short label{
    text-align: left;
    width: 200px;
	float: right;
	text-align: right;
}

p.short .chbx{
    display: block;
    padding: 0;    
	margin: 0;
    width: 16px;
	height: 16px;
	float: right;
	margin-left: 10px;
	margin-right: 15px;
}

p.short input{
    width: 150px;
	margin-right: 8px;
	margin-bottom: 8px;
}

p.tip{
    background: #fffbdb;
	border: 1px solid #ffec04;
	padding: 10px;
	width: 300px;
	line-height: 200%;
	color: #000000;
	margin-bottom: 73px;	
}

p.tip span{    
    line-height: normal;
    background: url(../images/tip.gif) no-repeat;
	height: 15px;
	padding-left: 22px;
	padding-top: 1px;
	font-weight: bold;
	color: #009ee0;    
}

p.tip a{
    margin: 0;
	padding: 0;
    background: none;
    display: inline;
	float: none;
	color: #000000;
	font-weight: bold;
}

input.submit{
    border: 0;
    padding: 0;
	margin: 0;
    clear: left;
    background: url(../images/abg.jpg) no-repeat;
    display: block;
    width: 75px;
    height: 22px;    
    color: #ffffff;
    text-align: center;    
    margin: auto;		
	margin-bottom: 50px;	
}

.logo{
    background: url(../images/logo.jpg) no-repeat;
	width: 142px;
	height: 88px;
    margin-left: 180px;	    
}

#error{
	color: #ff0000;
	text-align: center;
	font-weight: bold;
	padding-bottom: 20px;
	display: none;
}

.thx{
	margin-top: 60px;
	margin-bottom: 60px;
	text-align: center;
}


/*clearfix*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */