/* CSS Document */

#banner {
	width: 770px;
	height: 151px;
	margin: 0 auto;
	background-image: url(/assets/images/bgnd-banner.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#banner .image {
	width: 254px;
	height: 151px;
	float: left;
	text-align: center;
}

.divContainer {
	width: 770px;
	margin: 0 auto;
}

/*#banner {
	width: 770px;
	height: 200px;
	margin: 0 auto;
	margin-bottom: 15px;
}*/

#shortcuts {
	width: 770px;
	height: 25px;
	margin: 0 auto;
	background-color: #FF9933 /*#CC0000*/;
	margin-bottom: 11px;
}

#shortcuts img {
	behavior: url("/assets/scripts/pngbehavior.htc");
}

.textfield {
	width: 350px;
	height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.textarea {
	width: 350px;
	height: 70px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

button {
	background-color: #F5F5F5;
	font-size: 1.1em;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	width: 100px;
	height: 25px;
	border: 1px solid #cccccc;
	vertical-align: middle;
}

button:hover {
	background-color: #E5F2BE;
	border: 1px solid  #99CC66;
}

.redtext {
	color: #FF0000;
}
