/* WJH Layout */

body {
	background-image: url(../images/sm_header_bg.jpg);
	background-repeat: repeat-x;
	color: #000;
	font-family: sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
}

a {
	color: #e13a3e;
	font-weight: bold;
}

a:hover {
	color: #000000;
}

/* -- */

#wrapper {
	margin: 0 auto;
	width: 515px;
}

#header {
	background-image: url(../images/header_grey.jpg);
	background-repeat: repeat-x;
	margin-top: 10px;
	text-align: center;
}

#body {
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	float: left;
	overflow: hidden;
	margin-top: 15px;
	width: 515px;
}

#left_column {
	width: 490px;
}

#right_column {

	width: 490px;
}

#bottom {

}

h2 {
	color: #E13A3E;
	font-size: 24px;
	line-height: 26px;
	margin: 0;
	margin-bottom: 20px;
	margin-top: 40px;
}

h2 a {
	text-decoration: none;
}

hr {
	margin-bottom: 18px;
}

.publish_info {
	margin-top: 0;
	font-style: italic;
}

/* Forms */
fieldset {
	border: 3px solid #c1c1c1;
	margin-bottom: 10px;
	padding: 10px;
	width: 455px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}

legend {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
}


label {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
}

select, input[type=text], input[type=password], input[type=submit], input[type=button], textarea {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	display: block;
	padding: 3px;
	width: 200px;
	border:2px solid #CCCCCC;
	background-image:url(../images/input_bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	margin-right: 20px;
}

.plan_attributes a{
	text-decoration: none;
}

input[type=button] {
	cursor: pointer;
	text-decoration: none;
}

input[type=button]:hover {
	cursor: pointer;
	border-color: #666;
	text-decoration: none;
}

input.right {
	margin: 0;
}

input.third {
	width: 140px;
}

input.full {
	width: 435px;
}

textarea {
	display: block;
	padding: 5px;
	width: 430px;
	height: 100px;
	margin-right: 0;
}

.bold_red {
	color: #E13A3E;
	font-weight: bold;
}

/* Sign In */

#sign_in {
	margin: 0 auto;
	padding: 20px;
	width: 200px;
}

p.links {
	font-size: 12px;
}

table.promo_table {
	border: 1px solid #AAA;
	border-collapse: collapse;
	width: 100%;
}

table.promo_table th{
	background-color: #E13A3E;
	color: #fff;
	font-size: 10px;
	padding: 10px;
	text-align: left;
}

table.promo_table td {
	border-top: 1px solid #AAA;
	border-left: 1px solid #AAA;
	font-size: 10px;
	padding: 10px;
}

table.promo_table tr:nth-child(odd) {
	background-color: #DDD;
}

table.promo_table tr:nth-child(even) {
	background-color: #EEE;
}
