
#choices {
	margin: 0 auto;
	/*width: 720px;*/
}

#choices a,
#choices a:hover {
	background-color: transparent;
}

#choices .choice {
	background-color: #f7f7f7;
	border: 1px solid #ddd;
	float: left;
	height: 420px;
	margin: 5px;
	padding: 10px 20px;
	text-align: justify;
	width: 250px;
}

#choices ul li {
	background-image: url(/images/checkmark.png);
	background-repeat: no-repeat;
	font-weight: bold;
	line-height: 25px;
	list-style-type: none;
	margin: 5px 0;
	padding-left: 30px;
}

#choices ul li span {
	color: red;
}

#choices .button {
	bottom: 20px;
	/*left: 28%;*/
	position: absolute;
	text-align: center;
	width:  250px;
}

#choices .button select {
	width: 200px;
}

#choices .description {
	color: #404040;
	font-size: 11px;
	text-align: justify;
}

#choices .choice h1,
#choices .choice h2
{
	text-align: center;
}

#choices .choice h1 {
	color: black;
	font-size: 22px;
	padding: 5px 0;
}

#choices h2 {
	color: #0955C0;
}

#signup {
	margin: 0 auto;
	width: 780px;
}

#signup h1 {
	color: red;
}

#signup fieldset {
	background-color: #f7f7f7;
	border: 1px solid #ddd;
	float: left;
	font-family: 'Helvetica';
	line-height: 18px;
	margin: 0 20px 15px 0;
	padding: 10px 20px;
	width: 480px;
}

#signup legend {
	font-size: 16px;
	font-weight: bold;
}

#signup fieldset hr {
	background-color: #e0e0e0;
	border: 0;
	height: 1px;
	width: 100%;
}

#signup fieldset th {
	font-weight: bold;
}

#signup fieldset input {
	font-size: 12px;
	margin: 5px;
	padding: 2px 4px;
}

#signup h2 {
	color: #404040;
	float: left;
	font-family: 'Trebuchet MS';
	font-size: 18px;
	font-weight: bold;
	width: 100%;
}

#signup .help {
	background-color: #fff9c8;
	border: 1px solid #e2deae;
	float: left;
	margin-top: 10px;
	padding: 5px 10px;
	width: 200px;
}

#signup .form_submit {
	clear: both;
	margin-bottom: 30px;
}

#signup .form_submit input {
	padding: 5px 0;
	width: 150px;
}

#signup_success {
	margin-top: 20px;
}

#signup_success h1 {
	font-weight: bold;
	font-size: 20px;
}

#signup_success #visit {
	background-color: #FFF9C8;
	border: 1px solid #E2DEAE;
	margin-top: 20px;
	padding: 10px 20px;
	text-align: center;
}

#signup_success #visit a {
	color: #0955C0;
	font-size: 16px;
	font-weight: bold;
}

#signup_success #visit a:hover {
	background-color: #0955C0;
	color: white;
}
/*
#plans {
	background-color: #F7F7F7;
	border: 1px solid #DDDDDD;
}
*/

#plans #titles td {
	border-top: 1px solid #eee;
}

#plans .basic h1,
#plans .standard h1,
#plans .nobel h1 {
	color: black;
}

#plans .basic,
#plans .nobel {
	background-color: #F7F7F7;
}
/*
#plans h1.standard {
	color: #00baff;
}

#plans h1.nobel {
	color: #38bd22;
}
*/
#plans .highlight {
	background-color: #FFF9C8;
}

#plans tr.option {
	vertical-align: bottom;
}

#plans td,
#plans th {
	border-bottom: 1px solid #f0f0f0;
	padding: 5px 10px;
}

#plans td {
	border-left: 2px solid #f0f0f0;
	font-weight: bold;
	text-align:center;
}

#plans select {
	width: 170px;
}

#plans h1 {
	font-size: 22px;
}

#plans .price {
	font-size: 18px;
	font-weight: bold;
}

#plans th {
	font-weight: normal;
}

#plans td.option {
	font-weight: normal;
}
