body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,table,th,td {
	margin:0;
	padding:0;
}
fieldset,img {
	border:0;
}
ol,ul {
	list-style:none;
}
body {
	background:#000;
}
a:hover {
	text-decoration:none;
}
.wraper {
	background:url(/images/landing1/bg.jpg) no-repeat center top;
}
.main {
	width:265px;
	margin:0 auto;
}
.cnt_t {
	width:225px;
	padding:75px 0 0 0;
	margin:-5px 0 0 0;
	background:url(/images/landing1/t_b.png) no-repeat;
}
.cnt_b {
	width:225px;
	padding:0 0 75px 0;
	background:url(/images/landing1/t_b.png) no-repeat right bottom;
}
.fb-login-button {
	margin:5px 0 0 80px;
}
.btn {
	width:137px;
	height:60px;
	border:0;
	cursor:pointer;
	color:#fff;
	font:24px Georgia;
	text-shadow:1px 1px #000;
	margin:10px 0 0 0;
	background:url(/images/landing1/btn.png) no-repeat 0 -60px;
}
li input {
	border:2px solid #000;
	color:#000;
	font:12px Georgia;
	width:127px;
	padding:0 0 0 5px;
	height:20px;
	background:none;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.btn:hover {
	background:url(/images/landing1/btn.png) no-repeat ;
}
.logo {
	display:block;
	width:230px;
	margin:0 auto;
}
.cnt_m {
	padding:50px 20px 0 20px;
	background:url(/images/landing1/cnt.png) no-repeat;
}
.cnt_m li {
	padding:7px 0 0 43px;
}
.cnt_m .top {
	padding-top:0;
}
.cnt_m label {
	color: #000000;
    float: left;
    font: 10px Georgia;
    width: 145px;
	cursor:text;
}
.cnt_m label a {
	color:#333;
}
.cnt_m h1 {
	color:#000;
	text-align:center;
	font:16px Georgia;
}
.ftr {
	color:#fff;
	font:12px arial;
	text-align:center;
	margin:130px 0 10px 0;
}
.niceCheck {
	width: 26px;
	height: 23px;
	float:left;
	cursor: pointer;
	margin:7px 0 0 0;
	background: url(/images/landing1/check.png) no-repeat;
}
/*.niceCheck .checked {*/
	/*width: 26px;*/
	/*height: 23px;*/
	/*float:left;*/
	/*cursor: pointer;*/
	/*margin:7px 0 0 0;*/
    /*background: url(/images/landing1/check.png) no-repeat 0 -23px;*/
/*}*/
.niceCheck input {
	display: none;
}

.cusel {
	height: 25px;
	width:138px !important;
	background:url(/images/landing1/select.png) no-repeat;
	display: inline-block;
	position: relative;
	cursor: pointer;
	font-size: 14px;
	z-index: 1;
}
.cuselText {
	height: 14px;
	padding: 6px 0 0 7px;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	z-index: 1;
	font: 12px georgia;
	color:#fff;
	position: absolute;
	top: 0;
	left: 0;
}
* html .cuselText {
	height: 22px;
}
.cusel span {
	display: block;
	cursor: pointer;
	white-space: nowrap;
	font: 12px georgia;
	padding: 2px 15px 2px 5px;
	zoom: 1;
}
.cusel span:hover,
.cusel .cuselOptHover {
	background: #003399;
	color: #fff;
}
.cusel .cuselActive {
	background: #CC0000;
	color: #fff;
	cursor: default;
}
.cuselOpen {
	z-index: 999;
}
.cusel .cusel-scroll-wrap {
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: auto;
}
.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	z-index: 5000;
	cursor: pointer;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none
}

.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	z-index:5001;
	color: #fff;
	width: 150px;
	font-family: tahoma;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
  position:relative;
  z-index: 5006;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
	margin: 0px 0 0 12px;
  top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}




li input  {
 padding:3px 0 0 5px\9;
 height:17px\9;
}
::-webkit-input-placeholder {
 color:#000;
 font:12px Georgia;
}
:-moz-placeholder {
 color:#000;
 font:12px Georgia;
}
.placeholder {
 color:#000;
 line-height:20px;
 font:12px Georgia;
}