@charset "UTF-8";

body {
	margin-left: 		0px;
	margin-top: 		50px;
	margin-right: 		0px;
	margin-bottom: 		0px;
}

h4 {
	margin:				0px;
	padding:			0px;
	}

p {
	margin:				0px;
	padding:			0px;
	}

.bold {
	font-weight: 		bold;
	}
	
.staffBox {
	float:				left;
	width:				200px;
	height:				300px;
	}
	
.staffBox img {
	margin-bottom:		10px;
	}

.menuButton {
	width: 				250px;
	height: 			36px;
	text-indent:		-9000PX;
	display:			block;
	}

a:active {
	outline-color:		-moz-use-text-color;
	outline-style:		none;
	outline-width:		medium;
}

a:focus {
	outline-style:		none;
}

a {
	color:				#9B9F23;
	}

td {
	font-family: 		Verdana, Geneva, sans-serif;
	font-size: 			10px;
	line-height: 		17px;
	font-weight: 		normal;
	font-variant: 		normal;
	text-transform: 	none;
	color: 				#646464;
	text-decoration: 	none;
}

.noStyle {
	color:				#646464;
	text-decoration:	none;
	}
	
input, textarea {
	height:				16px;
	padding:			0;
	width:				174px;
	border:				1px dotted #9B9F23;
	border-top:			0px solid;
	border-left:		0px solid;
	margin-bottom:		2px;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			10px;
	color: 				#646464;
	}	
	
textarea {
	height:				60px;
	}
	
.btn {
	background-color:	#ffffff;
	height: 			18px;
	width: 				auto;
	border:				0px dotted;
	font-size:			10px;
	cursor:				pointer;
	}

/* error handle */

input.error {
	border: 			1px solid red;
	background-color: 	#FFDFE0;
	}