@charset "UTF-8";
/* CSS Document */



.form {
	width:auto;
	_width:100%;
	height:auto;
	padding:0 0 20px 0;
}
.form .row {
	display:block;
	clear:left;
	float:left;
	height:auto;
	width:488px;
	padding:15px 0 5px 50px;
}
.form #error {
	padding:0 0 0 40px;
}

.feedback 
{
	clear:none;
	float:left;
	padding:20px 0 0 0;
	background:transparent;
}
.feedback .row 
{
    margin-left:0px;
    padding-left:0;
}

.feedback .row label 
{
    width:100px;
}

/****** scratch off pack apply form ******/

.form_apply { /* march */
	width:600px;
	height:auto;
	padding:20px 0 20px 0;
	clear: left;
}

.form_apply .row {/* march */
	display:block;
	clear:left;
	float:left;
	height:auto;
	width:495px;
	padding:15px 0 5px 50px;
}

.form_apply label { /* march */
	display:block;
	clear:left;
	float:left;
	height:30px;
	line-height:30px;
	margin:0 10px 0 0;
	color:#666;
	font-size:13px;
	width:140px;
	text-align:right;
	text-transform: capitalize;
	position:relative;
}

.form_apply label#notice { /* march */
width:500px;
}

.form_apply label em {
color:#CCCCCC;
display:block;
font-size:10px;
line-height:14px;
position:absolute;
right:0;
text-align:right;
top:22px;
}

.form_apply p.form_title {
	display:block;
	clear:left;
	float:left;
	width:520px;
	height:auto;
	line-height:20px;
	font-size:13px;
	font-weight:bold;
	color:#069;
	text-align:center;
	margin: 20px 0 10px 35px;
}

.form_apply input.gen { /* march */
	display:block;
	float:left;
	width:260px;
	height:23px;
	line-height:16px;
	border:0;
	background:transparent url(/images/input_gen.png) no-repeat 0 0;
	color:#666;
	font-size:14px;
	margin:1px 10px 5px 0;
	padding:7px 10px 0 10px;
	overflow:hidden;
}

.form_apply label.signUpError {
	background-color:#FFFDEB;
	border:1px dotted #FFFF66;
	clear:left;
	color:#CC0000;
	display:block;
	float:left;
	font-size:10px;
	font-weight:bold;
	height:auto;
	line-height:15px;
	margin:2px 0 0 160px;
	padding:3px 20px;
	text-align:left;
	text-transform:none;
	vertical-align:top;
	width:215px;
}

/****** suggest books forms *****/
.suggest {
	float:left;
	margin-top:20px;
}

.suggest .row {
	padding-left:30px;
}

.suggest .row label {
	width:100px;
	position:relative;
}
.changePwdBtn
{
	margin-left: 20px;
}
.suggest legend {
	font-size:16px;
	color:#036;
	font:bold;
	padding:20px 0 0 140px;
	height: auto;
}

.suggest span.or {
	display:block;
	height:12px;
	line-height:12px;
	width:15px;
	position:absolute;
	top:-17px;
	right:0;
	font-size:10px;
	font-weight:bold;
	color:#CCC;
}
	
/*** sugest books ends */


.form fieldset {
	width:100%;
	height:auto;
}
.two-clso .form fieldset
{
	
	margin-left: -10px;
}
.two-clso .form fieldset .button
{
	margin-left: 20px;
}
#MainContent .form h2
{
	display: block;
	margin-left:80px;
	font-size: 18px;
}
.form h3 {
	display:block;
	clear:left;
	float:left;
	width:519px;
	height:52px;
	line-height:52px;
	font-size:14px;
	color:#069;
	font-weight:bold;
	text-align:center;
	padding-left:15px;
	background:url(/images/box_title_bg.png) repeat-x top left;
	border:1px solid #fff;
	outline:1px dotted #d1d1d1;
	margin:0 0 20px 0;
}
.form h3 strong {
	color:#666;
	font-size:14px;
}
.form .row input.text {
	display:block;
}
.form .row label.sublevel {
	display:block;
	clear:none;
	float:left;
	height:30px;
	width:auto;
	line-height:30px;
	color:#666;
	font-weight:bold;
	font-size:12px;
	padding: 0 10px 0 0;
	margin:0;
	text-align: left;
}
.form label {
	display:block;
	clear:left;
	float:left;
	height:30px;
	line-height:30px;
	margin:0 10px 0 0;
	color:#666;
	font-size:13px;
	width:140px;
	text-align:right;
	font-weight:bold;
}

