@font-face {
	font-family: 'Arial';
	src: url('../fonts/arial.eot');
	src: local('☺'), url('../fonts/arial.woff') format('woff'), url('../fonts/arial.ttf') format('truetype'), url('../fonts/arial.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.table p
{
 margin 11px 0px;
 }

body{
	width:100%;
	margin:0;
	font-family: 'Arial', arial, sans-serif;
	color:#333;
	font-size:12px;	
}



.home-body{
	background:url(../images/stpw/bg-img.png) no-repeat top left;
	padding-top:140px;
	width:1584px;
	/*margin:0 auto;*/
	float:left;
	height: 1110px;
}
	
	
	
*{
	margin:0;
	padding:0;
}
img{
	border:0;
}
.qtmw {
    text-align: center;
}
.full {
    width: 100%;
}

.qtmw .center_title {
    color: #3C3C3C;
    display: block;
    font-family: 'MuseoSlab500';
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 10px;
}

.note {
    background: none repeat scroll 0 0 #F4FAE6;
    border: 1px solid #C2E57A;
    margin: 15px 0;
    padding: 15px;
    text-align: center;
}
.full {
    width: 85%;
	margin: 20px auto;
}
.note .note_title {
    color: #3E5907;
    display: block;
    font-size: 20px;
}

.note .schedule {
    color: #CA3B2D;
    display: block;
    font-size: 16px;
}

.note .schedule {
    color: #CA3B2D;
    display: block;
    font-size: 16px;
}

.city {
    color: #B8060B;
    font-family: 'EbrimaRegular';
    font-size: 18px;
}

.stpw_subtitle {
    color: #3C3C3C;
    font-family: 'CalibriRegular';
    font-size: 20px;
    font-style: normal;
    margin-left: 3px;
}

.cityoptions {
    display: block;
	border-top: 1px solid #D9D9D9;
    display: block;
    margin: 10px 52px 0;
    padding: 26px 0 28px;
}
.cityoptions li {
    background: url("../images/cityoptions.png") no-repeat scroll 0 50% rgba(0, 0, 0, 0);
    display: inline;
    margin-right: 10px;
    padding-left: 10px;
	font-weight: normal;
	}

.cityoptions a {
    color: #B8060B;
	font-size:13px;
}
.cityoptions a:hover{ text-decoration:underline;}

.container{
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
}
.main-cont{
	width:998px;
	margin:0 auto;
	/*margin-left:115px;*/

}
.main{
	float:left;
	width:100%;
	min-height:500px;
	margin:20px 0;
}
.step-btn{
	float:right;
	margin:10px;
}
.form-heading{
	float:left;
	margin:9px;
}
.form-heading h1{
	color:#013ba5;
	font-size:20px;
}
.header{
	background:url(../images/stpw/header.png) left repeat-x;
	float:left;
	width:100%;
	border:1px solid #d7d7d7;
	border-radius:0 0 7px 7px;
	-webkit-border-radius: 0 0 7px 7px;
	-moz-border-radius: 0 0 7px 7px;
	behavior:url(PIE.htc);
	position:relative;
	box-shadow: 0 0 0 1px #FFFFFF inset;
}
.top{
	width:100%;
	float:left;
	padding: 20px 0;
	line-height:17px;
}

.middle-table{
	float:left;
	width:100%;
}
.middle-table td{
	border:2px solid #f9f9f9;
	padding:6px 20px;
}
.middle-table table{
	border:5px solid #f9f9f9;
	background:#e7e7e7;
	font-size:14px;
	color:#7b7b7b;
}
.middle-table label{
	float:right;
}
.notifications{
	float:left;
	width:100%;
}
.not-valid , .valid{
    background: none repeat scroll 0 0 #FFFFD4;
    float: left;
    margin: 20px 0;
    padding: 14px 25px;
}
.not-valid span{
	color:#d04c49;
	font-size:14px;
	font-weight:bold;
}
.valid span{
	color:#44C009;
	font-size:14px;
	font-weight:bold;
}

.not-valid > img {
    float: left;
    margin: 0 5px;
}
.right-noti{
	background: none repeat scroll 0 0 #FFFFD4;
    float:right;
    margin: 20px 0;
    padding: 14px 25px;
	font-size:14px;
}
.left-form{
	width:472px;
	float:left;
	border:1px solid #d0d0d0;
	background:url(../images/stpw/form-bg.png) repeat-x bottom;
	box-shadow: 0 0 0 1px #FFFFFF inset;
	border-radius:8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	behavior:url(PIE.htc);
	margin-bottom: 10px;
    margin-left: 10px; 
	position:relative;
	min-height: 490px;
}
/*CUSTOM CSS*/
.left-form1
{
	min-height: 0px !important;
}
.form-head{
	background:url(../images/stpw/form-head.png) repeat-x ;
	padding:10px 0;
	float:left;
	width:100%;
	border-radius:7px 7px 0 0;
	-webkit-border-radius:7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	behavior:url(PIE.htc);
	position:relative;
}
.form-head h2 {
    color: #FFFFFF;
    font-size: 20px;
	margin: 0 0 0 23px;
}
.form-head > p {
    color: #A9E3FD;
    margin: 0 0 0 23px;
}
.form-body {
    float: left;
    width: 100%;
	padding:10px 0 10px;
}
.form-body > table {
    width: 100%;
}
.inp,select.inp{
	background:url(../images/stpw/inp-bg.png) repeat-x;
	border:1px solid #d4d4d4;
	width:241px;
	padding:6px;
	color:#666;
	font-size:13px;
}
.star{
	color:#c44441;
}
.form-body label{
	color:#747474;
	font-size:14px;
	float:right;
}
.form-body span{
	color:#747474;
	font-size:14px;
	float:left;
}
.left-form.right-form{
	float:right;
}


.bottom-form-cont {
    border: 1px solid #93A8A9;
    border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	behavior:url(PIE.htc);
	position:relative;
    float: left;
    width: 97.4%;
	padding:1.3%;
	box-shadow:0 0 0 1px #ebf4f5 inset;
}
.blue-btn{
	background:url(../images/stpw/btn-bg.png) repeat-x;
	border:3px solid #fff;
	font-size:14px;
	font-weight:bold;
	padding:6px 20px;
	text-decoration:none;
	color:#fff !important;
	text-transform:uppercase;
	float:left;
	box-shadow:0 5px 3px -3px #ccc;
}
.total-cost{
	background: #FFFFD4;
    float: left;
    margin: 15px 0 0;
    padding: 9px 0px;
	width:100%;
	text-align:right;
}
.total-inp {
    float: right;
    margin-right: 10px;
    width: 75px;
}
.total-cost span{
	color: #D04C49;
    font-size: 14px;
    font-weight: bold;
	float:right;
	margin: 8px;
}



.form-bottom-area {
    background: none repeat scroll 0 0 #F7F7F7;
    float: left;
    margin: 20px 0;
    padding: 2%;
    width: 96%;
	color:#747474;
}
.form-bottom-area textarea{
	background: url("../images/stpw/text-area.png") repeat-x scroll 0 0 #FFFFFF;
    border: 1px solid #D4D4D4;
    height: 80px;
    width:650px;
	margin-top:10px;
}
.payment h2{
	font-size:14px;
	font-weight:bold;
	color:#0088c6;
	margin:20px 0;
}
.payment a{
	color:#c44441;
}
.payment td{
	vertical-align:top;
	padding:5px;
}
.next-step{
	float:left;
}

/*++++++++++++++++ pop up css+++++++++++++++++*/

.pop-background {
    background: url("../images/stpw/pop-bg.png") repeat scroll 0 0 transparent;
    position: absolute;
    width: 100%;
}
.pop-main{	
	margin:30px auto;
	width:875px;
}
.pop-bg{
	width:100%;
	background:url(../images/pop-up-bg.png);
	position:relative;
	float:left;
	padding-bottom: 1%;
}
.pop-up-cancel {
    position: absolute;
    right: -15px;
    top: -15px;
}
.pop-cont{
	background:#fff;
	float:left;
	width:98%;
	margin:1%;
	margin-bottom:0;
}
.pop-cont-inner {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 2px #CCCCCC;
    float: left;
    margin: 1%;
    min-height: 70px;
    width: 98%;
}
/*.pop-menu {
    float: left;
    width: 100%;
	border-left: 1px solid #525B61;
    border-right: 1px solid #525B61;
    border-top: 1px solid #525B61;
	background:url(../images/pop-up-header-bg.png) repeat-x;
}*/

.pop-menu {
    background: url("../images/points.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-left: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3;
    border-top: 1px solid #D3D3D3;
    float: left;
    width: 100%;
	 font-family: 'EbrimaRegular';
}

.pop-menu ul li{
	display:inline;
	float:left;
	width:20%;
	*width:19.9%;
}
.pop-menu ul li a{
	*background:url(../images/points.png) repeat-x;
	border-left:1px solid #D3D3D3;
	font-size:14px;
	color:#000;
	text-decoration:none;
	padding: 7px 0;
	display:block;
	text-align:center;
}

.style_container .pop-menu ul li a{
	background:url(../images/points.png) repeat-x;
	border-left:1px solid #0c7aac;
	font-size:14px;
	font-weight:bold;
	text-shadow:0 1px 2px #555;
	color:#fff;
	text-decoration:none;
	padding: 9px 0;
	display:block;
	text-align:center;
}
.pop-menu ul li:first-child a{
	border-left:0;
}
.pop-cont-inner-inner {
    float: left;
    margin: 0.5%;
    width: 99%;
}
.comment {
    border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	behavior:url(PIE.htc);
    margin: 10px 0;
    padding: 0;
    position: relative;
    width:90%;
    z-index: 5000;
	font-size:13px;
	color:#0f73a1;
	clear:both;
}
.comment_none
{
	/*background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D7D3D3;*/
}
.pop-up-top-content .writer{
	*margin-right:28px;
}

/*.pop-up-data {
    float: left;
    width: 99.8%;
	background:#f1f1f1;
	border:1px solid #ccc;	
}*/
.check-div{
	/*clear:both;
	float:right;*/
}
.writer {
        border-radius: 0 0 3px 3px;
	-webkit-border-radius:0 0 3px 3px;
	-moz-border-radius:0 0 3px 3px;
	behavior:url(PIE.htc);
    color: #767676;
    font-size: 12px;
    margin-right: 0;
    position: relative;
    z-index: 500;
}
.writer_none
{
	background: url("../images/stpw/writer.png") repeat-x scroll left bottom transparent;
   /* border: 1px solid #A8E3FD;*/

}
.pop-up-top-content {
    /*float: left;
    position: relative;
	*width:395px;*/
}
.check-div{
/*	float:right;*/
	width:17px;
	height:16px;
	margin:10px 0 0;
	/*background:url(../images/tick.png) no-repeat;*/
}

.comment p {
    color: #202C5A;
    font-family: 'EbrimaRegular';
    font-size: 15px;
}

.popup-btn-sec{
	
}

.popup-btn-sec input {
    margin-right: 6px;
    padding: 5px 16px;
}

.writer span {
    font-size: 13px;
}

.red-wordings span {
    font-family: 'EbrimaRegular';
    font-size: 14px;
}

.check-div input{
	display:none;
}
.pop-up-data {
    float: left;
    width: 100%;
	margin-bottom:30px;
}
.pop-up-data table {
    width: 100%;
	border-top:1px solid #cfcbcb;
	border-left:1px solid #cfcbcb;
}
.pop-up-data td {
    padding: 8px;
	border-right:1px solid #cfcbcb;
	border-bottom:1px solid #cfcbcb;
	width:20%;
	vertical-align:top;
}
.red-wordings {
    margin: 10px 0;
    width: 100%;
	*margin-top:20px;
}
.red-wordings p,.writer p{
    clear: both;
    color: blue;
	background-color:#FFFF00;
    float: left;
    margin: 10px 0;
    width: auto;
	 font-size: 13px;
    font-weight: bold;
	*margin-top:20px;
}
.red-wordings p a
{
	   color: blue;
       font-size: 13px;
	   font-weight: bold;

}
.lists li{ list-style:none; margin-left:21px;margin-top: 5px;}
#tuesday1:focus{outline:none;}


/*sanfrancisco page design*/
.style_container{ margin:0; padding:0 50px;}
.style_container .pop-menu{ background:none; border-top:1px solid #CFCBCB;}
.style_container .pop-menu ul li:first-child a{ border-left:1px solid #CFCBCB;}
.style_container .pop-menu ul li a{ border-right:1px solid #CFCBCB; border-left:0px solid #000; color:#010101; font-weight:normal; text-shadow:0 0 0 #000;}
.style_container .pop-up-data .comment_none{ border:0; background:none;}
.style_container .pop-up-data .comment{ padding:0; text-align:left; color:#202C5A;}
.style_container .pop-up-data .comment a{
	color: #202C5A;

}
.style_container .pop-up-data .writer_none{ background:none; border:none; clear:both; float:none; color:#767676; font-weight:bold; text-align:left; padding:0;}
.style_container .pop-up-data .red-wordings{ font-size:12px;}
.style_container .pop-up-data table tr:nth-child(2n + 1) td{ background:#FFffff;}
.style_container .pop-up-data table tr td{ background:#f8f8f8;}

.logout_information{
	
}
.leftradio
{
	float:left;
	width:12px;
	margin-right:12px;
}
.rightradio
{
	float:left;
	width:95%;
}

.bugfreezoneimg
{
	background-image:url('../images/bugfreezone.gif');
	width:150;
	height:223;

}
@media (max-width: 440px) {

	.member-ship-form label{ width:100%; text-align:left;}

}