@charset "utf-8";

body,html {
	margin:0;
	background: rgb(0,123,255);
	background: -moz-linear-gradient(left,  rgba(0,123,255,0.8) 0%, rgba(0,174,255,0.3) 50%, rgba(0,123,255,0.8) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,123,255,0.8)), color-stop(50%,rgba(0,174,255,0.3)), color-stop(100%,rgba(0,123,255,0.8)));
	background: -webkit-linear-gradient(left,  rgba(0,123,255,0.8) 0%,rgba(0,174,255,0.3) 50%,rgba(0,123,255,0.8) 100%);
	background: -o-linear-gradient(left,  rgba(0,123,255,0.8) 0%,rgba(0,174,255,0.3) 50%,rgba(0,123,255,0.8) 100%);
	background: -ms-linear-gradient(left,  rgba(0,123,255,0.8) 0%,rgba(0,174,255,0.3) 50%,rgba(0,123,255,0.8) 100%);
	background: linear-gradient(to right,  rgba(0,123,255,0.8) 0%,rgba(0,174,255,0.3) 50%,rgba(0,123,255,0.8) 100%);
	color:#FFF;
	font-size:14px;
	font-family:"Arial";
}

a:link,a:visited {
	color:#0F0;
	text-decoration:none;
}

a:hover {
	color:#FF0;
}

.hidden {
	display:none;
}

.jsoff {
	position:absolute;
	width:100%;
	height:23px;
	background:#CCC;
	color:#000;
	text-align:center;
	font-weight:700;
	font-size:111%;
	font-family:Arial;
}

#content {
	margin-top:30px;
	margin-bottom:30px;	
	padding-right:5px;
	padding-bottom:40px;
	padding-left:5px;
	border-top:2px solid #FFF;
	border-bottom:2px solid #FFF;	
	min-width:990px;
	text-align: center;
	background: rgba(0,0,0,0.1);
}

#loader {
	display:none;
	margin-top:200px;
	margin-left:50%;
}

h1 {
	margin:0;
	color:#FFF;
	text-transform:uppercase;
	font-size:23px;
	font-family:"Arial Black","Arial";
}

#steps {
	float:right;
	margin-top:2px;
	width:200px;
	font-size:11px;
}

.arrow {
	height:15px;
	background:url(img/step.png) no-repeat;
	color:#000;
	font-weight:700;
	font-size:12px;
}

.arrow_dis {
	height:15px;
	background:url(img/step.png) no-repeat;
	color:#555;
	font-weight:700;
	font-size:12px;
}

.arrow span {
	color:#FFF;
	font-size:11px;
}

.arrow_dis span {
	color:#888;
	font-size:11px;
}

.directions {
	color:#000;
	font-size:11px;
	font-family:"Verdana";
	line-height:1.2em;
}

h2 {
	margin:0;
	text-transform:uppercase;
}
/* CHOOSER */

h4 {
	margin:0px;
	margin-left:-15px;
	padding:5px;
	width:230px;
	height:30px;
	border-radius:10px 10px 0px 0px;
	background: #FFF;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.53) 47%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(255,255,255,0.53)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.53) 47%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.53) 47%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.53) 47%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.53) 47%,rgba(255,255,255,0) 100%);
	color:#000;
	font-size:19px;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
	
}
.kiteicon {
	float:left;
	width:30px;
	height:23px;
	background: url(img/icon-kitesurf.png);
}
.windicon {
	float:left;
	width:30px;
	height:23px;
	background: url(img/icon-windsurf.png);
}
.katicon {
	float:left;
	width:30px;
	height:23px;
	background: url(img/icon-katamaran.png);
}
.supicon {
	float:left;
	width:30px;
	height:23px;
	background: url(img/icon-standup.png);
}
.choosersport {
	float:left;
	margin:10px;
	padding:15px;
	padding-top:0px;
	width:210px;
	border-radius: 10px;
	background: #035;
	box-shadow: 0px 0px 10px 1px #FFF;
	text-align: center;
	height:455px;	
}

.chooserlevel {
	display: block;
	padding:5px;
	border-radius:5px;
	background: rgba(0,192,255,0.6);
	color:#FFF;
	font-size:16px;
	margin-bottom: 4px;
}

