@charset "utf-8";
/* CSS Document */
.homeContent{
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#fff;
}
.homeContent a:link, a:visited{
	color:#FFF;
}
.homeContent a:hover, a:visited:hover{
	color:#F90;
	text-decoration:underline;
}
.content{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#333;
}
.content a:link, a:visited{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#333;
}
.content a:hover, a:visited:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#F90;
}
.form-content{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#fff;
}
.store-content{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#fff;
}
.thankyou-content{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#fff;
}
.form-content a:link, form-content a:visited, store-content a:link, store-content a:visited{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
}
.form-content a:hover, form-content a:visited:hover, store-content a:hover, store-content a:visited:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#F90;
}
.content-large{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#fff;
}
.content-large a, .content-large a:visited{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
}
.content-large a:hover, .content-large a:visited:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ccc;
}
.coname{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
	color:#fff;
}
.terms-of-use-title{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
	color:#666;
}
.preview-text{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.8em;
	color:#fff;
}
.preview-text a, .preview-text a:link, .preview-text a:visited{
	text-decoration:underline;
	color:#fff;
}

.preview-text a:hover, .preview-text a:visited:hover{
	text-decoration:none;
	color:#F90;
}
.preview-footer-text{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#fff;
}
.preview-footer-text a, .preview-footer-text a:link, .preview-footer-text a:visited{
	text-decoration:underline;
	font-size:12px;
	color:#fff;
}

.preview-footer-text a:hover, .preview-footer-text a:visited:hover{
	text-decoration:none;
	font-size:12px;
	color:#F90;
}
.menu{
	text-align:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#fff;
}
.menu a, .menu a:link, .menu a:active, .menu a:visited{
	color:#fff;
	text-decoration:none;
}
.menu a:hover, .menu a:visited:hover{
	color:#fff;
	text-decoration:underline;
}
.formCol1{
	position:relative;
	float:left;
	width:75px;
	clear:none;	
	line-height:20px;
	text-align:left;
}
.formCol2{
	position:relative;
	float:left;
	width:270px;	
	clear:none;	
	line-height:20px
}
.storeCol1{
	position:relative;
	float:left;
	width:250px;
	clear:none;	
	line-height:20px;
	text-align:left;
}
.storeCol2{
	position:relative;
	margin-left:10px;
	float:left;
	width:100px;	
	clear:none;	
	line-height:20px
}
.clearit{
	clear:both;
}
.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 */

INPUT{
	width:250px;
}
