

body{
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
}

#page_wrapper{
	float:left;
	width:100%;
}

#content{
	width:1024px;
	margin:0 auto;
}

#bg_image{
	position:fixed;
	width:100%;
	height:100%;
	z-index:-1;
}

#bg_image img{
	width:100%;
	height:auto;
}

#left{
	float:left;
	width:360px;
}

#logo{
	float:left;
	margin-top:54px;
	margin-bottom:50px;
	
}

#form_wrapper{
float: left;
margin-bottom: 67px;
}

.input_wrapper{
float: left;
margin-bottom: 16px;
width: 163px;
}

label{
color: #fff;
float: left;
font-size: 11px;
width: 100%;
margin-bottom: 6px;
}

input,.ui-selectmenu-button{
border: medium none;
float: left;
font-family: "Open Sans",sans-serif;
font-size: 12px;
height: 24px;
text-indent: 4px;
width: 146px;

}


#bottom_icons_wrapper{
	float:left;
	width:100%;
}

.bottom_icon{
float: left;
margin-right: 21px;
}

.datepicker{
	background: url("images/drop_long.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
text-indent: 33px;
width:184px;
}

.ui-datepicker-header{
	border:none;
	border-radius:0;
	background:#FDAC00;
	
}

#ui-id-1-button,#ui-id-2-button,#ui-id-3-button{
	background: url("images/drop_short.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	width:53px !important;
	height:24px;
	border-radius:0;
	
}

.ui-selectmenu-button span.ui-icon{
	display:none;
}
.ui-selectmenu-button span.ui-selectmenu-text {
  display: block;
  font-size: 14px;
  line-height: 23px;
  margin-right: 9px;
  overflow: hidden;
  padding: 0;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: 'Open Sans', sans-serif;
}

.ui-menu-item{
font-family: "Open Sans",sans-serif;
font-size: 14px;
text-align: center;
padding: 2px 0 !important;
}


textarea {
  border: medium none;
  float: left;
  height: 71px;
  width: 348px;
  font-family: "Open Sans",sans-serif;
  text-indent: 4px;
  font-size:12px;
}

#submit{
background: none repeat scroll 0 0 #fff;
color: #000;
float: right;
font-size: 11px;
font-weight: normal;
height: 24px;
margin-right: 10px;
margin-top: 13px;
padding: 0 8px;
width: auto;
}

#submit:hover{
background: #000;
color: #fff;
}

#right{
	background:url(images/right_bg.png) repeat;
	width:472px;
	float:right;
	position:relative;
	margin-top:35px;
}

#text_wrapper{
	padding:27px;
}

#text_wrapper p a:hover{
	text-decoration:underline;
}

#text_wrapper a{
background: none repeat scroll 0 0 #fff;
color: #222;
padding: 3px 10px;
text-decoration: none;
font-size: 13px;
}

#text_wrapper a:hover{
	background:#000;
	color:#fff;
}

p{
color: #fff;
font-size: 14px;
line-height: 22px;

}

.x{
	width:17px;
	height:16px;
	position:absolute;
	top:10px;
	right:10px;
	overflow:hidden;
	display:block;
	cursor:pointer;
}

.arrow{
	width:17px;
	height:16px;
	float:right;
	overflow:hidden;

	cursor:pointer;
	margin-top:45px;
	display:none;
}

.arrow img{
	float:right;
}

#thanks_page_wrapper{
background: url("images/thanks_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
position: fixed;
width: 100%;
height: 100%;
}

#thanks_content{
margin: 235px auto 0;
text-align: center;
width: 472px;
}

#thanks_content p{
font-size: 18px;
line-height: 28px;
margin-top: 26px;
text-align: center;
text-transform: uppercase;
}

#thanks_x{
	position:absolute;
	top:50px;
	right:50px;
	z-index:5;
}