.choosersport ul {
	margin:0px;
	padding:0px;
}

.choosersport ul li {
	list-style-type: none;
	margin-bottom: 5px;
	padding-right:5px;
	padding-left:5px;
	padding-left:8px;	
	padding-bottom: 2px;
	padding-top: 2px;    
	border:2px solid transparent;
	border-radius: 10px 10px 10px 10px;
	background: rgba(255,255,255,0.2);
	text-align:center;
	cursor:pointer;
	-webkit-transition:background-color 0.3s;
	-moz-transition:background-color 0.3s;
	-o-transition:background-color 0.3s;
	transition:background-color 0.3s;
}
.choosersport span {
	text-transform: uppercase;
	color:#FFF;
}
.choosersport ul li:hover {
	border:2px dotted #FFF !important;
	background:#06F;
	color:#FFF;	
}
.chooserlength {
	font-weight:normal;
	font-size:11px;
}
.chooserprice {
	color:#0F0 !important;
	font-size:13px;
}
hr {
	height:1px;
	border:1px solid #000;
	background-color:#000;
	color:#000;
}

#submithint {
	display:none;
	float:right;
	color:red;
	text-shadow:2px 2px 2px #FFF;
	font-weight:700;
	font-size:24px;
}

.yearchange {
	display: inline-block;
	margin-bottom:5px;
	padding:5px;
	width:947px;
	border-radius: 20px 20px 0px 0px;
	background: rgb(0,0,0);
	box-shadow: inset 0px 3px 3px #FFF;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	font-size:20px;
}

.months {
	display: inline-block;
	overflow: hidden;
	margin:2px;
	width:185px;
	border-radius:10px 10px 10px 10px;
	background: #000;
	background: rgba(255,255,255,0.3);
	box-shadow: inset 0px 0px 10px #000;
	vertical-align: top;
}

.monthname {
	margin-bottom:3px;
	padding-right:5px;
	padding-left:5px;
	height:23px;	
	border-bottom:2px solid #FFF;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	color:#FFF;
	text-align:left;
	font-weight: bold;
	font-size:16px;
	line-height: 1.6em;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );	
}

.old {
	color:#000 !important;
	opacity:.5;
	filter:alpha(opacity=50);
}
.course {
	float:left;
	margin-left:-6px;
	padding-right:5px;
	padding-left:5px;
	padding-left:8px;	    
	border:2px solid transparent;
	border-radius: 0px 10px 10px 0px;
	background:#146432;
	box-shadow: 1px 2px 3px #000;
	color:#0F0;	
	text-align:center;
	font-size:13px;
	font-family:"Tahoma", "Arial", sans-serif;
	line-height: 1em;
	cursor:pointer;
	-webkit-transition:background-color 0.3s;
	-moz-transition:background-color 0.3s;
	-o-transition:background-color 0.3s;
	transition:background-color 0.3s;
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -o-transform: skew(15deg);
    transform: skew(15deg);	
}
.old .course {
	border-color: transparent !important;
	background: #FFF !important;
	color:#555 !important;
	cursor:default !important;
}

.coursedate {
    display: inline-block;
	color:#EEE;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    transform:  skew(-15deg);    
}
.old .coursedate {
	color:#999;
}
.coursetime {
	color:#0F0;
	font-size: 9px;
}
.old .coursetime {
	color:#666;
}
.courseprice {	
	color:#000;
	margin-left: 10px;
	font-weight: bold;
	font-family: "Tahoma";
	line-height: 35px; 
	-webkit-transition:font-size 0.3s;
	-moz-transition:font-size 0.3s;
	-o-transition:font-size 0.3s;
	transition:font-size 0.3s;	
}
.pricewrapper {
	text-align:center;	
}
.coursewrap {
	display: block;
	width:185px;
	cursor: pointer;
}
.coursewrap:hover .courseprice, .coursepricesel {
	color:#FFF;
}

