body {
	background: #F4F4F4;
	color: #222222;
	font-family: arial, sans-serif;
	line-height: 1.5;
}

.wrapper {
	margin: 0 auto;
	position: relative;
	/*width: 1100px;*/
	width: 720px;
}

#work-area {
	background-color: #FFFFFF;
	box-shadow: 0 5px 24px rgba(0, 0, 0, 0.25);
	float: left;
	position: relative;
	width: 725px;
	z-index: 0;
	padding: 15px 40px 20px;
	border-radius: 10px;
	margin-top: -25px;
}

#footer {
	float: left;
	margin-top: 15px;
	min-height: 50px;
	padding: 15px 20px 15px;
	position: relative;
	width: 725px;
	z-index: 0;
}

#footer p {
	color: #4c4c4c;
	font-size: 15px;
	text-align: center;
}

#footer a {
	color: #4c4c4c;
}

html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	font-size: 100%;
	margin: 0;
	outline: 0 none;
	padding: 0;
	vertical-align: baseline;
}

.TTWForm-container {
	margin-left: 100px;
}

.title {
	margin-bottom: 20px;
	color: #798E94;
}

/** Basic Styling **/

.TTWForm {
	width: 500px;
}

.TTWForm-container {
	font-size: 12px;
	color: #798e94;
	background: transparent;
}

.TTWForm-wrapper.wrapped {
	padding: 30px 30px 30px 30px;
	border: 1px solid #ced4d7;
	box-shadow: inset 0 0 0 5px #eef5f7, 0 0 3px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0 0 0 5px #eef5f7, 0 0 3px rgba(0, 0, 0, .1);
	-webkit-box-shadow: inset 0 0 0 5px #eef5f7, 0 0 3px rgba(0, 0, 0, .1);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.TTWForm-container h2 {
	font-size: 2em;
	margin-bottom: 0.75em;
	color: #65777c;
	font-weight: normal;
}

/** Field Styles **/
.TTWForm .field, #form-title1.field, #form-title2.field, #form-title3.field, #form-title4.field, #form-title5.field, #form-title6.field, #form-title7.field, #form-title8.field, #form-title9.field, #form-title10.field, #form-title11.field, #form-title12.field, #form-title13.field, #form-title14.field, #form-title15.field, #form-title16.field, #form-title17.field, #form-title18.field, #form-title19.field, #form-title20.field {
	padding-bottom: 12px;
	padding-top: 12px;
	position: relative;
	clear: both;
}

.TTWForm .field:first-child {
	padding-top: 0;
}

.TTWForm .field:last-child {
	padding-bottom: 0;
}

/** Field Widths */
.f_25 {
	width: 21%;
	display: inline;
	float: left;
	margin-left: 2%;
	margin-right: 2%; /* jquery ui resize grid hack - not sure why */
}

.f_50 {
	width: 46%;
	display: inline;
	float: left;
	margin-left: 2%;
	margin-right: 2%; /* jquery ui resize grid hack - not sure why */
}

.f_75 {
	width: 71%;
	display: inline;
	float: left;
	margin-left: 2%;
	margin-right: 2%; /* jquery ui resize grid hack - not sure why */
}

.f_100 {
	width: 96%;
	display: inline;
	float: left;
	margin-left: 2%;
	margin-right: 2%; /* jquery ui resize grid hack - not sure why */
}


.TTWForm input[type=radio], .TTWForm input[type=checkbox] {
	width: 12px;
	margin: 8px 12px;
	top: 3px;
	position: relative;
}

.TTWForm .option {
	margin: 6px 0;
}

.TTWForm .option-title {
	position: relative;
	top: 2px;
	color: #798e94;
}

.TTWForm textarea {
	overflow: hidden;
}



#form-title {
	padding: 12px;
}



/** Date Input **/

#calroot {
	z-index: 10000;
	margin-top: -1px;
	width: 198px;
	padding: 2px;
	background-color: #fff;
	font-size: 11px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 0 15px #666;
	-webkit-box-shadow: 0 0 15px #666;
}

#calhead {
	padding: 2px 0;
	height: 22px;
}

#caltitle {
	font-size: 14px;
	color: #0150D1;
	float: left;
	text-align: center;
	width: 155px;
	line-height: 20px;
	text-shadow: 0 1px 0 #ddd;
}

#calnext, #calprev {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	cursor: pointer;
	background: transparent url(../images/prev.png) no-repeat center center scroll;
}

#calnext {
	float: right;
	background: transparent url(../images/next.png) no-repeat center center scroll;
}

#calprev.caldisabled, #calnext.caldisabled {
	visibility: hidden;
}

#caltitle select {
	font-size: 10px;
}

#caldays {
	height: 14px;
	border-bottom: 1px solid #ddd;
}

#caldays span {
	display: block;
	float: left;
	width: 28px;
	text-align: center;
}

#calweeks {
	background-color: #fff;
	margin-top: 4px;
}

.calweek {
	clear: left;
	height: 22px;
}

.calweek a {
	display: block;
	float: left;
	width: 27px;
	height: 20px;
	text-decoration: none;
	font-size: 11px;
	margin-left: 1px;
	text-align: center;
	line-height: 20px;
	color: #666;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.calweek a:hover, .calfocus {
	background-color: #ddd;
}

a.calsun {
	color: red;
}

a.caloff {
	color: #ccc;
}

a.caloff:hover {
	background-color: rgb(245, 245, 250);
}

a.caldisabled {
	background-color: #efefef !important;
	color: #ccc !important;
	cursor: default;
}

#calcurrent {
	background-color: #498CE2;
	color: #fff;
}

