* {
	margin:0;
	padding:0;
	
}


body {
	font-family: 'Open Sans', sans-serif;
	font-size:13px;	
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }

.clearfix { display: block; }
/* close commented backslash hack */

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
outline: none;
}

a {
text-decoration:none;

}

html{
	background: url(../images/bg.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.wrapper{
	min-width:1060px;
	zborder-top:5px solid #fff;
}

.header{
	width:1060px;
	margin:0 auto;
}

.header img{
	margin:30px 0;
}

.content{
	width:1000px;
	margin:0 auto;
	background:url(../images/bg_01.png) repeat;
	padding:30px;
	color:#fff;
}

.content h1{
	font-size:30px;
}

.content p{
	margin:20px 0;
}

.content ul li{
	list-style-type:disc;
}

.content ul {
	margin-left:15px;
}

.content p a{
	color:#fff;
	text-decoration:underline;
}

.content a.button{
	margin:10px 0;
	display:block;
	width:300px;
	background:#b02121;
	float:left;
	padding:20px 0;
	margin-right:10px;
	text-align:center;
	color:#fff;
	/* Firefox */
    -moz-transition: all .30s ease-in;
    /* WebKit */
    -webkit-transition: all .30s ease-in;
    /* Opera */
    -o-transition: all .30s ease-in;
    /* Standard */
    transition: all .25s ease-in;
}

.content a.button:hover{
	background:#000;
	
	/* Firefox */
    -moz-transition: all .30s ease-in;
    /* WebKit */
    -webkit-transition: all .30s ease-in;
    /* Opera */
    -o-transition: all .30s ease-in;
    /* Standard */
    transition: all .25s ease-in;
}

.content .term{
	color:#fff;
	text-decoration:underline;
}

.buy{
	padding:10px 30px;
	color:#545454;
	width:600px;
}


.buy span, .join span{
	color:#b02121;
}

.buy h2, .join h2, .term_detail h2{
	font-size:30px;
}

.buy label{
	display:block;
	margin-top:10px;
	margin-bottom:3px;
}

.buy input{
	width:580px;
	padding:8px;
	border:1px solid #ccc;
}

.buy .check_label{
	float:left;
}

.buy input.check{
	width:20px;
	border:none;
	margin-top:13px;
	margin-left:10px;
}

.buy button, .join button{
	margin-top:10px;
	cursor:pointer;
	font-family: 'Open Sans', sans-serif;
	
	background:#b02121;
	border:none;
	padding:10px 20px;
	color:#fff;
	/* Firefox */
    -moz-transition: all .30s ease-in;
    /* WebKit */
    -webkit-transition: all .30s ease-in;
    /* Opera */
    -o-transition: all .30s ease-in;
    /* Standard */
    transition: all .25s ease-in;
}

.buy button:hover, .join button:hover{
	background:#000;
	/* Firefox */
    -moz-transition: all .30s ease-in;
    /* WebKit */
    -webkit-transition: all .30s ease-in;
    /* Opera */
    -o-transition: all .30s ease-in;
    /* Standard */
    transition: all .25s ease-in;
}

.join{
	padding:10px 30px;
	color:#545454;
}

.join h3{
	font-size:18px;
	margin-top:20px;
}

.join label{
	display:block;
	margin-top:10px;
	margin-bottom:3px;
}

.join input{
	width:450px;
	padding:8px;
	border:1px solid #ccc;
}

.join_01{
	margin-right:20px;
}

.join .left{
	float:left;
	width:470px;
	margin-bottom:20px;
}

.term_detail{
	padding:10px 30px;
	color:#545454;
	width:800px;
}

.term_detail ul{
	margin-left:20px;
	margin-top:10px;
	margin-bottom:20px;
}

.term_detail ul li{
	list-style-type:disc;
	margin:5px 0;
}

.term_detail a{
	color:#545454;
	text-decoration:underline;
}