.course_focused {
	border:2px solid #FFF !important;
	background:#06F;
	color:#FFF;	
}
a.coursewrap:hover {
	background: #048 !important;
}
.old.coursewrap:hover{
	background: none !important;
	cursor: default;	
}
.old.coursewrap:hover .courseprice {
	font-size:21px !important;	
}
.coursewrap:hover .course {
	border:2px dotted #FFF;
	background:#06F;
	color:#FFF;
}
.coursewrap:hover .old.course {
	border: 2px solid #000;
}
.coursewrap:hover .courseprice {
	font-size:22px !important;
	opacity: 1.0 !important;	
}
.coursewrapsel, .coursewrapsel:hover {
	background: #024;
}
.coursewrapsel .courseprice {
	color: #FFF !important;
	font-size:22px !important;
	opacity: 1 !important;
}
.cid:checked + .course {
	border:2px solid #FFF;
	color:#FFF;
	font-weight:900;
}
.special {
	position: absolute;
	margin-top:9px;
	margin-left:-40px;
	width:16px;
	height:16px;
	background: url(img/star.png) no-repeat;
	display: inline-block;
}
.starexp {
	position:absolute;
	background:#000;
	background: rgba(0,0,0,0.8);
	z-index:999;
	padding:5px;
	color:#F60;
	width:150px;
	min-height: 30px;
	border-radius:10px;
	margin-left:-80px;
	margin-top:-70px;
}

#sidebar {
	float:left;
	padding:10px;
	padding-top:0;
	width:170px;
	-moz-border-radius:5px;
	border-radius:5px;
	background:#049;
	text-align: left;
	font-size:12px;
}

#sidebar h2 {
	margin:0;
	margin-top:-1px;
	width:180px;
	height:12px;
	border-bottom:1px solid #FFF;
	font-weight:700;
	font-size:11px;
}

#sidebar ul {
	margin:0;
	padding:0;
	padding-left:20px;
}

#unselect {
	float:right;
	margin:5px;
	padding-top:1px;
	padding-right:10px;
	padding-bottom:1px;
	padding-left:10px;
	-moz-border-radius:5px;
	border-radius:5px;
	background:#001668;
	background:-moz-linear-gradient(top,rgba(0,212,255,1) 10%,rgba(0,22,104,1) 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(10%,rgba(0,212,255,1)),color-stop(100%,rgba(0,22,104,1)));
	background:-webkit-linear-gradient(top,rgba(0,212,255,1) 10%,rgba(0,22,104,1) 100%);
	background:-o-linear-gradient(top,rgba(0,212,255,1) 10%,rgba(0,22,104,1) 100%);
	background:-ms-linear-gradient(top,rgba(0,212,255,1) 10%,rgba(0,22,104,1) 100%);
	background:linear-gradient(top,rgba(0,212,255,1) 10%,rgba(0,22,104,1) 100%);
	color:#FFF;
	font-size:12px;
	opacity:.7;
	filter:alpha(opacity=70);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00d4ff',endColorstr='#001668',GradientType=0);
	cursor:pointer;
}

#unselect:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

label {
	float:left;
	line-height:1.6em;
}

.fields {
	float:left;
	overflow-y:auto;
	margin-right:15px;
	padding:10px;
	padding-top:0;
	-moz-border-radius:5px;
	border-radius:5px;
	background:#06C;
	background: rgba(100,200,200,0.3);
}

.field {
	float:left;
	margin:5px;
	padding-top:2px;
	padding-right:10px;
	padding-left:10px;
	height:50px;
	border:1px solid #06F;
	-moz-border-radius:5px;
	border-radius:5px;
	background:#0B4973;
	color:#CCC;
	font-weight:700;
	font-size:11px;
}

.fbfield {
	margin-bottom:5px;
	padding-bottom:5px;
	width:775px;
	height:28px;
	border-radius:5px;
	background:#000;
	background:rgba(0,0,0,0.7);
	color:#FFF;
	text-align:center;
	text-decoration:underline;
	font-weight:700;
	font-size:18px;
}

#fb-login {
	display:inline-block;
	margin-top:2px;
	width:225px;
	height:26px;
	background:url(img/facebook-login.png) center top;
}

#fb-login:hover {
	background-position:center bottom;
}

#fb-logout {
	display:inline-block;
	margin-top:2px;
	width:225px;
	height:26px;
	background:url(img/facebook-logout.png) center top;
}

#fb-logout:hover {
	background-position:center bottom;
}

