@charset "utf-8";
span{
	margin:0 5px 0 5px;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}
.register-container{
	padding:0 0 20px 0;
	margin:0 0 0 50px;
}
.register-content{
	padding:0;
	margin:10px 0 10px 0;
	display:inline-block;
	overflow:hidden;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
}
.states{
	font-family:Verdana, Geneva, sans-serif;
	padding:0;
	margin-left:26px;
	*margin-left:28px;
	float:none;
	color:#000;
}
.countries{
	font-family:Verdana, Geneva, sans-serif;
	padding:0;
	margin-left:30px;
	*margin-left:32px;
	float:none;
	color:#000;
}
.left{
	padding:0 40px 0 0;
	margin:0;
	*margin:0 0 0 -40px;
	float:left;
	width:222px;
	*width:270px;
}
.right{
	padding:0;
	margin:0;
	float:left;
}

.big-content, .big-content select {
	font-size:10px;
	text-transform:uppercase;
}

.small-content {
	font-size:10px;	
}

.big-header{
	font-family:Verdana, Geneva, sans-serif;
	width:524px;
	height:27px;
	*height:37px;
	padding-top:10px;
	text-align:left;
	background-image:url(/inc/images/section-top-big.png);
	background-position:top;
	background-repeat:no-repeat;
}
.big-content{
	width:524px;
	background-image:url(/inc/images/section-bg-big.png);
	background-position:top;
	*background-position:left;
	background-repeat:repeat-y;
	display:inline-block;
	overflow:hidden;
	*margin-top:-10px;
}
.big-footer{
	width:524px;
	margin-bottom:20px;
	margin-top:-10px;
}

.small-header{
	font-family:Verdana, Geneva, sans-serif;
	width:393px;
	height:27px;
	*height:37px;
	padding-top:10px;
	text-align:left;
	background-image:url(/inc/images/section-top-small.png);
	background-position:top;
	background-repeat:no-repeat;
}
.small-content{
	font-family:Verdana, Geneva, sans-serif;
	width:393px;
	background-image:url(/inc/images/section-bg-small.png);
	background-position:top;
	background-repeat:repeat-y;
	display:inline-block;
	overflow:hidden;
	*margin-top:-10px;
}
.small-footer{
	width:393px;
	margin-top:-10px;
}

.bottom{
	width:524px;
	padding:0;
	margin:0;
}
.bottom-left{
	padding:0 5px 0 0;
	margin:0;
	float:left;
}
.bottom-right{
	padding:0;
	margin:0;
	float:left;
}
.bottom-content{
	width:373px;
	padding:10px;
	text-align:left;
	color:#000!important;
}
	.bottom-content a:hover{
		color:#F00!important;
	}