/* 
	Elgg.com CSS
	16/08/2010
*/

/* ***************************************
	RESET CSS
*************************************** */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
img {
	border-width:0;
	border-color:transparent;
}
:focus,
:active {
	outline:0 none;
	-moz-outline-style: none;
}
ul {
	list-style:none outside none;
}
em, i {
	font-style:italic;
}
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* ***************************************
	BASICS
*************************************** */
body {
	text-align:left;
	margin:0 auto;
	padding:0;
	background-color: white;
	color:#666666;
	font-size: 80%;
	line-height: 1.4em;
	font-family: "Lucida Grande",Arial,Tahoma,Verdana,sans-serif;
}
a {
	color: black;
	text-decoration: none;
	-moz-outline-style: none;
	outline: none;
}
a:hover {
	color: #555555;
	text-decoration: underline;
}
p {
	padding-bottom:15px;
}
/*
p:last-child {
	padding-bottom:0;
}
*/
small {
	font-size: 90%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: auto;
	/* color:#0054A7; */
}
h1 { font-size: 1.8em; line-height: 1.3em; }
h2 { font-size: 1.5em; line-height: 1.2em; }
h3 { font-size: 1.2em; line-height: 1.2em;}
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }
dt { font-weight: bold; }
dd { margin: 0 0 1em 1em; }
pre, code {
	font-family:Monaco,"Courier New",Courier,monospace;
	font-size:12px;
	background:#EBF5FF;
	overflow:auto;

	overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}
code {
	padding:2px 3px;
}
pre {
	padding:3px 15px;
	margin:0px 0 15px 0;
	line-height:1.3em;
}
blockquote {
	padding:3px 15px;
	margin:0px 0 15px 0;
	line-height:1.3em;
	background:#EBF5FF;
	border:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.bullet {
	list-style:circle;
	margin-bottom:10px !important;
	padding:0 20px;
}
.bullet li {
	margin:0 !important;
	padding:0 !important;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.margin_top {
	margin-top:30px;
}
.clearfloat:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.orange {
	color:#FF8400;
}
.link {
	cursor: pointer;
}
.hidden {
	display:none;
}
.wrapper {
	height:auto;
	margin:0 auto;
	width:100%;
}
.pagewidth {
	position:relative;
	width: 983px;
	margin: 0 auto;
}
.content_padding {
	padding:0 20px;
}
.subhead {
	color:#58830a;
	margin-top:30px;
}
.three_column_box {
	width:327px;
}
.three_column_box.colspan2 {
	width:638px;
}
.three_column_box.right_divider {
	background-image: url(images/right_divider.gif);
	background-repeat: no-repeat;
	background-position: right top;	
}

/* ***************************************
	PAGE HEADER/NAV
*************************************** */
#pageheader_wrapper {
	background-color:#666666;
	height: 30px;
	position: relative;
	/* fix for IE 7 login drop-down clipped */
	z-index: 3000;
}
#pageheader ul {
	float:right;
	height:25px;
	position: relative;
	padding-top:5px;
}
#pageheader li {
	display:inline;
	list-style-type:none;
	padding: 0 15px 0 15px;
	position: relative;
}
#pageheader li a {
	color:white;
	display:inline-block;
	/* padding-top:5px; */
}
#pageheader li a:hover {
	color:#FF8400;
	text-decoration: none;
}
#pageheader li.selected a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#pageheader li.selected span {
	position: absolute;
	display: block;
	top:24px;
	left:0;
	width:100%;
	height:8px;
	z-index: -1;
	background-image: url(images/nav_selected_triangle.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/* IE6 */
* html {zoom: 1;}
* html #pageheader li.selected span {
	background-image:none;
}
/* IE7 */
*:first-child+html #pageheader li.selected span {
	top:25px;	
}

/* ***************************************
	LOGO + STRAPLINE
*************************************** */
#header {
	text-align:right;
}
#header #logo {
	float:left;
	text-align:left;
	padding-top:10px;
}
#header #strapline {
	padding-top:30px;
}
#strapline h1 {
	color:#ff8400;
	font-weight: normal;
	font-family: Helvetica, sans-serif;
}
#strapline h3 {
	color:#666666;
	font-weight: normal;
	font-family: Helvetica, sans-serif;
}
.content_strapline {
	padding:20px;
}
.content_strapline.slim {
	padding:10px;
}
.content_strapline h1 {
	color:#ff8400;
}

