/* @group your_ntr */

#your_ntr #container {
	background: #011c37 url(themes/site_themes/default/images/bckgrd_experiences.jpg) no-repeat center top;
}

#primary blockquote {
	background: url(themes/site_themes/default/images/divider_dark.gif) no-repeat -280px bottom;
	margin-bottom: 24px;
	padding-bottom: 24px;
	margin-left: 40px;
}

#primary blockquote h3 {
	margin-left: 0;
}

#primary blockquote p {
	margin-bottom: 10px;
	margin-left: 0;
	line-height: 18px;
}

#primary cite {
	color: #9cc2ef;
	font-weight: bold;
	font-style: italic;
}

.source_from {
	font-weight: normal;
	font-style: normal;
}


#flashcontent {
	width: 250px;
	margin-bottom: 40px;
	float: right;
}

#side a#share_your_ntr {
	width: 242px;
	height: 65px;
	background: url(../themes/site_themes/default/images/bnr_share_your_ntr.gif) center bottom;
	display: block;
	clear: both;
	margin-left: 13px;
	text-indent: -9999px;
}

#side a#share_your_ntr:hover {
	background-position: center top;
}

/* @end */

/* @group form */

fieldset {
	width: 680px;
	margin-left: 36px;
	border-style: none;
}

label .required {
	color: #ff4f4e;
}

#primary p.required {
	margin-bottom: 20px;
	padding-bottom: 0;
	color: #ff4f4e;	
}

#primary fieldset p {
	color: #9cc2e8;
	font-size: 12px;
	display: block;
	margin-bottom: 10px;
}

input {
	width: 480px;
	padding: 4px;
	background-color: #dfeaf1;
}

select {
	background-color: #dfeaf1;
}

textarea {
	width: 480px;
	height: 160px;
	background-color: #dfeaf1;
	padding: 4px;	
}

input:focus,
textarea:focus,
select:focus {
	background-color: #fff;
}

input.checkbox {
	width:auto
}

label {
	display: block;
	width: 100px;
	text-align: right;
    padding: 0 5px 3px;
	float: left;
}

.required {
	font-size: 11px;
 	color: #fff;
	font-weight: normal;
	font-style: normal;
	margin-top: 10px;
}

input#zip{
	width: 45px;
	margin-right: 5px;
}

div#submit_area {
	text-align: right;
	padding-right: 114px;
	padding-left: 0;
	display: block !important;
	display: inline-block;
}

#submit_area #submit {
	width: auto;
	padding: 6px 20px;
	float: right;
	margin: 0;
	background-color: #2c8ad9;
	color: #fff;
	cursor: pointer;
}

#submit_area #submit:hover {
	background-color: #fff;
	color: #132d63;
}

div.error { display: none; }
input,
textarea {	border: 1px solid black; }
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted #ff4f4e; }

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: #ff4f4e;
	font-style: italic;
}

#stay_updated {
	margin-bottom: 28px;
}

#stay_updated input {
	width: auto;
	margin-left: 10em;
	margin-right: 3px;
	background-color: transparent;
	border-style: none;
}

#signupForm label.error {
	width: auto;
	display: inline;
}

p#thank_you {
	padding: 40px 20px;
	border: 1px solid #284a6f;
	background-color: #012a4e;
	text-align: center;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
/* @end */