.input {
	display:block;
	margin-top:1px;
	padding-right:5px;
	padding-left:5px;
	border:1px solid #CCC;
	-moz-border-radius:5px;
	border-radius:5px;
	background:#09F;
	color:#FFF;
	font-size:12px;
	opacity:.7;
	filter:alpha(opacity=70);
}

.input:hover {
	color:#FFF;
	opacity:1;
	filter:alpha(opacity=100);
}

.input:focus {
	color:#FFF;
	opacity:1;
	filter:alpha(opacity=100);
}

.input_error {
	background:#ff0707;
	color:#999;
}

.input_check {
	background:#060;
}

.user,#name {
	text-transform:capitalize;
	opacity: 0.3;	
}
#user1,#name,.user:hover {
	opacity: 1;
}

.more {
	color:#FFF;
	font-size:11px;
	font-family:Verdana;
	text-transform:uppercase;
	text-decoration:underline;
	font-weight:700;
}

.unchecked {
	float:left;
	width:14px;
	height:13px;
	background:url(img/checkbox0.png);
}

.checked {
	float:left;
	width:14px;
	height:13px;
	background:url(img/checkbox1.png);
}

#formcheck {
	position:absolute;
	top:380px;
	left:840px;
	z-index:3000;
	display:none;
	padding:5px;
	width:300px;
	border:1px solid #000;
	-moz-border-radius:10px;
	border-radius:10px;
	background:#ff0;
	background:-moz-linear-gradient(top,rgba(254,252,234,0.9) 0%,rgba(241,218,54,0.9) 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(254,252,234,0.9)),color-stop(100%,rgba(241,218,54,0.9)));
	background:-webkit-linear-gradient(top,rgba(254,252,234,0.9) 0%,rgba(241,218,54,0.9) 100%);
	background:-o-linear-gradient(top,rgba(254,252,234,0.9) 0%,rgba(241,218,54,0.9) 100%);
	background:-ms-linear-gradient(top,rgba(254,252,234,0.9) 0%,rgba(241,218,54,0.9) 100%);
	background:linear-gradient(top,rgba(254,252,234,0.9) 0%,rgba(241,218,54,0.9) 100%);
	color:#000;
	text-align:center;
	font-size:12px;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccfefcea',endColorstr='#ccf1da36',GradientType=0);
}

#formchecktrue {
	padding-top:1px;
	padding-right:10px;
	padding-bottom:1px;
	padding-left:10px;
	border:1px solid transparent;
	border-radius:5px;
	background:#00ff26;
	background:-moz-linear-gradient(top,rgba(0,255,38,1) 0%,rgba(0,196,13,1) 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,255,38,1)),color-stop(100%,rgba(0,196,13,1)));
	background:-webkit-linear-gradient(top,rgba(0,255,38,1) 0%,rgba(0,196,13,1) 100%);
	background:-o-linear-gradient(top,rgba(0,255,38,1) 0%,rgba(0,196,13,1) 100%);
	background:-ms-linear-gradient(top,rgba(0,255,38,1) 0%,rgba(0,196,13,1) 100%);
	background:linear-gradient(top,rgba(0,255,38,1) 0%,rgba(0,196,13,1) 100%);
	color:#000;
	font-size:14px;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff26',endColorstr='#00c40d',GradientType=0);
	cursor:pointer;
}

#formcheckfalse {
	padding-top:1px;
	padding-right:10px;
	padding-bottom:1px;
	padding-left:10px;
	border:1px solid transparent;
	border-radius:5px;
	background:#ff0a0a;
	color:#000;
	font-size:14px;
	cursor:pointer;
}

#voucherbig {
	display:none;
}

#voucherpreview:hover + #voucherbig {
	position:absolute;
	top:20px;
	right:20px;
	z-index:2;
	display:block;
}

.payoption {
	float:left;
	margin:5px;
	padding:5px;
	width:350px;
	height:65px;
	border:1px solid #000;
	-moz-border-radius:5px;
	border-radius:5px;
	background:#0B4973;
	-webkit-box-shadow:rgba(0,0,0,1) 2px 2px 2px 2px;
	-moz-box-shadow:rgba(0,0,0,1) 2px 2px 2px 2px;
	box-shadow:rgba(0,0,0,1) 2px 2px 2px 1px;
	cursor:pointer;
}

