html, body{
	height: 100%;
}
.button{
	background-color: #3CF;
	border-radius: 5px;
	display: inline-block;
	padding: 10px 20px;
	color: #FFF;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	font: bold 16px Arial, Helvetica, sans-serif;
	cursor: pointer;
}
.button:hover{
	background-color: #21DE21;
}
.button.go{
	clear: left;
	margin-left: 110px;
}
.modal h3{
	font-size: 16px;
	margin-top: 0;
	color: #333;
}
.modal form{
	margin-top: 20px;
}
.modal input{
	padding: 0 5px;
	font-size: 16px;
	font-weight: bold;
	float: left;
	height: 40px;
	line-height: 40px;
	width: 80px;
}
.modal input#email{
	width: 240px;
}
.modal select{
	display: none;
}
#content .modal form label{
	display: block;
	width: 110px;
	float: left;
	height: 40px;
	line-height: 40px;
	margin-right: 0;
}
#content .modal p{
	width: 380px;
}
.select_list{
	list-style: none;
	margin: 0;
}
.select_list li{
	display: inline-block;
	padding: 0 10px;
	color: #3CF;
	border: 3px solid #3CF;
	background-color: #FFF;
	margin-right: 10px;
	font: bold 16px Arial, Helvetica, sans-serif;
	cursor: pointer;
	height: 35px;
	line-height: 35px;
}
.select_list li.selected{
	background-color: #3CF;
	color: white;
}
.form_row{
	clear: left;
	overflow: auto;
	height: 46px;
	margin-bottom: 10px;
}
.paypal_badge{
	float: left;
	margin-left: 15px;
}
.paypal_badge img{
	height: 40px;
}
.fader{
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: #000;
	background-color: rgba(0, 0, 0, .4);
	display: none;
}
.modal{
	width: 400px;
	background-color: #FFF;
	padding: 20px 20px 10px 20px;
	margin: 0 auto;
	font: 12px Arial, Helvetica, sans-serif;
	border-radius: 5px;
	overflow: auto;
	-moz-box-shadow:  5px 5px 15px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow:  5px 5px 15px 5px rgba(0, 0, 0, .2);
	box-shadow:  5px 5px 15px 5px rgba(0, 0, 0, .2);
}
.modal .close{
	float: right;
	color: #999;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}
.invalid{
	color: red;
}
