/* CSS Document */
.form-error {
	color: #ce0004
}

.signup-warn {
	font-size: 120%;
	border: solid 2px #ce0004;
	background: #ffe6df;
	padding: 0.8em;
	margin-bottom: 1.5em;
}

.signup-warn strong.red-warn {
	color: #ce0004;
}

.signup-plan-blurb {
	font-size: 115%;
	background: #fffee7;
	border: solid 4px #f3cf3c;
	line-height: 145%;
	padding: 0.8em;
	margin-bottom: -4pt;
	width : 88.5% ;
}

form#signup-form label, form#signup-form input {
	font-size: 120%;
}

form#signup-form label {
	display: block;
	margin-top: 1em;
	margin-bottom: 0.4em;
}

form#signup-form .signup-plan-blurb label {
	font-weight: normal;
}

form#signup-form label.inline {
	display: inline;
	font-size: 90%;
}

form#signup-form .grey {
	margin-bottom: 0.3em;
}

form#signup-form select {
	width: 85%;
}

#try-again img {
/*	margin-top: 10px;*/
}

#container {
	width: 100%;
}


.holder {
	width: 787px;
	margin: 0 auto;
	text-align : left ;
}



.menu { font-family: "Lucida Sans", Helvetica, sans-serif; }
.divider { height: 20px; }
.clear { clear: both; }


.main_content {
	width: 350px;
	color: #393939;
	font-size: 14px;
	line-height: 18px;
}

.main_content a {
	color: #10679f;
}

.main_content h1 {
	font-size: 22px;
	color: #5c9300;
	margin: 0px 0px 10px 0px;
}

.main_content h2 {
	font-size: 20px;
	color: #5c9300;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}

.main_content h3 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 20px;
	color : black ;
}

.main_content h4 {
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
}
.main_content h4 span {
	font-weight: bold;
	color: #5c9300;
}

.heading {
	height: 36px;
	margin: 0;
}


h2.heading.login_signup {
	color: #a0be1e;
	font-weight: normal;
	line-height: 90px;
	font-size: 32px;
	margin:0;
	font-family : Tahoma ;
	border : 0pt ;
}
h2.heading strong {
		color: black;
		font-weight: bold;
		
}

h2.heading p {
	margin: 0;
	padding: 0;
}

h3.heading.login_signup {
	color: black;
	font-weight: normal;
	line-height: 24px;
	font-size: 16px;
	margin-top:0pt;
	font-style : normal ;
	font-family : Tahoma ;
	border : 0px ;
}
h3.heading strong {
		color: black;
		font-weight: bold;
		font-style :  ;
		
}

h3.heading p {
	margin: 0;
	padding: 0;
}


form .label, form label {
font-weight:bold;
}

