/* macProVideo Sub Styles */
/* URL: www.macprovideo.com */
/* Author: Jon Marus */

:focus {
}

/* Headers */

.hdr3 {
	color: #333;
	font-size: 1.8em;
	font-weight: bold;
	text-shadow: #ddd 1px 2px;
}

.hdr2 {
	color: #333;
	font-size: 1.4em;
	font-weight: bold;
	text-shadow: #ddd 1px 2px;
}

/* Boxes */
.subBoxLight {
	background-image: url('/plans/img/gradients/box_bg_light.gif');
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-color: #fefefe;
}

.subBoxDark {
	background-image: url('/plans/img/gradients/box_bg_dark.gif');
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-color: #f9f9f9;
}

/* Lists */

.listFeatures {
	list-style: none;
	margin: 20px 20px 25px 20px;
	padding: 0;
	line-height: 2em;
	color: #5d5c5c;
	font-size: 1.1em;
}

.appDesc {
	position: relative; 
	list-style-type: none;
	padding: 10px 0 10px 60px; 
	line-height: 1.5em;
}

.subDesc {
	position: relative; 
	list-style-type: none;
	padding: 10px 0 10px 60px; 
	line-height: 1.5em;
	background-image: url('/plans/img/gradients/v_line.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
}

.faq_list {
	float: none;list-style: none;
	margin: 0 0 0 5px;
	padding: 0;
	line-height: 2em;
	color: #444;
	font-size: 1.1em;
}

.faq_list dt {
	float: none;
	margin: 0;
	color: #333;
	font-weight: bold;
	width: 100%;
	text-align: left;
}

.faq_list dd {
	margin: 0 0 10px 0;
	line-height: 1.5em;
	text-align: justify;
}

.subForm, .accountForm {
	list-style: none;
	margin: 10px 30px 15px 5px;
	padding: 0;
	line-height: 2em;
	color: #5d5c5c;
	font-size: 1.1em;
}

.subForm li, .accountForm li {
	position: relative;
	margin: 0 0 3px 0;
}

.subForm li label {
	float: left;
	margin-right: 1em;
	width: 9em;
	text-align: right;
	color: #444;
	font-size: 1.2em;
	display: block;	
}

.accountForm li label {
	text-align: left;
	color: #444;
	font-size: 1.2em;
	display: block;
}

.subForm input, .subForm textarea, .accountForm input, .accountForm textarea {
	padding: 5px;
	width: 20em;
	font-size: 1.2em;
	/*text-shadow: #eee 1px 2px;*/
	border: 1px solid #ddd;
	background-image: url('/plans/img/gradients/field_bg.jpg');
	background-position: 0 0;
	background-repeat: repeat-x;
}

.subForm select, .accountForm select {
	padding: 5px;
	width: 20em;
	font-size: 1.2em;
	/*border: 1px solid #ddd;
	background-image: url('/plans/img/gradients/field_bg.jpg');
	background-position: 0 0;
	background-repeat: repeat-x;*/
}

.subFormArea fieldset {
	border: 0;
}

/* Sub Prices */

.subPrice {
	position: absolute;
	left: 0;
	bottom: 65px;
	width: 208px;
	text-align: center;
	line-height: 3em;
	
}

.subPriceHilite {
	position: absolute;
	left: 0;
	bottom: 75px;
	width: 208px;
	line-height: 3em;
	text-align: center;
}

/* Sign-Up Buttons */

.sign_up {
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 208px;
	text-align: center;
}

.sign_up_but {
	width: 105px;
	height: 32px;
}

.sign_up_big {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 208px;
	text-align: center;
}

.sign_up_but_big {
	width: 128px;
	height: 38px;
}