.form label.block {
	color: #999;
	clear: both;
}
.form label.signUpError  {
	display:block;
	clear:right;
	float:right;
	margin:2px 0 0 0;
	height:auto;
	padding:3px 20px 3px 20px;
	background-color:#FFFDEB;
	border:1px dotted #FF6;
	color:#C00;
	font-size:10px;
	font-weight:bold;
	line-height: 15px;
	text-align: left;
	width: 215px;
	text-transform: none;
	vertical-align:top;
}
.form label.formError {
	display:block;
	clear:none;
	float:left;
	margin:2px 0 0 140px;
	height:auto;
	padding:3px 20px 3px 20px;
	background-color:#FFFDEB;
	border:1px dotted #FF6;
	color:#C00;
	font-size:10px;
	font-weight:bold;
	line-height: 15px;
	text-align: left;
	width: 236px;
	text-transform: none;
}
.form label.full {
	width:410px;
	margin:10px 0 20px 0;
	height:40px;
	line-height:40px;
	background:#FFFDEB url(/images/error-icon.png) no-repeat left;
	font-size:11px;
	padding: 0 0 0 50px;
}
.form label.lefts {
	width:100px;
}
.form input.gen {
	display:block;
	float:left;
	width:260px;
	height:23px;
	line-height:16px;
	border:0;
	background:transparent url(/images/input_gen.png) no-repeat 0 0;
	color:#666;
	font-size:14px;
	margin:1px 10px 0 0;
	padding:7px 10px 0 10px;
	overflow:hidden;
}
.form span.browse{
	display:block;
	width:280px;
	margin:0;
	padding:0;
	height:30px;
	line-height:30px;
	background:transparent url(/images/bttns/upload_file_bg.png) no-repeat top left;
	overflow:hidden;
	cursor:pointer;
}

.form span.browse input {
	display:block;
	background:transparent url(/images/bttns/upload_file_bg.png) no-repeat top left;
	margin:0;
	padding:0;
	outline:0;
	width:100%;
	height:30px;
	filter: alpha(opacity:0);
	KHTMLOpacity: 0;
	MozOpacity: 0;
	opacity: 0;
	cursor:pointer;
	clear:right;
	float:right;
}

input.gen:focus, input.gen:active {
	background:transparent url(/images/input_gen.png) no-repeat -280px 0;
}

.form textarea.gen {
	display:block;
	float:left;
	width:260px;
	height:89px;
	line-height:15px;
	border:0;
	background:transparent url(/images/text_box_gen.png) no-repeat 0 0;
	color:#666;
	font-size:12px;
	margin:1px 10px 5px 0;
	padding:5px 10px 12px 10px;
	overflow:hidden;
}
textarea.gen:focus, textarea.gen:active {
	background:transparent url(/images/text_box_gen.png) no-repeat -280px 0;
}

.form select, .form select option,{
	margin:0;
	padding:0;
}

.form select.gen, .form select.gen option  {
	background:white;
}
	
.form select.gen, .form select.gen:active, .form select.gen:hover, .form select.gen:focus {
	display:block;
	float:left;
	width:280px;
	height:30px;
	line-height:30px;
	border:0;
	background:#fff url(/images/input_gen.png) no-repeat 0 0;
	color:#666;
	font-size:14px;
	margin:1px 0 5px 0;
	padding:7px 5px 7px 10px;
	overflow:hidden;
}
:focus
{
	
	outline:none !important;
	-moz-outline-style: none;
}

.form select.gen option, .form select.gen option:active, .form select.gen option:focus{
	display:block;
	height:15px;
	line-height:15px;
	font-size:12px;
	font-weight:bold;
	color:#666;
	background-color:#fff;
	width:280px;
	padding:5px 5px 0 5px;
	margin:0;
	overflow:hidden;
}


/* mini-gen style for reduced spaces (slide) ***/

input.mini-gen {
	display:block;
	float:left;
	width:177px;
	height:20px;
	line-height:20px;
	border:0;
	background:transparent url(/images/input_mini_gen.png) no-repeat 0 0;
	color:#666;
	font-size:12px;
	margin:0px 10px 5px 0;
	padding:3px 10px 0 10px;
	_padding:0 10px 0 10px;
	*padding:0 10px 0 10px;
	overflow:hidden;
}
input.mini-gen:focus, input.mini-gen:active {
	background:transparent url(/images/input_mini_gen.png) no-repeat -197px 0;
}

/******* */
.changePwdBtn
{
	margin-left: 20px;
}
.form a.button {
	margin:0;
	font-weight:bold;
}
.form.white {
	border:0;
}
.form input.button {
	display:block;
	width:auto;
	height:31px;
	padding:0 20px 0 20px;
	color:#FFF;
	border:0;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	background:url(/images/Btn_Blue_Bg.png) no-repeat top left;
    text-transform:uppercase;
}
div#captch {
	display:block;
	height:auto;
	margin:15px 0 5px 188px;
	margin:15px 0 5px 188px;
}
/* technologies choice form box */

