html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;line-height:inherit;
}
body{
    font-family:Arial, Helvetica, sans-serif;
	color:#393a39; 
	background-color:#fff;
	font-size:12px;
}
p{
	margin:0 0 18px 0;
	line-height:20px;
}
h1,h2,h3,h4,h5{
	font-family:Georgia, serif;
	font-weight:normal;
}
h1{
	font-size:30px;
	color:#fff;
	margin:0 0 4px 0;
}
h2{
	font-size:20px;
	line-height:28px;
	color:#d23b4f;
	margin:0 0 4px 0;
}
h3{
	font-size:18px;
	line-height:26px;
	color:#393a39;
}
a{
	color:#f58436;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a:focus{
	outline:0;
}
em{
	font-style:italic;
}
ul{
	padding-left:15px;
	list-style-type:disc;	
	margin:0 0 18px 0;
}
li{
	line-height:26px;
	color:#d23b4f;
}

/* Forms */

input[type='text'],
input[type='password'],
input[type='file'],
select,
textarea, input.text{
    border:solid 1px #c6c6c6;
    color:#333;
    font-size:12px;
	padding:5px;
    width:300px;
    }
textarea{
    height:180px;
}
input[type='submit'],
input[type='reset'],
input[type='button']{
    padding:8px 12px;
    background-color:#d23b4f;
    font-family:Georgia, serif;
	font-weight:normal;
	color:#fff;
	border:none;
	cursor:pointer;
    font-size:18px;
}
input[type='checkbox'],
input[type='radio']{
    width:auto !important;
}
select{
	border:1px solid #393939;
	font-size:12px;
	padding:3px;
	width:312px;
}
label{
    font-weight:bold;
}
fieldset{
    padding:1.4em;
    margin:0 0 1.5em 0;
    border:1px solid #ccc;
}
legend{
    font-weight:bold;
    font-size:16px;
}
hr{
	border: 0;
	margin: 0 0 18px 0;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
}
table.form{
	font-size: 13px;
}
table.form th{
	text-align: right;
	padding: 0 8px 0 0;
	vertical-align: top;
	white-space: nowrap;
}
table.form td{
	padding: 0 0 12px 0;
}

/* Reusable */

.clear{
  clear:both;
}
.black{
	color:#393a39; 
}
.green{
	color:#9fce5a;
}
.orange{
	color:#f58436;
}
.red{
	color:#d23b4f;
}
.left{
	float:left;
}
.right{
	float:right;
}
.hr{
	float:left;
	display:block;
	width:860px;
	height:1px;
	margin:20px 0;
	padding:0 20px;
	background-color:#d2d2d2;
}
.screenShot{
	margin:36px 10px 0 10px;
}
.button{
	font-family:Georgia, serif;
	background-color:#d23b4f;
	color:#fff;
	font-size:18px;
	padding:8px 12px;
}

/* Warning Messages */

ul.error{
	margin:0;
	padding:0;
	color:#d13c4e;
	list-style-type:none;
}
ul.error li{
	margin:0;
	padding:0 0 0 20px;
	color:#d13c4e;
	background:url(../img/icon/fail.png) no-repeat 0 5px;
}
input.error{
	color:#d13c4e;
	border:solid 1px #d13c4e !important;
}
select.error{
	color:#d13c4e;
	border:solid 1px #d13c4e !important;
}
ul.errors{
	margin:0;
	padding:0;
	color:#d13c4e;
	list-style-type:none;
}
ul.errors li{
	margin:0;
	padding:0 0 0 20px;
	color:#d13c4e;
	background:url(../img/icon/fail.png) no-repeat 0 5px;
}
input.errors{
	color:#d13c4e;
	border:solid 1px #d13c4e !important;
}
select.errors{
	color:#d13c4e;
	border:solid 1px #d13c4e !important;
}
ul.success{
	margin:0;
	padding:0;
	color:#929f56;
	list-style-type:none;
}
ul.success li{
	margin: 0;
	padding:0 0 0 20px;
	color:#929f56;
	background:url(../img/icon/success.png) no-repeat 0 5px;
}
.message {
    padding: 10px 20px 10px 40px;
    border: 2px solid #ddd;
    background-color: #eee;
    color: #222;
    margin: 0 0 20px 0;
    position: relative;
    font-size: 14px;
}
.message a{
    text-decoration: underline;
}
#content .message{
	width: 796px;
}
.message .close{
    position: absolute;
    right: 12px;
    top: 8px;
}
.messageNotice {
    background: #FFF6BF url(../img/icon/notice.png) 15px 50% no-repeat;
    color: #817134;
    border-color: #FFD324;
}
.messageSuccess {
    background: #E6EFC2 url(../img/icon/success.png) 15px 50% no-repeat;
    color: #529214;
    border-color: #C6D880;
}
.messageSuccess a{
    color: #529214;
    text-decoration: underline;
}
.messageError {
    background: #FBE3E4 url(../img/icon/fail.png) 15px 50% no-repeat;
    color: #D12F19;
    border-color: #FBC2C4;
}