/* ***************************************
	SPOTLIGHT
*************************************** */
#spotlight_wrapper {
	background-color:#416a00;
	background-image: url(images/spotlight_back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height:231px;
	margin-top:15px;
	/* IE 7 fix */
	position: relative;
	z-index: 1;
}
#spotlight_slideshow {
	width:638px;
	height:231px;
	z-index: 1;
	position: absolute;
	top:0;
	left:0;
	overflow: hidden;
}
/*
#spotlight_slideshow img {
	z-index:1 !important;
}
*/
/*
#spotlightNav {
	position: absolute;
	left:276px;
	top:355px;
	z-index: 9;
	height:9px;
}
#spotlightNav a {
	cursor: pointer;
	text-indent: -900em;
	background-image: url(images/slideshow_nav.gif);
	background-position: left top;
	background-repeat: none;
	display:block;
	float:left;
	width: 9px;
	height:9px;
	margin-right:7px;
}
#spotlightNav a.activeSlide {
	background-position: right top;
}
*/


/* ***************************************
	NETWORK CREATION / SIGNUP FORM
*************************************** */
.elggcom_signup {
	padding-left:20px;
	width:963px;
	margin-bottom:40px;
}
.elggcom_signup .field_label {
	width:240px;
	text-align: right;
	display:inline-block;
	padding-right:10px;
	vertical-align: middle;
	padding-bottom:7px;
}
.elggcom_signup .pad {
	margin-left:245px;
}
.elggcom_signup label {
	font-weight: bold;
}
.elggcom_signup label span.optional {
	font-weight: normal;
	font-size: 90%;
}
.elggcom_signup input[type='text'],
.elggcom_signup input[type='password'] {
	background:url(images/textfield_gradient_bg.png) repeat-x left top white;
	border:1px solid #cccccc;
	color:#666666;
	font-size:1.3em;
	padding:6px 8px;
	width:265px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
input#signupAddress {
	width:170px;
}
.elggcom_signup input[type='text']:focus,
.elggcom_signup input[type='password']:focus {
	border-color:#666666;
	color:#333333;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,0.4);
	box-shadow: 0 2px 10px rgba(0,0,0,0.4);
}
#create_network {
	background-image: url(images/form_back.png);
	background-repeat: no-repeat;
	background-position: center top;
	width:305px;
	height:390px;
	padding:25px 20px 0 35px;
	z-index: 10;
	position: absolute;
	top:-20px;
	right:-3px;
	color:#333333;
}
#error-network {
	background-image: url(images/form_back.png);
	background-repeat: no-repeat;
	background-position: center top;
	width:305px;
	height:390px;
	padding:25px 20px 0 35px;
	z-index: 10;
	color:#333333;
}
#create_network h1,
#error-network h1 {
	font-size: 34px;
	line-height:26px;
	margin-bottom:20px;
}
#create_network h1 span,
#error-network h1 span {
	font-weight: normal;
	display: block;
	font-size: 16px;
	margin-top:15px;
	line-height: 22px;
}
#create_network input.register_email,
#error-network input.register_email {
	background:url(images/textfield_gradient_bg.png) repeat-x left top white;
	border:1px solid white;
	color:#666666;
	font-size:1.3em;
	padding:6px 8px;
	width:280px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#create_network input[type='text']:focus,
#error-network input[type='text']:focus {
	border-color:#666666;
	color:#333333;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,0.4);
	box-shadow: 0 2px 10px rgba(0,0,0,0.4);
}
#create_network input[type='radio'],
#error-network input[type='radio'] {
	margin:0;
	padding:0;
}
#create_network li,
#error-network li {
	padding:2px 0 0px 0;
}
.button_start_trial {
	width:auto;
	cursor: pointer;
	margin-top:20px;
	border:1px solid #3c4d15;
	color:white;
	display:block;
	font:bold 19px Arial,Sans-serif;
	padding:8px 30px;
	text-align:center;
	text-decoration:none;
	text-shadow:-1px -1px 0px #000000;
	letter-spacing: 0.05em;
	background-color: #3c4d15;
	background-image:url(images/button_back.gif);
	background-repeat: repeat-x;
	background-position: left top;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,0.4);
	box-shadow: 0 2px 10px rgba(0,0,0,0.4);
}
.button_start_trial:hover {
	background-position: left -10px;
}
/* IE7 */
*:first-child+html .button_start_trial {
	width:210px;
}