#technologies {
	margin-top:20px;
	height: auto;
}
#technologies label, #technologies input {
	clear:none;
	float:left;
	text-align:left;
}
#technologies label { /*checkboxes labels */
	width:98px;
	padding:0 0 0 20px;
	background:url(/images/bullet_black_arrow_right.png) no-repeat left;
	margin:0 4px 0 0;
	font-size:12px;
	float: left;
}
#technologies label:hover { /*checkboxes labels */
	background:#D9F8FB url(/images/bullet_black_arrow_right.png) no-repeat left;
}
#technologies span.lefter {
	display:block;
	float:left;
	width:30px;
	height:200px;
}
#technologies #error {
	padding:0;
}
#technologies .button {
	margin:20px 20px 0 150px
}
#technologies.form label.formError  {
	display:block;
	clear:left;
	float:left;
	margin:2px 0 0 140px;
	height:auto;
	padding:3px 20px 3px 20px;
	background-color:#FFFDEB;
	border:1px dotted #FF6;
	color:#C00;
	font-size:10px;
	font-weight:bold;
	line-height: 15px;
	text-align: left;
	width: 236px;
	text-transform: none;
}
#technologies.form label.full {
	width:425px;
	margin:10px 0 20px 0;
	height:40px;
	line-height:40px;
	background:#FFFDEB url(/images/error-icon.png) no-repeat left;
	font-size:11px;
	padding:0 0 0 50px;
	float:left;
}
fieldset#check .row {
	padding:3px 0 3px 30px;
}
fieldset#check #error {
	padding-left:30px;
}
/*+++++++++++++++++++++++++ full width form exceptions+++++++++++++++++++++++++++++++++++++*/

.fullw div#captch {
	margin:15px 0 5px 278px;
}
.fullw .form {
	border:0;
}
.fullw .form h3 {
	width:100%;
	padding:0;
	border:0;
	border-top:1px solid #d1d1d1;
	outline:0;
	background:none;
	font-size: 18px;
	height: 50px;
	line-height: 45px;
	background: url(/images/inner/nav/inner_menu_bg.png) top no-repeat;
	text-align:center;
	margin: 0;
}
.fullw .form .row {
	width:698px;
	padding:15px 0 5px 130px;
}
.fullw .form #error {
	width:920px;
	padding:0;
}

.fullw .form label {
	position:relative;
}

.fullw .form label em{
	display:block;
	position:absolute;
	color:#CCC;
	font-size:10px;
	text-align:right;
	line-height:14px;
	top:22px;
	right:0;
}

.fullw .form label.formError, #MainContent.fullw .form .row label.formError {
	position:relative;
	width: 214px;
	margin:2px 0 0 0px;
	clear:right;
	float:right;
}

.fullw .form #error label.formError {
	width: 545px;
	margin:2px 0 0 10px;
	padding: 0 0 0 280px;
	background-position: 225px 50%;
	float: left;
}


/*** form test */

.fullw .form a.button {
background-position:right center;
background-repeat:no-repeat;
color:#FFFFFF;
display:inline-block;
font-size:18px;
height:31px;
line-height:31px;
margin:0 0 0 -75px;
padding:0 75px;
text-decoration:none;
}

.fullw .form a.button div.buttonend {
background-position:left center;
background-repeat:no-repeat;
clear:left;
display:block;
float:left;
height:31px;
margin-left:-3px;
margin-right:50px;
margin-top:0;
width:25px;
}

/*+++++++++++++++++++++++++ 2 colums page form exceptions+++++++++++++++++++++++++++++++++++++*/
#ContentContainer #MainContent.noCatMenu
{
	margin-left: 10px;
}
.two-cls .form {
	width:100%;
	border:0;
}
.two-cls .form h3 {
	width:100%;
	padding:0;
	border:0;
	border-top:1px solid #d1d1d1;
	outline:0;
	background:none;
	font-size: 18px;
	height: 50px;
	line-height: 45px;
	background: url(/images/inner/nav/inner_menu_bg.png) top no-repeat;
	text-align:center;
	margin: 0;
}
.two-cls .form .rowx {
	display:block;
	clear:left;
	float:left;
	width:320px;
	padding:0 0 5px 40px;
}
.two-cls .form .rowy {
	display:block;
	clear:right;
	float:right;
	width:320px;
	padding:0 0 5px 20px;
}
.two-cls .form .row {
	width:688px;
	padding:15px 0 5px 0;
}
.two-cls .single {
	margin: 20px 0 0 220px;
}
.two-cls .form #error {
	width:700px;
	padding:0;
}
.two-cls .form label {
	text-align:left;
	margin-top:3px;
	height: 20px;
	line-height: 20px;
}
.two-cls .form label.error {
	width: 234px;
	margin:2px 0 0 2px;
	float: left;
	height: auto;
}
.two-cls .form #error label.error {
	width: 525px;
	margin:2px 0 0 10px;
	padding: 0 0 0 150px;
	background-position: 90px 50%;
	float: left;
	clear: both;
	height: 40px;
	line-height: 40px;
}
.two-cls h3, .fullw h3 {
	display:block;
	position:absolute;
	top:100px;
	left:65px;
	font-size:23px;
	font-weight:normal;
	color:#666;
	font-family:  Arial, Helvetica, sans-serif;
	line-height:30px;
	text-align:left;
}
.fullw h3 {
	margin-left:160px;
}