/* Layout */

.container{
	width:900px;
	margin:0 auto;
	overflow:hidden;
}
.wrap{
	width:100%;
}

/* Pricing Plan */

.pricingPlan{
	float:left;
	display:inline;
	width:194px;
	margin-right:25px;
}
.pricingPlan p{
	margin:0;
	padding:20px 0 0 15px;
	line-height:16px;
}
.pricingPlan.last{
	margin-right:26px;
}
.pricingPlan.last{
	margin-left:1px;
	margin-right:0;
}
.pricingPlanTitle{
	width:194px;
	height:112px;
	border-top:#d2d2d2 3px solid;
	border-right:#d2d2d2 3px solid;
	border-left:#d2d2d2 3px solid;
}
.pricingPlanTitle.selected{
	border-top:#d23b4f 3px solid;
	border-right:#d23b4f 3px solid;
	border-left:#d23b4f 3px solid;
}
.pricingPlanTitle h2{
	color:#fff;
	font-size:20px;
	margin:0;
	padding:20px 0 0 15px;
	line-height:16px;
}
.pricingPlanTitle h3{
	color:#fff;
	font-size:16px;
	margin:0;
	padding:0 0 0 15px;
	line-height:16px;
}
.pricingPlanTitle p{
	color:#fff;
	margin:0;
	padding:4px 0 0 15px;
	line-height:16px;
}
.pricingPlanTitle.one{
	background-color:#393a39; 
}
.pricingPlanTitle.two{
	background-color:#9fce5a; 
}
.pricingPlanTitle.three{
	background-color:#f58436; 
}
.pricingPlanTitle.four{
	background-color:#d23b4f; 
}
.pricingPlanResources{
	width:194px;
	height:58px;
	border-right:#d2d2d2 3px solid;
	border-bottom:#d2d2d2 3px solid;
	border-left:#d2d2d2 3px solid;
	padding-bottom: 12px;
	background-color:#fff;
}
.pricingPlanResources.selected{
	border-right:#d23b4f 3px solid;
	border-bottom:#d23b4f 3px solid;
	border-left:#d23b4f 3px solid;
}
.pricingPlanChoose{
	width:194px;
	height:40px;
}
.pricingPlanChoose input{
	margin:10px 5px 0 17px;
}
.pricingPlanChoose label{
	margin-top:10px;
}
.pricingPlanArrow{
	width:194px;
	height:8px;
	background:transparent url(/img/sign-up-arrow.png) no-repeat 17px 0;
}
.pricingPolicy{
    float:left;
    list-style-type:none;
    text-align:left;
   	width:420px;
	margin:0 0 20px 0;
	padding-right:20px;
}
.pricingPolicy.last{
	padding-right:0;
}
.pricingPolicy.long{
	width:840px;
	margin-bottom:0;
}
#jq_ccInfo{
	display:block;
	width:860px;
	padding: 10px 0 20px 0;
	margin:0 0 20px 20px;
	background-color:#d2d2d2;
}
#jq_ccInfo .container{
	padding:0 20px;
}
#jq_ccInfo input.text{
	width:300px;
	border:1px solid #393939;
}
#jq_ccInfo fieldset{
	border:none;
}
#jq_ccInfo th{
	text-align:right;
	font-size:14px;
	padding-right:12px;
}
#jq_ccInfo td{
    padding-bottom:12px;
}
#ccExpMonth, #ccExpYear, #cheddargetter-ccExpMonth, #cheddargetter-ccExpYear{
	width: inherit !important;
}