@CHARSET "UTF-8";

input.vsmall {
	width:			50px;
}

input.tsmall {
	width:			100px;
}

input.small {
	width:			130px;
}

input.small-medium {
	width:			165px;
}

input.medium {
	width:			230px;
}

input.medium-large {
	width:			300px;
}

input.large {
	width:			330px;
}

textarea.small {
	width:			230px;
	height:			75px;
}

textarea.not-so-small {
	width:			250px;
	height:			75px;
}

textarea.application-small {
	width:			400px;
	height:			75px;
}

textarea.application-medium {
	width:			400px;
	height:			150px;
}

textarea.application-large {
	width:			400px;
	height:			300px;
}

textarea.small-medium {
	width:			400px;
	height:			150px;
}

textarea.medium {
	width:			500px;
	height:			150px;
}

textarea.large {
	width:			750px;
	height:			300px;
}

.required {
	background-color:	#ffcdcd;
}

textarea.hidden {
	display:			none;	
}

.widest {
	width:				100%;	
}

textarea.widest {
	height:				200px;	
}

.left-gap {
	margin-left:		8em;
}

img {
	text-decoration:	none;	
	border:				none;
}

a.small_button {
	border:				1px solid black;
	background:			#000066;
	color:				#FFFFFF;
	text-decoration:	none;
}

input.small_button {
	font:				normal 0.8em arial;
}

.no-border {
	border:				0;
}

.strong {
	font-weight:		bold;
}

.inputBox {
	border:				1px solid #000066;
	width:				100%;
}

