/*

	Styles for /account/

*/

#main_content {
	border-color: #337299;
}

form#people_finder input[type="text"] {
	font-size: 13px;
	padding: 4px;
	width: 185px;
}

#colorbox, #cboxOverlay, #cboxWrapper {
    z-index: 99999;
}

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- STEP 1 - REGISTER PAGE */
/* -------------------------------------------------------------------------------------------- */

fieldset#register .form_section {
	/*width: 460px;*/
	margin: 0 auto;
}

.username_error {
	color: red;
	text-align: center;
	margin: 0 0 20px 0;
}

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- STEP 2 - NEWSLETTER CHECKBOX PAGE */
/* -------------------------------------------------------------------------------------------- */

/*
#left, #right {
	width: 269px;
	float: left;
}*/

fieldset table tr td {
	padding: 0 5px 10px 0;
}
fieldset table tr:last-child td {
	padding-bottom: 0;
}
fieldset label p {
	font-size: 11px;
	line-height: 14px;
}
fieldset table tr td label {
	padding: 0;
	width: auto;
	text-align: left;
}
/*
input[type="checkbox"] {
	margin: 2px 0 0 0;
}*/

/*
.section strong {
	display: block;
}*/

.section p {
	clear: both;
}

.section table tr td input[type="checkbox"] {
	margin-top: 1px;
}
/* added by Mark to get form close, please fix */

#check_all label { font-size: 12px; color: #999; }
#skip_this { display: block; margin: 20px auto; }

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- STEP 3 - THANK YOU PAGE */
/* -------------------------------------------------------------------------------------------- */

form#thankyou label {
	display: inline;
	width: 150px;
	float: left;
	margin: 0 10px;
	padding-top: 0;
	text-align: right;
}

form#thankyou input[type="text"] {
	width: 185px;
}

form#thankyou textarea {
	width: 285px;
}

form#thankyou .form_section img {
	border: 1px solid #999;
}

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- PROFILE PAGE */
/* -------------------------------------------------------------------------------------------- */

#profile_right div:first-child {
	width: 121px;
}

#profile_right div:nth-child(2) {
	width: 179px;
}

#profile_right .member_name {
	font-size: 20px;
	font-weight: bold;
	color: #4C514B;
}

#profile_right div {
	float: left;
	padding-top: 0;
}

#profile_right div img {
	margin-right: 20px;
}

#profile_right div em {
	display: block;
	margin: 5px 0;
	font-style: normal;
}

#profile_right a {
	color: #398B9E;
}

#profile_right div a {
	display: block;
	line-height: 20px;
	font-size: 12px;
}

#profile_right ul {
	clear: both;
	list-style: none;
	padding: 20px 0;
}

#profile_right ul li {
	margin-bottom: 5px;
}

#profile_right h4 a {
	position: absolute;
	bottom: 2px;
	right: 0;
	color: #398B9E;
	font-weight: bold;
	font-size: 10px;
}

#profile_left input[type="text"] {
	width: 300px;
	margin-right: 10px;
}

#profile_left ul {
	list-style: none;
	overflow: hidden;
	padding: 10px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px dotted #000;
}

#profile_left ul:last-child {
	border-bottom: none;
	margin: 0;
	padding: 10px 0 0 0;
}

#profile_left ul li {
	padding: 10px 0;
	clear: both;
	overflow: hidden;
}

#profile_left ul li div {
	float: left;
	margin-right: 20px;
	max-width: 447px;
}

#profile_left ul li a {
	font-weight: bold;
	font-size: 16px;
	color: #4C514B;
}

#profile_left ul li em {
	display: block;
	font-style: normal;
	line-height: 18px;
	margin-top: 3px;
	color: #666;
}

#profile_left a.view_all {
	position: absolute;
	top: 0;
	right: 20px;
	color: #398B9E;
	font-weight: bold;
	font-size: 12px;
}

#profile_left img {
	border: 1px solid #999;
}
form#people_finder {
    width:500px;
    margin:0 auto;
}
form#people_finder input[type="text"] {
	width: 400px;
	margin-right:5px;
}

#contact {
	text-align: center;
}

#contact p {
	margin: 10px 0 0 0;
}

#contact textarea {
	margin: 10px 0;
	padding: 10px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
}

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- UPDATE PAGE */
/* -------------------------------------------------------------------------------------------- */

p.profile_pic {
	width: 150px;
	float: right;
	font-size:10px;
	color:#666;
	padding: 0 120px 0 0;
}