.elgg_com_register_form_message {
	background:black; 
	padding:10px; 
	font-size:1.4em; 
	line-height:1.6em; 
	color:white;
    -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.elgg_com_register_form_message a {
	color:white;
}
.rootdomain {
	color:#999999;
	font-size:150%;
}
div.signup_element {
	clear: both;
}
div.signup_element div.label {
	width: 240px;
	display: inline-block;
	text-align: right;
	vertical-align: middle;
	padding-bottom: 7px;
	/* ie 7 */
	zoom:1;
	*display:inline;
}
div.signup_element div.input {
	border:1px solid transparent;
	background-color: none;
	width:678px;
	min-height:35px;
	vertical-align: middle;
	display: inline-block;
	padding:4px;
	margin-bottom: 5px;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	/* ie 7 */
	zoom:1;
	*display:inline;
}
div.signup_element div.input label.error {
	background-image:url(images/warning.png);
	background-position:5px 0;
	background-repeat:no-repeat;
	display:inline-block;
	height:24px;
	margin-top:-6px;
	padding-left:40px;
	padding-top:4px;
	vertical-align:middle;
	font-weight:normal;
	/* ie 7 */
	zoom:1;
	*display:inline;
}
div.signup_element div.input.valid label.error {
	background-image:url(images/success.png);
}

div.signup_element div.input div.validate {
	display: none;
	padding-left: 10px;
}
div.signup_element div.input.error {
	background-color: #e5e5e5;
}
#input_element.input {
	min-height:22px;
	padding-top:8px;
}
#signupPackage {
	width:283px;
}
div.signup_element div.help_icon {
	width:16px;
	height:16px;
	background-image: url(images/info_icon.gif);
	background-repeat: none;
	background-position: left top;
	display:inline-block;
	cursor: pointer;
	/* ie 7 */
	zoom:1;
	*display:inline;
}
div.signup_element div.tooltip {
	background-color:#000;
	border:1px solid #fff;
	padding:10px 15px;
	width:200px;
	display:none;
	color:#fff;
	text-align:left;
	font-size:12px;
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
    -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
div.signup_element div.tooltip ul {
	border-top:1px solid #cccccc;
}
div.signup_element div.tooltip ul li {
	border-bottom:1px solid #cccccc;
	padding:4px 0;
}

/* ***************************************
	FOOTER
*************************************** */
#footer_wrapper {
	background-color:#416a00;
	background-image: url(images/footer_back.jpg);
	background-repeat: repeat-x;
	background-position: center top; 
	height: 109px;
}
#footer ul {
	margin:20px 0 20px 20px;
}
#footer ul li {
	display:inline;
	margin-right:20px;
}
#footer a,
#footer p {
	color:#f1f1f1;
	padding:0;
}
#footer .floatright {
	text-align: right;
	margin:20px 20px 0 0;
	width:385px;
}
#footer .floatright span {
	color:#999999;
	display:block;
	font-size:80%;
	line-height:1.5em;
	padding-top:19px;
}
#footer .floatright span a {
	color:#999999;
}

/* ***************************************
	CONTENT BLOCK
*************************************** */
#content {
	background-image: url(images/vert_lines.gif);
	background-repeat: no-repeat;
	background-position: center top;
	
	/* fix for IE 7 & 8 */
	position: relative;
	clear:both;
}
#content_bottom {
	height: 132px;
}
#content_wrapper .three_column_box ul {
	padding:0 20px;
}
#content_wrapper .three_column_box ul li {
	margin-bottom:10px;
}
#content_wrapper .three_column_box ul li span,
#content_wrapper .three_column_box .bullet_list_title {
	display: block;
	color:#58830a;
	font-size: 1.4em;
	padding-bottom:4px;
	font-weight: bold;
}
#content_wrapper .three_column_box .bullet_list_title {
	padding-left:20px;
	line-height:1.2em;
}
#content_bottom .three_column_box {
	padding:24px 20px 0 20px;
	width:287px;
}
#content_bottom .three_column_box h2 {
	font-weight: normal;
}

/* ***************************************
	NOTIFICATIONS
*************************************** */
#notices {
	width:983px;
	z-index:99;
	display:block;
	margin:0 auto 0;
	position:relative;
}
.display_notice {
	background-color:black;
	color:white;
	display:block;
	font-weight:bold;
	width:304px;
	opacity:0.8;
	padding:20px;
	margin-top:-78px;
	z-index:98;
	position: absolute;
	right:0;
	top:0;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
}


/* ***************************************
	HOMEPAGE
*************************************** */
#homepage #content {
	margin-bottom:30px;
}
#homepage #content_wrapper {
/*
	background-image: url(images/curve.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
*/
}
#homepage .content_strapline {
	height:125px;
	padding-left:24px;
	padding-top:20px;
}
#homepage #content_wrapper .three_column_box .bullet_list_title {
	padding-left:0;
}

