/* form styles */
input {}
input[type="text"] {
	color:#333;
}
input[type="text"].blur {
	color: #999;
}
div.formItem {
	position:relative;
	padding-right:50px;
}
div.content div.formItem {
	clear:both;
}
div.modalForm div.formItem {
	float:left;
	width:255px;
}
div.content div.formSection {
	clear:both;
	margin-bottom:10px;
}
div.modalForm div.formSection {
	margin-bottom:5px;
	clear:both;
}
div.modalForm div.formSection ul {
	margin: 0;
	padding: 0;
}
div.modalForm div.formSection ul li {
	list-style: none;
}
div.modalForm div.formSection ul li ul {
	clear: both;
}
div.modalForm div.formSection ul li ul li {
	position:relative;
	float: left;
	width: 255px;
	display: inline;
}
div.modalForm div.formSection ul li ul li.first {
	margin-right: 50px;
}
div.modalForm div.formSection ul li ul li input {
	width: 	255px;
	height: 20px;
}
div.modalForm div.formSection ul li ul li input.captchaInput {
	width:130px;
	height:27px;
}
div.modalForm div.formSection input#chkTerms {
	width: auto;
}
div.modalForm div.formSection #btnInviteFriends {
	padding:0 30px 0 0;
}
div.modalForm div.formSection #btnInviteFriends span {
	text-indent:30px;
}
div.content label.textBox, div.modalForm label.textBox {
	display:block;
	margin-bottom:4px;
	font-size:1.2em;
	font-weight:bold;
}
div.content input[type="text"], div.modalForm input[type="text"] {
	display:block;
	font-size:1.6em;
	height:20px;
	margin-bottom:10px;
	width:100%;
}
div.content textarea, div.modalForm textarea {
	font-family:  "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	display:block;
	font-size:1.2em;
	color:#333;
	margin-bottom:10px;
	width:100%;
}
div.formAdd {
	float:right;
	padding-right:46px;
}
div.formAdd a {
	font-size:1.2em;
	color:#2a60bb;
	font-weight:bold;
	padding-right:25px;
	background:url(../graphics/forms/icon_add_item.png) no-repeat right top;
}
/* RADIO BUTTONS AND CHECKBOXES */

div.content label.checkBox, div.modalForm label.checkBox {
	/*display:block;*/
	/*float:left;*/
	/*width:90%;*/
	font-size:1.4em;
	font-weight:normal;
	/*vertical-align:middle;*/
	margin:0 5px 5px 5px;
	overflow:visible;
	
}

/*to prevent text from wrapping around checkbox needed to target this check box to apply the following*/
#specialOption input { display:block; float:left; width: 16px; height: 16px;margin:0;}
#specialOption label { display:block;margin-left:20px;}
	
/*to prevent text from wrapping around checkbox needed to target this label to apply the following*/
div.content .specialOption label.checkBox {display:block;float:left;width:80%;}

/*target anchor around inline help icon */
.content .formSection a {vertical-align:bottom;}
/*place a container around rows to control margin etc;*/
.inputs {margin:0 0 5px 0}
	
label.windows {
	background: url(../graphics/forms/icon_windows_new.png) no-repeat;
	padding-left:20px;
}
label.windows_white {
	background: url(../graphics/forms/icon_windows_white.png) no-repeat;
	padding-left:20px;
}

div.content input[type="radio"], div.modalForm input[type="radio"], div.content input[type="checkbox"], div.modalForm input[type="checkbox"] {
	/*display:block;*/
	/*float:left;*/
	clear:left;
	vertical-align:top;
	margin:0 0 0 0;
	padding:0;
	width: 16px;
	height:16px;
	/*position: relative;*/
	top: 0px;
	overflow:hidden;
	
}
select.downloadOtherLang {
	width: 110px;
}
div.ErrorMessage.downloadOtherLang {
	right:200px;
}
/*contact form layout*/

.contactForm label {
	font-size:1.2em;
	font-weight:bold;
}
.contactForm label.textbox {
	float:left;
	width:95px;
}
.contactForm label.textarea {
	display:block;
	margin-bottom:4px;
}
.contactForm div.formItem.indent {
	float:left;
	width:160px;
}
.contactForm input[type="text"], .contactForm select, .contactForm textarea {
	display:block;
	margin-bottom:5px;
	width:100%;
}
.contactForm button {
	float:left;
	margin:10px 0;
}
/* VALIDATION AND ERRORS */

div.formItem_left span.ErrorMessage {
	display:block;
	padding: 7px 10px 10px 12px;
	margin-bottom: 10px;
	background: #454545;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.formItem_left div.ErrorMessage {
	position:relative;
	float:right;
	top:-65px;
	left: 140px;
	padding-bottom: 6px;
	background: url(../graphics/bkg_error_arrow_bottom.png) 10px 100% no-repeat;
}
div.formItem_left div.ErrorMessage span {
	display:block;
	width: 140px;
	padding: 7px 10px 10px 12px;
	background: #454545;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.content img.valid {
	position:absolute;
	top:10px;
	right:10px;
}
div.content img.valid.download {
	right:19px;
	top:3px;
}
div.modalForm img.valid {
	position:absolute;
	right:-30px;
	top:3px;
}
.contactForm img.valid {
	position:absolute;
	top:1px;
	right:10px;
}
.ErrorMessage {
	font-size:1.1em;
	color:#fff;
}
span.ErrorMessage {
	display:block;
	padding: 4px 13px 6px 13px;
	margin: 0 10px 10px 0;
	background: #454545;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.ErrorMessage {
	position:relative;
	right:-35px;
	float:right;
	padding-top:6px;
	margin-bottom:10px;
	margin-top:-5px;
	background: url(../graphics/forms/bkg_error_arrow.png) right top no-repeat;
}
div.ErrorMessage span {
	display:block;
	padding: 4px 13px 6px 13px;
	background: #454545;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/* CAPTCHA */

div.captcha span[style] {
	margin:0 !important;
}
div.captcha span[style] img {
	margin-right:10px;
}
.contactForm input.captchaInput {
	font-size:1.6em;
	width: 137px;
	height:27px;
}
.captchaImage {
	border: 1px solid #666;
}
/* Send to Friend styles */

.scrollableTextDiv {
	width:610px;
	height:390px;
	overflow:auto;
}
.termsContent {
	padding: 2px 10px 10px 10px;
}
#dvTermsPage .jScrollPaneContainer {
	border:1px solid #dadada;
}
/* conditional send comments form */
#sendCommentsFields {
	margin-top:10px;
	padding-right:50px;
	clear: both;
}
/* invite friends form */
div.invite_friends {
	clear: both;
}
div.invite_friends ul, div.invite_friends ul li ul {
	list-style:none;
	padding: 0;
	margin: 0;
}
div.invite_friends ul li.friend {
	clear: both;
}
div.invite_friends ul li ul li {
	float: left;
	margin: 0 10px 0 0;
}
div.content div.invite_friends input {
	font-size:0.7em;
	height:20px;
	width:200px;
	float: left;
}
div.content div.invite_friends input.captchaInput {
	font-size:1.2em;
	font-weight:bold;
	height:27px;
	line-height:1.2em;
	width:130px;
}
div.content div.invite_friends textarea {
	font-size:0.7em;
}
a#addInvite, a.removeInvite {
	width: 16px;
	height: 16px;
	margin:5px 0 0 5px;
	display: block;
	float: left;
}
a#addInvite {
	background:url("/graphics/forms/icon_add_item.png") no-repeat;
}
a.removeInvite {
	background:url("/graphics/forms/icon_remove_item.png") no-repeat;
}