fieldset#personal_information .form_section a, fieldset .form_section p {
	display: block;
	margin: 5px 0 0;
}

fieldset#personal_information .form_section a {
	float: left;
}

fieldset .form_section img {
	margin: 5px 0 0;
}

fieldset#personal_information label, fieldset#company_information label {
	width: 170px;
}

fieldset#personal_information textarea {
	width: 285px;
}

fieldset#media label {
	width: auto;
	text-align: left;
	padding: 0;
}

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- OTHERSPROFILE VIEW */
/* -------------------------------------------------------------------------------------------- */

#member_info {
	position: relative;
}

#member_info h1 {
	margin-bottom: 10px;
}

#member_info .member_name {
	font-size: 20px;
	font-weight: bold;
	color: #398B9E;
}

#member_info div {
	float: left;
	max-width: 240px;
}

#member_info ul {
	font-size: 12px;
}

#member_info ul li {
	margin-bottom: 5px;
}

#member_info div img {
	margin-right: 20px;
	border: 1px solid #999;
	max-width: 120px;
}

#member_info p {
	clear: both;
	padding: 20px 0 0 0;
}

#member_info em {
	position: absolute;
	top: 20px;
	right: 20px;
	font-style: normal;
	font-size: 12px;
	color: #999;
}

#member_activity {
	clear: both;
}

#member_activity h3, #member_activity h4, #member_activity h5 {
	padding: 10px 20px;
	background: #EDEBE0;
}

#member_activity ul {
	padding: 20px;
	background: #fff;
	border-left: 1px solid #DDDBD0;
	border-right: 1px solid #DDDBD0;
}

#member_activity ul:first-child {
	background-color: #DAEEF4;
}

#member_activity ul:last-child {
	border-bottom: 1px solid #DDDBD0;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#member_activity ul li {
	margin: 0 0 20px 0;
	padding-bottom: 20px;
	border-bottom: 1px dotted #000;
}

#member_activity ul li:last-child {
	margin: 0;
	padding-bottom: 0;
	border-bottom: none;
}

/*
#member_activity ul:last-child {
	border-bottom: none;
	margin: 0;
	padding: 10px 0 0 0;
}

#member_activity ul li {
	padding: 10px 0;
	clear: both;
	overflow: hidden;
}

#member_activity ul li div {
	float: left;
	margin-right: 20px;
	max-width: 447px;
}

#member_activity ul li a {
	font-weight: bold;
	font-size: 16px;
	color: #4C514B;
}

#member_activity ul li em {
	display: block;
	font-style: normal;
	line-height: 18px;
	margin-top: 3px;
	color: #666;
}*/


#member_activity a.view_all {
	position: absolute;
	bottom: 10px;
	right: 20px;
	color: #398B9E;
	font-weight: bold;
	font-size: 12px;
}

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- LOGIN PAGE */
/* -------------------------------------------------------------------------------------------- */

#login_header {
	width: 700px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}

#login_header img {
	margin-bottom: 10px;
}

#login_content {
	width: 700px;
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
}

#sign_in {
	width: 240px;
	float: left;
	background: #eee;
}

#legend {
	width: 220px;
	background: #ccc;
	padding: 5px 10px;
}

#sign_in form {
	padding: 10px;
}

#sign_in form table {
	margin: 10px 0;
}

#sign_in form table tr td:first-child {
	padding: 4px 5px 0 0;
}

#sign_in form label {
	display: block;
	width: auto;
}

#sign_in form .errorlist {
	color: red;
}

#sign_in form input[type="text"], #sign_in form input[type="password"] {
	width: 200px;
	margin: 2px 0 10px 0;
}

#sign_in p {
	padding: 10px;
}

#intro {
	width: 440px;
	margin-left: 20px;
	float: left;
}

#intro h1 {
	color: #999;
}

#intro p {
	padding-bottom: 10px;
}

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- MAGAZINE SUBSCRIBE PAGE */
/* -------------------------------------------------------------------------------------------- */

fieldset#magazine_select label {
	width: auto;
	text-align: left;
}

fieldset#create_a_new_account label, fieldset#shipping_address label, fieldset#payment_information label {
	width: 170px;
}

#member_sign_in {
	float:right;
	font-size:12px;
	font-weight:normal;
	padding-top:2px;
}

fieldset#payment_information .expiration select {
	width: auto;
}

#magazine_select small {
    display:block;
    padding: 5px 15px 15px 17px;
    font-size:12px;
    color:#666;
    font-weight:normal;
}

input#copies {
	width: 20px;
	text-align: center;
}