
body {
	background: url(/beta/images/background.jpg);
	background-color: #FFFFFF;
	color: #CCCCCC;
	font-family: Arial;
	margin: 25px 0px;
	padding: 0px;
}

body > table {
	margin: 0px auto;
}

b {
	color: #EEEEEE;
	font-size: 13px;
}

a, a:visited {
	font-size: 13px;
	color: #fe9f0f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	display: block;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	font-size: 16px;
	color: #fe9f0f;
	margin-left: 20px;
}

h2 {
	display: block;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	color: #cccccc;
}

h3 {
	display: block;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	color: #be770b;
}

td {
	padding: 2px 2px;
	font-size: 12px;
}

p {
	margin: 10px auto;
	text-align: left;
	width: 90%;
}

/* more room at bottom of header row */
thead > tr > td {
	padding-bottom: 6px;
}

input[type='text'], input[type='password'], input[type='button'], input[type='submit'] {
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	height: 23px;
	width: 100px;
}

input[type='text'], input[type='password'], input[type='checkbox'], select, textarea {
	font-family: Arial;
	font-size: 12px;
	border-width: 1px;
	background-color: #cccccc;
	border-color: #000000;
	border-style: solid;
	padding: 3px;
}

input[type='text'], input[type='password'] {
	width: 150px;
}

input[type='text']:focus, input[type='password']:focus, select:focus {
	background-color: #ffffff;
}

input[disabled], select[disabled] {
	background-color: #333333 ! important;
	color: #666666 ! important;
}

select {
	font-family: Arial;
	font-size: 12px;
	border-width: 1px;
	background-color: #cccccc;
	border-color: #000000;
	border-style: solid;
	padding: 2px 0px;
	height: 19px;
}

.checkbox-label {
	cursor: pointer;
	position: relative;
/*	top: -8px; */
}

.decor-top {
	background: url(/beta/images/top.gif) no-repeat;
/*	width: 563px;*/
	height: 41px;
	margin: 0px;
	padding: 0px;

	/* for header text */
	color: #c5a79d;
	font-weight: bold;
	font-size: 11.4px;
	text-align: right;
	padding-right: 13px;
	padding-top: 21px;
}

.decor-bottom {
	background: url(/beta/images/bottom.gif) no-repeat;
	width: 563px;
	height: 15px;
	margin: 0px;
	padding: 0px;
}

.decor-side {
	background: url(/beta/images/side.gif) repeat-y;
	margin: 0px;
	padding: 0px;
	width: 5px;
	height: 25px;
}

.decor-content {
	background: url(/beta/images/bg.jpg) repeat-y;
	width: 651px;
	height: 500px;
	margin: 0px;
	padding: 0px;
}

.error {
	padding-left: 30px;
	color: #ff0000;
	font-weight: bold;
}

/* links shown at bottom of the login page */
.footlinks, .footlinks a, .footlinks a:hover, .footlinks a:visited {
	font-size: 11px;
	font-weight: normal;
}

.footlinks a:hover {
	color: #dddddd;
}

p .invites {
	position: relative;
	left: 20px;
}

#primary {
 	width: 100%;
}

.step, .step a, .step a:visited {
	position: relative;
	font-size: 20px;
}

.step a {
	color: #be770b;
}

.step b {
	position: absolute;
	left: -25px;
	top: -12px;
	font-size: 40px;
}

.field {
	display: block;
	width: 100px;
	text-align: right;
	font-weight: bold;
	float: left;
	line-height: 22px;
	margin-right: 10px;
}

.help {
	font-size: 10px;
	color: #999;
	width: 400px;
	padding-top: 5px;
	text-align: left;
	margin: 0 auto;
}

.help b {
	margin-left: 0;
	color: #bbb;
	font-weight: bold;
	font-size: 11px;
}

/* validation error */
.value .error {
	float: left;
	line-height: 22px;
	padding-left: 10px;
	text-align: left;
}

.value input {
	float: left;
	text-align: left;
}

.cl {
	clear: both;
}

