/* @override http://10.0.1.5/~ParkerCDE/jpc2/css/contactStyle.css */

.notification_error {
	border: 1px solid #cc0000;
	height: auto;
	width: 96%;
	padding: 4px;
	background: #eeeeee;
	text-align: left;
	margin: 0 0 15px;
	float: right;
	font-family: "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #cc0000;
}

.notification_ok {
	border: 2px solid #ffcc00;
	height: auto;
	width: 96%;
	padding: 3px;
	color: #ffcc00;
	font: 1.2em Cousine, arial, serif;;
	margin-bottom: 20px;
	text-align: center;
}

.info_fieldset {
}

.info_fieldset legend {
	border: 1px #dddddd solid;
	color: black;
	font: 13px Verdana;
}

.button {
	color: #ffffff;
	font: 12px Cousine, arial, serif;;
	width: 80px;
	cursor: pointer;
	border-style: none;
	padding: 0;
	margin: 0;
	background: url(../images/button.png) no-repeat center top;
	height: 20px;
	float: right;
}

.button:hover {
	cursor: pointer;
	border-style: none;
	background: url(../images/button.png) no-repeat center bottom;
}

label {
	color: #cccccc;
	width: 88px;
	display: inline;
	float: left;
	clear: left;
	margin-bottom: 5px;
	padding-right: 2px;
	margin-right: 5px;
	font: 1.2em/1.6em Cousine, arial, serif;;
	text-align: right;
}

input {
	color: #666666;
	border-style: none;
	background: transparent url(../images/bg-form.png) repeat-x left 2px;
	letter-spacing: 1px;
	font: 1em "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	display: block;
	width: 381px;
	height: 25px;
	float: left;
	padding: 0 2px 1px;
}

form {
	float: left;
}

div#formSpacer {
	height: 18px;
	padding: 0;
	margin: 0;
	display: block;
	clear: both;
}

textarea {
	border-style: none;
	padding: 0;
	width: 380px;
	margin-bottom: 20px;
}

textarea.textbox {
	color: #666666;
	background: url(../images/bg-formTall.png) repeat left -4px;
	border-style: none;
	font: 1em/2.25em "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 1px;
	width: 381px;
	padding-right: 2px;
	padding-left: 2px;
	overflow: auto;
	height: 216px;
/* height declaration is IE7 fix */
}

div#loading {
	float: left;
}
