body {
	background: rgb(76,184,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(76,184,255,1) 0%, rgba(203,235,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,184,255,1)), color-stop(100%,rgba(203,235,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(76,184,255,1) 0%,rgba(203,235,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(76,184,255,1) 0%,rgba(203,235,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(76,184,255,1) 0%,rgba(203,235,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(76,184,255,1) 0%,rgba(203,235,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb8ff', endColorstr='#cbebff',GradientType=0 ); /* IE6-9 */
	font-family: Arial, Helvetica, san-serif;
	color: #54585f;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	height:100%;
	background-repeat: no-repeat;
        background-attachment: fixed;
}
h2 {
	font-size:30px;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, san-serif;
	font-weight: normal;
}
#wrapper {
	height: 100%;
	width: 974px;
	margin: 0 auto;
}

#wrapper p {
	margin: 0 1em 1.5em 0;
}

.top_menu {
	height: 50px;
	line-height: 50px;
	background: rgb(232,232,232); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(232,232,232,1) 0%, rgba(243,243,243,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,232,232,1)), color-stop(100%,rgba(243,243,243,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(243,243,243,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(243,243,243,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(243,243,243,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(232,232,232,1) 0%,rgba(243,243,243,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 0px 20px 0px 13px;
	box-shadow: 0px 0px 10px #a9a7a7;
	-moz-box-shadow: 0px 0px 10px #a9a7a7;
	-webkit-box-shadow: 0px 0px 10px #a9a7a7;
}
.content {
}

.content .header {
	background-image: url(./images/header.png);
	background-repeat: no-repeat;
	display:block;
	width: 934px;
	height: 300px;
}

.content .girl {
	background-image: url(./images/girl.png);
	background-repeat: no-repeat;
	display:block;
	width: 175px;
	height: 442px;
	float: left;
}
div.article {
	width:759px;
	float:right;
	margin: 0 22px 0 0;
}
div.buttons {
	padding: 0px 0px 10px 100px;
}

button {
	padding: 0px 0px 19px 100px;
	background: rgb(230,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(230,0,0,1) 0%, rgba(123,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,0,0,1)), color-stop(100%,rgba(123,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(230,0,0,1) 0%,rgba(123,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(230,0,0,1) 0%,rgba(123,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(230,0,0,1) 0%,rgba(123,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(230,0,0,1) 0%,rgba(123,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60000', endColorstr='#7b0000',GradientType=0 ); /* IE6-9 */
	text-transform: uppercase;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #890800;
	color:#fff;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 35px 5px 35px;
	margin-right:60px;
	cursor: pointer;
}

.footer {
	height: 50px;
	line-height: 50px;
	background: rgb(242,242,242); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(242,242,242,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 0px 20px 0px 13px;
	box-shadow: 0px 0px 10px #a9a7a7;
	-moz-box-shadow: 0px 0px 10px #a9a7a7;
	-webkit-box-shadow: 0px 0px 10px #a9a7a7;
}

.icons {
	float: right;
}
.icons span {
	padding-left:10px;
}
/* POPUP */

.popup {
	background-image: url(./images/pop-up.png);
	background-repeat: no-repeat;
	display:block;
	width: 675px;
	height: 555px;
	position: absolute;
	top: 30%;
	left: 34%;
}
.popup .close{
	background-image: url(./images/close.png);
	background-repeat: no-repeat;
	display:block;
	width: 40px;
	height: 33px;
	position: absolute;
	top: 0px;
	right: 35px;
	cursor: pointer;
}
.popup button {
	background: rgb(240,70,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(240,70,0,1) 0%, rgba(229,62,0,1) 49%, rgba(154,14,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,70,0,1)), color-stop(49%,rgba(229,62,0,1)), color-stop(100%,rgba(154,14,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(240,70,0,1) 0%,rgba(229,62,0,1) 49%,rgba(154,14,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(240,70,0,1) 0%,rgba(229,62,0,1) 49%,rgba(154,14,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(240,70,0,1) 0%,rgba(229,62,0,1) 49%,rgba(154,14,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(240,70,0,1) 0%,rgba(229,62,0,1) 49%,rgba(154,14,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f04600', endColorstr='#9a0e00',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: inset 0px 0px 3px #525252;
	-webkit-box-shadow: inset 0px 0px 3px #525252;
	box-shadow: inset 0px 0px 3px #525252;
	font-size: 14px;
	text-transform: none;
	padding: 5px 15px 5px 15px;
	margin: 0px;
	position: absolute;
	bottom: 45px;
	right: 60px;
	cursor: pointer;
}

.popup button.signUp {
	bottom: 0px;
	right: 0px;
     	position: relative;	
}



.popup .popup_content {
	height: 405px;
	width: 405px;
	position: absolute;
	font-weight: bold;
	color: #000;
	top: 55px;
	left: 210px;
	/*padding: 0px 10px 0px 10px;*/
}

.popup .popup_content .formChecker {
}

.popup .popup_content .userForm {
	clear: both;	
	margin: 12px 0 0 0;
}

.popup .popup_content .jockey {
	background-image: url(./images/jockey.png);
	background-repeat: no-repeat;
	display:block;
	height: 374px;
	width: 185px;
	position: absolute;
	bottom: -8px;
	right: -11px;
}

.popup .popup_content label {
	float: left;
	font-size: 18px;
	color: #055982;
	margin: 5px 0 5px 0;
}

.popup .popup_content label.forradio {
	float: left;
	font-size: 18px;
	color: #055982;
	margin: 3px 0 3px 0;
	font-size: 13px;
	color: black;
	margin-right: 34px;
}

.popup .popup_content h1 {
	color: #055982;
	font-size: 16px;
}

.popup .popup_content h2 {
	font-size: 22px;
}


.popup .popup_content input[type=text] {
	float: left;
	clear: left;
	background: #bbae5f;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ebe0a3;
	height:25px;
	line-height:25px;
	width: 195px;
}

.popup .popup_content select {
	float: left;
	background: #bbae5f;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ebe0a3;
	height:25px;
	line-height:25px;
}