#homepage #content_wrapper .three_column_box ul li ul {
	margin-left:65px;
	padding:0 0 1px 0;
}
.network_address_url {
	color:#999999;
	font-size:150%;
	position:absolute;
	right:18px;
	top:26px;
}
ul.ticks li {
	background-image: url(images/tick.png);
	background-position: left 4px;
	background-repeat: no-repeat;
	padding-left:35px;
	min-height: 29px;
}
ul.twitter_follow li {
	margin-top:20px;
	border-top:1px solid #cccccc;
	background-image: url(images/twitter.gif);
	background-position: -1px 10px;
	background-repeat: no-repeat;
	padding-left:35px;
	padding-top:15px;
	min-height: 43px;
}
.using_elgg {
	margin:0 20px;
}
#content_wrapper ul.elgg_org_icon {
	padding:0 0 0 0;
}
ul.elgg_org_icon li {
	background-image: url(images/elgg.org.32px.gif);
	background-position: 0px 13px;
	background-repeat: no-repeat;
	
	margin-top:20px;
	border-top:1px solid #cccccc;
	padding-left:47px;
	padding-top:15px;
	min-height: 43px;
}

/* ***************************************
	INTERNAL PAGES
*************************************** */
#spotlight_internal_wrapper  {
	background-color:#416A00;
	background-image: url(images/pagetop_back.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height:89px;
}
#spotlight_internal_wrapper_nobutton {
	background-image: url(images/pageback.gif);
	background-position: center top;
	background-repeat: repeat-x;
	height:85px;
	clear:both;
}
#spotlight_internal .button_start_trial {
	margin:22px 15px 0 0;
	width:315px;
}
.section_title { /* fix for ie7 & 8 */
	clear:both;
	height:85px;
}
#spotlight_internal .section_title h1 {
	color:white;
	padding:30px 0 0 20px;
}
#internal #content_wrapper {
	margin-bottom:20px;
}
#internal #content_wrapper .three_column_box ul ul {
	padding:0;
}
#internal #content_wrapper .three_column_box ul ul li {
	margin:5px 0 0 0;
	list-style: circle;
	list-style-position: inside;
}

/* ***************************************
	PRICING
*************************************** */
#floatbox {
	float:right;
	width:250px;
	padding:6px 10px;
	height:auto;
	border:1px solid #cccccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 2px 8px rgba(0,0,0,0.3);
	box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
#floatbox2 {
	width:250px;
	margin:0 0 20px 30px;
	padding:6px 10px;
	height:auto;
	border:1px solid #cccccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 2px 8px rgba(0,0,0,0.3);
	box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
#pricing_table {
	margin:20px 0 35px 0;
}
#pricing_table p {
	padding:0;
}
#pricing_table td.tableHeaderLeft {
	-webkit-border-top-left-radius:12px;
	-moz-border-radius-topleft:12px;
}
#pricing_table td.tableHeaderRight {
	-webkit-border-top-right-radius:12px;
	-moz-border-radius-topright:12px;
	border-right:none;
}
#pricing_table td.popular {
	background-color: #f5f5f5;
}
#pricing_table td.spacer {
	background-color: white;
}
#pricing_table td.left.section {
	padding:17px 10px 7px 0;
}
#pricing_table td {
	border-bottom:1px solid #cccccc;
	padding:5px 20px 5px 20px;
	margin:0;
	vertical-align: middle;
	line-height: 1.1em;
	text-align: center;
	background-color: #eeeeee;
}
#pricing_table li {
	list-style:circle;
	padding:0;
}
#pricing_table td.rhsColumn,
#pricing_table tr.table_highlight td {
	border-right: none;
}
#pricing_table tr.table_highlight {
	color:#1E4877;
}
#pricing_table td.left {
	text-align:right;
	vertical-align: middle;
	padding:7px 10px 7px 0;
	background-color: white;
}
#pricing_table h2.cost {
	font-family: Georgia, Times, times, serif;
}
#pricing_table h2.cost a {
	text-decoration: underline;
	color:#666666;
}
#pricing_table h2.cost a:hover {
	color:black;
}
#pricing_table td.package_name {
	vertical-align: top;
	line-height: 1.3em;
}
#pricing_table td.package_name h2 {
	font-size: 1.7em;
	margin-bottom:5px;
}