.fullw .form  #notice
{
	margin-left: 120px;
	width:410px;
}
.two-cls a.blue {
	margin-left:0px;
}
.two-cls a.blue em {
	padding:0 75px 0 75px;
}
/*+++++++++++++ two cols o +++++++++++++++++++*/

.two-clso #recaptcha_div {
	margin:15px 0 5px 155px;
	padding-left: 0px;
	text-align:left;
}
.two-clso a.button
{
	margin-left:10px;
}
.recaptchatable * 
{
	left: 0 !important;
}
.two-clso .form {
	width:540px;
	border:0;
}

.two-clso .single {
	margin: 20px 0 0 220px;
}
.two-clso .form #error {
	width:700px;
	padding:0;
}
.two-clso .form label em
{
	display:block;
	font-size:9px;
	color: #aaa;
	font-style:italic;
	margin-top: -8px;
}
.two-clso .form  #notice
{
	margin-left: 120px;
}
.two-clso .form label.formError
{
	background-image: url(/images/exclamation_small.png);
	background-repeat: no-repeat;
	background-position: 3px center;
/*	background-color: #FCF3F3;
	border: 1px solid #FBB7BA;
*/
	color: #A50D0F;
	width:250px;
	font-size: 9px;
	font-style: italic;
	margin:2px 0 0 30px;
	padding:5px 5px 5px 20px;
	float: right;
	height: 15px;
	line-height: 15px;
	text-align: left;
	position: absolute;
}
.two-clso .form label {
	text-align:right;
	margin-top:5px;
	height: 20px;
	line-height: 20px;
}
.two-clso .form label.error {
	width: 190px;
	margin:2px 0 0 2px;
	float: right;
	height: auto;
	text-align: left;
}
.two-clso .form #error label.error {
	width: 525px;
	margin:2px 0 0 10px;
	padding: 0 0 0 150px;
	background-position: 90px 50%;
	float: left;
	clear: both;
	height: 40px;
	line-height: 40px;
}
.two-clso h3, .fullw h3 {
	display:block;
	position:absolute;
	top:90px;
	left:55px;
	font-size:23px;
	font-weight:normal;
	color:#666;
	font-family:  Arial, Helvetica, sans-serif;
	line-height:30px;
	text-align:left;
}
.two-clso a.blue {
	margin-left:0px;
}
.two-clso a.blue em {
	padding:0 76px 0 76px;
}

#MainContent.two-clso .form .row {
	width:568px;
	padding:10px 0 5px 10px;
	*padding-top:10px;
}


/* Pretty Checkboxes for technologies section */

label.checkbox span.holder {
	height:61px;
	background:url(/images/prettyCheckboxes/checkbox.png) 0 -1px no-repeat
}
label.radio span.holder {
	height:61px;
	background:url(/images/prettyCheckboxes/radio.gif) 0 -1px no-repeat
}
label.checkbox:hover span.holder, label.radio:hover span.holder {
	top:-21px !important
}
label.checked span.holder, label.checked span.holder, label.checked:hover span.holder, label.checked:hover span.holder {
	top:-42px !important
}
label.list {
	float:left;
	clear:left;
	margin:0 0 5px 0
}
label.inline {
	float:left;
	margin:0 10px 0 0
}
input.hiddenCheckbox {
	position:absolute;
	left:-10000px
}
label.prettyCheckbox span.holderWrap {
	display:block;
	float:left;
	position:relative;
	margin:6px 5px 0 0;
	overflow:hidden
}
label.prettyCheckbox span.holder {
	display:block;
	position:absolute;
	top:0;
	left:0
}

.form_apply #recaptcha_div 
{
margin:15px 0 5px 195px;
padding-left:0;
text-align:left;
}
