@charset "utf-8";

body {
	background-color: #DDD;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:  14px;
	color: #222;
	margin: 0;
	padding: 0;
}

/*h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}*/

h1 {
	font-size: 22px;
	color: #CC0000;
}

h2 {
	font-size: 18px;
	color: #666666;
}

h3 {
	font-size: 16px;
	color: #222;
}

a,
a:active,
a:visited,
a:link {
	color: #0066CC;
	text-decoration: underline;
}

a:hover {
	color: #222;
}

p {
}

ul {
}

li {
}

ul li {
}

ol li {
}

.johnsonbox {
	width: 80%;
	margin: 0 auto;
	padding: 10px 20px;
	border: solid 1px #999;
	background-color: #e5e5e5;
}

#page {
	width: 800px;
	height: auto;
	overflow: hidden;
	margin: 25px auto;
	padding: 20px 40px;
	border: solid 1px #222;
	background-color: #f9f9f9;
}

#page .form {
	width: 500px;
	float: left;
}

.newform {
	width: 400px;
	margin:	0 auto;
	padding: 20px;
	border:solid 2px #b7ddf2;
	background:#ebf4fb;
}
.newform h1 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:8px;
	color: #333333;
}
.newform p {
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 1px #b7ddf2;
	padding-bottom:10px;
}
.newform label {
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
}
.newform .small {
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
}
.newform input,
.newform textarea {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:200px;
	margin:2px 0 20px 10px;
}
.newform select {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:200px;
	margin:2px 0 20px 10px;
}
.newform textarea {
/*	width: 300px;*/
}
.newform button {
	clear:both;
	margin-left:155px;
	width:154px;
	height:39px;
	background: url(images/formbutton2.png) no-repeat;
	border: 0;
	cursor: pointer;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

label {
	cursor: pointer;
	display: block;
	padding-top: 2px;
	padding-right: 5px;
}
input, textarea {
	font-family: Arial, Sans-Serif;
	font-size: 11pt;
	margin-bottom: 3px;
	display: block;
	padding: 2px;
	/*width: 300px;*/
}
textarea {
	width: 190px;
}
input[type="checkbox"] {
	width: 18px;
	display: inline;
}
input[type="hidden"] {
	display: none;
}
input.button {
	width: 190px;
/*	background-image: url(../images/button_bg.png);
	background-repeat: repeat-x;
	border: solid 2px #CC0000;*/
	cursor: pointer;
}
input.button:hover,
input.button.hover {
	border: solid 2px #00CC00;
}
.activeField {
	background-image: none;
	background-color: #ffffff;
	border: solid 1px #000000;
}
.idle {
	border: solid 1px #888888;
	/*background-image: url(../images/input_grad_bg.png);
	background-repeat: repeat-x;
	background-position: top;*/
}
.idle.required,
.input.required {
	background-image: url(images/asterisk_red.png);
	background-repeat: no-repeat;
	background-position: 99% 2px;
}

input[type="image"] {
	border: none;
}

label.error {
	color: #CC0000;
	font-size: 8pt;
}

input.error {
	border: solid 1px #CC0000;
}

#page .info {
	float: right;
	width: 250px;
	margin: 0 0 0 10px;
	padding: 0 20px 20px 20px;
}