.payoption_disabled {
	float:left;
	margin:5px;
	padding:5px;
	width:350px;
	border:1px solid #000;
	-moz-border-radius:5px;
	border-radius:5px;
	background:#0B4973;
	-webkit-box-shadow:rgba(0,0,0,1) 2px 2px 2px 2px;
	-moz-box-shadow:rgba(0,0,0,1) 2px 2px 2px 2px;
	box-shadow:rgba(0,0,0,1) 2px 2px 2px 1px;
	line-height:1.6em;
}

.radio {
	float:left;
	margin-top:20px;
	margin-right:10px;
}

.payoption:hover {
	background:#003246;
	background:rgba(0,50,70,1);
}

.payoption_clicked {
	background:#003246;
	background:rgba(0,50,70,1);
}

.payoption_unclicked {
	background:#003246;
	background:rgba(0,50,70,1);
}

.disabled {
	opacity:.4;
	filter:alpha(opacity=40);
}

.paybutton {
	float:left;
	margin-right:10px;
}

.payinfo {
	padding-top:20px;
	font-weight:700;
	font-size:12px;
}

.pay_deposit {
	float:right;
	color:#FF0;
	text-align:center;
	font-weight:700;
	font-size:14px;
	line-height:.8em;
}

.pay_deposit span {
	font-size:11px;
}

.accountinfo {
	margin:5px;
	padding:10px;
	border:1px solid #000;
	-moz-border-radius:5px;
	border-radius:5px;
	background:#003246;
	-webkit-box-shadow:rgba(0,0,0,1) 2px 2px 2px 2px;
	-moz-box-shadow:rgba(0,0,0,1) 2px 2px 2px 2px;
	box-shadow:rgba(0,0,0,1) 2px 2px 2px 1px;
	color:#FF0;
	font-size:12px;
}

.accountinfo u {
	display:block;
	float:left;
	width:80px;
}

.accountinfo span {
	padding-left:80px;
	color:#FFF;
	font-size:14px;
}

.textarea {
	padding:5px;
	max-height:100px;
	width:99%;
	border:0;
	-moz-border-radius:5px;
	border-radius:5px;
	background:#00a0c8;
	background:-moz-linear-gradient(top,rgba(0,212,255,1) 10%,rgba(0,22,104,1) 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(10%,rgba(0,212,255,1)),color-stop(100%,rgba(0,22,104,1)));
	background:-webkit-linear-gradient(top,rgba(0,212,255,1) 10%,rgba(0,22,104,1) 100%);
	background:-o-linear-gradient(top,rgba(0,212,255,1) 10%,rgba(0,22,104,1) 100%);
	background:-ms-linear-gradient(top,rgba(0,212,255,1) 10%,rgba(0,22,104,1) 100%);
	background:linear-gradient(top,rgba(0,212,255,1) 10%,rgba(0,22,104,1) 100%);
	-webkit-box-shadow:0 1px 3px 0 #CCC;
	-moz-box-shadow:0 1px 3px 0 #CCC;
	color:#000;
	font-size:13px;
	opacity:.7;
	filter:alpha(opacity=70);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00d4ff',endColorstr='#001668',GradientType=0);
}

.textarea:hover {
	color:#FFF;
	opacity:1;
	filter:alpha(opacity=100);
	-moz-box-shadow:0 1px 3px 0 #FFF;
	-webkit-box-shadow:0 1px 3px 0 #FFF;
}

.submit {
	float:right;
	margin:5px;
	padding-top:1px;
	padding-right:10px;
	padding-bottom:1px;
	padding-left:10px;
	border:1px solid transparent;
	border-radius:5px;
	border-radius:5px;
	background:#00ff26;
	background:-moz-linear-gradient(top,rgba(0,255,38,1) 0%,rgba(0,196,13,1) 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,255,38,1)),color-stop(100%,rgba(0,196,13,1)));
	background:-webkit-linear-gradient(top,rgba(0,255,38,1) 0%,rgba(0,196,13,1) 100%);
	background:-o-linear-gradient(top,rgba(0,255,38,1) 0%,rgba(0,196,13,1) 100%);
	background:-ms-linear-gradient(top,rgba(0,255,38,1) 0%,rgba(0,196,13,1) 100%);
	background:linear-gradient(top,rgba(0,255,38,1) 0%,rgba(0,196,13,1) 100%);
	color:#000;
	font-size:18px;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff26',endColorstr='#00c40d',GradientType=0);
	cursor:pointer;
}