#caltoday {
	background-color: #333;
	color: #fff;
}

/** Range Input **/

.slider {
	background: #3C72E6 url(../images/range_gradient.png) repeat-x 0 0;
	height: 9px;
	position: relative;
	cursor: pointer;
	border: 1px solid #333;
	width: 100%;
	float: left;
	clear: right;
	margin-top: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: inset 0 0 8px #000;
}

.progress {
	height: 9px;
	background-color: #C5FF00;
	display: none;
	opacity: 0.6;
}

.handle {
	background: #fff url(../images/range_gradient.png) repeat-x 0 0;
	height: 28px;
	width: 28px;
	top: -12px;
	position: absolute;
	display: block;
	margin-top: 1px;
	border: 1px solid #000;
	cursor: move;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;

}

.range {
	border: 1px solid #ddd;
	float: left;
	font-size: 20px;
	margin: 0 0 0 15px;
	padding: 3px 0;
	text-align: center;
	width: 50px !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/**Error Messages **/

.TTWForm .error {
	height: 16px;
	font: 11px/16px Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif;
	color: #ff0033;
	padding-left: 12px;
	z-index: 999;
	position: relative;
	top: -1px;
}

/** Loading Indicator **/
.loading-text {
	position: relative;
	top: -3px;
}

/** IE Hacks **/
.TTWForm input {
	*height: 28px;
}

/** Clearfix */
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

/*
	The following zoom:1 rule is specifically for IE6 + IE7.
	Move to separate stylesheet if invalid CSS is a problem.
*/
* html .clearfix,
*:first-child + html .clearfix {
	zoom: 1;
}

.BDC_CaptchaDiv {
	height: 42px !important;
}

em {
	font-size: 13px;
}

/*new style*/

* {
	margin: 0;
	padding: 0;
}

.header_head {
	background: #5486A2;
	padding: 30px 0;
	width: 100%;
}

.header_head h1 {
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
	font-weight: bold;
	margin-top: 10px;
	letter-spacing: -1px;
}

.clear{
	clear: both;
}

.TTWForm label {
	color: #686868;
	display: inline-block;
	font-weight: normal;
	width: 150px;
	font-size: 13px;
	vertical-align: middle;
	text-align: right;
	margin-right: 15px;
	line-height: 16px;
}

.TTWForm input, .TTWForm textarea, .TTWForm select, div.selector, div.uploader {
	width: 56%;
	vertical-align: middle;
	padding-top: 12px;
	box-shadow: none;
	border: 1px solid #C7C5C5;
	padding-left: 2%;
	padding-bottom: 12px;
	border-radius: 4px;
	font-size: 14px;
	color: #494949;
	font-family: Arial, sans-serif;
	outline: 0 none;
}

.TTWForm textarea{
	height: 150px;
}

.TTWForm input:focus{
	border-color: #66afe9;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

.TTWForm textarea:focus{
	border-color: #66afe9;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

.TTWForm input{
	height: 42px;
}

.TTWForm {
	width: 100%;
}

.TTWForm-container {
	margin-left: 0;
}

.form-title h2 {
	color: #5086A2;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	position: relative;
	text-transform: uppercase;
	margin-top: 25px;
	margin-bottom: 15px;
}
.form-title h2::before {
	position: absolute;
	width: 100%;
	content: " ";
	left: 0;
	top: 12px;
	height: 1px;
	background: #cecece;
}

.form-title h2 span{
	background: #fff;
	padding: 0 20px;
	position: relative;
	z-index: 50;
}

.TTWForm .btn-reg {
	text-transform: uppercase;
	font-size: 16px;
	padding: 17px 65px;
	background: #FFA201;
	text-decoration: none;
	border: 0;
	font-weight: bold;
	color: #fff;
	border-radius: 5px;
	display: inline-block;
	line-height: 18px;
	cursor: pointer;
	font-family: "PT Sans", sans-serif;
	box-shadow: none;
	text-shadow: none;
	height: auto;
	float: none;
	margin-top: 25px;
	width: auto;
}

.TTWForm .btn-reg:hover {
	opacity: .7;
}

#form-submit {
	text-align: center;
}

.field .BDC_CaptchaDiv {
	display: inline-block;
	margin-bottom: 10px !important;
}
.head_payout_name{
	font-size: 14px;
	color: #494949;
	float: left;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
}

.required_field{
	color: #ff0202;
	font-size: 12px;
	position: relative;
	top: -3px;
}

.field_left{
	color: #686868;
	display: inline-block;
	font-weight: normal;
	width: 150px;
	vertical-align: middle;
	text-align: right;
	margin-right: 15px;
}


.line{
	margin: 20px 0;
	border-top: 1px solid #cecece;
}

.has-error input{
	border: 1px solid #FD3E3E;
}

.field_error{
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #fd3e3e;
	display: block;
	margin-left: 170px;
	margin-top: 3px;
}

.title_head{
	color: #5086a2;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 15px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

.title p{
	color: #686868;
	font-size: 14px;
	line-height: 18px;
}

.title .color-black{
	color: #000;
}

.table_reg{
	color: #686868;
	font-size: 14px;
	width: 84%;
	margin-bottom: 35px;
}

.table_reg tr td{
	padding: 10px;
	text-align: right;
}

.table_reg_inp{
	color: #2c2c2c;
	background: #E5E3E3;
	border-radius: 4px;
	padding: 8px 10px;
	font-weight: bold;
	text-align: left;
	border: 1px solid #C7C5C5;
}

.table_reg_inp a{
	color: #000;
	text-decoration: underline;
}

.table_reg_inp a:hover{
	text-decoration: none;
}

.table_reg_hide_text{
	width: 340px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}