/* ***************************************
	SERVICES
*************************************** */
table#pricing_extras {
	margin:0px 20px 20px 20px;
	width:100%;
}
table#pricing_extras td {
	padding:7px 4px 7px 4px;
	margin:0;
	vertical-align: middle;
	line-height: 1.1em;
	text-align: center;
}
table#pricing_extras td.popular {
	background-color: #f5f5f5;
}
#pricing_extras td.left {
	text-align:left;
	vertical-align: middle;
	padding-right:4px;
	background-color: white;
}
#pricing_extras td.columnTop {
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topright:8px;
}
table#pricing_extras tr {
	border-bottom: 1px solid #dedede;
}
table#pricing_extras tr.title {
	border-bottom: none;
}
table#pricing_extras tr.footnote {
	border-bottom: none;
}
table#pricing_extras tr.footnote td {
	font-size: 85%;
	font-style: italic;
	text-align: right;
	color:#cccccc;
}

/* ***************************************
	TEAM
*************************************** */
.avatar {
	float:left;
	margin-right:10px;
	margin-top: 4px;
	margin-bottom:5px;
	width:50px;
	height:50px;
	overflow: hidden;
}
.avatar img {
	width:50px;
	height:auto;
}
#content_wrapper .three_column_box ul.advisors li {
	margin-bottom:20px;
}
#content_wrapper .three_column_box ul li span span {
	color:#999999;
	display:inline;
	font-size:inherit;
	font-weight:normal;
	padding-bottom:inherit;
}




/* ***************************************
	DROP-DOWN LOGIN
*************************************** */
#login_dropdown {
	float:right;
	position: absolute;
	top:12px;
	right:-20px;
	z-index: 9599;
}
#login_dropdown #signin_menu {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	display:none;
	background-color:white;
	position:absolute;
	width:210px;
	z-index:100;
	border:5px solid #666666;
	text-align:left;
	padding:12px;
	top: 26px;
	right: 0px;
	margin-top:5px;
	margin-right: 0px;
	color:#333333;
	-webkit-box-shadow: 4px 6px 7px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 4px 6px 7px rgba(0, 0, 0, 0.45);
}
#login_dropdown_triangle {
	position:absolute;
	width:24px;
	height:22px;
	right:33px;
	top:-17px;
	background-image:url(images/login_triangle.png);
	background-position:right top;
	background-repeat:no-repeat;
}
#login_dropdown input[type='text'],
#login_dropdown input[type='password'] {
	background:url(images/textfield_gradient_bg.png) repeat-x left top white;
	border:1px solid #cccccc;
	color:#666666;
	font-size:1.3em;
	padding:6px 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#login_dropdown input[type='text']:focus,
#login_dropdown input[type='password']:focus {
	border-color:#666666;
	color:#333333;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,0.4);
	box-shadow: 0 2px 10px rgba(0,0,0,0.4);
}
#login_dropdown #signin_menu input[type=text],
#login_dropdown #signin_menu input[type=password] {
	width:193px;
	margin:0 0 5px;
}
.submit_button {
	width:auto;
	cursor: pointer;	
	border:1px solid #3c4d15;
	color:white;
	display:block;
	font:bold 16px Arial,Sans-serif;
	padding:4px 14px;
	text-align:center;
	text-decoration:none;
	text-shadow:-1px -1px 0px #000000;
	letter-spacing: 0.05em;
	background-color: #3c4d15;
	background-image:url(images/button_back.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top:10px;
	margin-bottom: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,0.4);
	box-shadow: 0 2px 10px rgba(0,0,0,0.4);
}
.submit_button:hover {
	background-position: left -10px;
}
#login_dropdown #signin_menu p {
	margin:0;
	padding:0;
}
#login_dropdown #signin_menu label {
	font-weight:normal;
	font-size: 100%;
}
#login_dropdown .lost_password_link {
	float:right;
	padding-top:6px;
}
#login_dropdown .lost_password_link a {
	color:#999999;
}

/* ie7 fixes */
*:first-child+html #login_dropdown #signin_button {
	line-height:10px;
}
*:first-child+html #login_dropdown #signin_button a.signin span {
	background-position:-150px -54px;
}
*:first-child+html #login_dropdown #signin_button a.signin.menu_open span {
	background-position:-150px -74px;
}


/* ***************************************
	TERMS
*************************************** */
.terms ol {
	padding-left:20px;
}
.terms ol li ol {
	padding-left:20px;
}
.terms ol li {
	padding-top:2px;
	padding-bottom:2px;
}
.terms .section_head {
	padding-top:15px;
}
.terms li.section_head b {
	font-size: 1.3em;
}
.terms ol li.section_head ol li ol li b {
	font-size: 1em;
}