.submit:hover {
	border:1px solid #FFF;
	color:#FFF;
}

.submit_check {
	border:1px solid #FFF;
	color:#FFF;
}

.submit_disabled {
	background:#e2e2e2;
	background:-moz-linear-gradient(top,#e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#e2e2e2),color-stop(50%,#dbdbdb),color-stop(51%,#d1d1d1),color-stop(100%,#fefefe));
	background:-webkit-linear-gradient(top,#e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
	background:-o-linear-gradient(top,#e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
	background:-ms-linear-gradient(top,#e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
	background:linear-gradient(top,#e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
	color:#555;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2',endColorstr='#fefefe',GradientType=0);
	cursor:default;
}

.submit_disabled:hover {
	color:#555;
}

.submit_error {
	background:#ff0a0a;
	color:#000;
}

.submit_error:hover {
	color:#000;
}

.errormsg {
	display:none;
	color:red;
	text-transform:uppercase;
	text-shadow:1px 1px 2px #FFF;
	font-weight:700;
}

.errorhint {
	display:none;
	color:red;
	text-shadow:1px 1px 2px #000;
	font-weight:400;
	font-size:11px;
}

.backbutton {
	float:left;
	margin:5px;
	padding-top:1px;
	padding-right:10px;
	padding-bottom:1px;
	padding-left:10px;
	border:0;
	-moz-border-radius:5px;
	border-radius:5px;
	background:#001668;
	background:-moz-linear-gradient(top,rgba(0,212,255,1) 10%,rgba(0,22,104,1) 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(10%,rgba(0,212,255,1)),color-stop(100%,rgba(0,22,104,1)));
	background:-webkit-linear-gradient(top,rgba(0,212,255,1) 10%,rgba(0,22,104,1) 100%);
	background:-o-linear-gradient(top,rgba(0,212,255,1) 10%,rgba(0,22,104,1) 100%);
	background:-ms-linear-gradient(top,rgba(0,212,255,1) 10%,rgba(0,22,104,1) 100%);
	background:linear-gradient(top,rgba(0,212,255,1) 10%,rgba(0,22,104,1) 100%);
	color:#FFF;
	font-size:12px;
	opacity:.7;
	filter:alpha(opacity=70);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00d4ff',endColorstr='#001668',GradientType=0);
	cursor:pointer;
}

.backbutton:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

.show {
	display:block;
}

#info {
	float:left;
	margin-top:6px;
	margin-left:765px;
	height:20px;
	background:url(img/info.png) no-repeat;
}

#info span {
	padding-left:23px;
	color:#FC0;
	text-decoration:underline;
	font-weight:700;
	font-size:13px;
	font-family:Verdana;
}

#infos {
	position:absolute;
	top:110px;
	left:300px;
	z-index:3000;
	display:none;
	padding:5px;
	width:600px;
	border:1px solid #000;
	-moz-border-radius:10px;
	border-radius:10px;
	background:#ff0;
	background:-moz-linear-gradient(top,rgba(254,252,234,0.9) 0%,rgba(241,218,54,0.9) 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(254,252,234,0.9)),color-stop(100%,rgba(241,218,54,0.9)));
	background:-webkit-linear-gradient(top,rgba(254,252,234,0.9) 0%,rgba(241,218,54,0.9) 100%);
	background:-o-linear-gradient(top,rgba(254,252,234,0.9) 0%,rgba(241,218,54,0.9) 100%);
	background:-ms-linear-gradient(top,rgba(254,252,234,0.9) 0%,rgba(241,218,54,0.9) 100%);
	background:linear-gradient(top,rgba(254,252,234,0.9) 0%,rgba(241,218,54,0.9) 100%);
	color:#000;
	font-size:12px;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccfefcea',endColorstr='#ccf1da36',GradientType=0);
}

#info:hover + #infos {
	display:block;
}