/*
 *	Style Guide colors
 *
 *	White					#FFFFFF
 *	Black					#000000
 *	Light green blue		#E1E7F5
 *	Light blue				#97A3BB
 *	Mid blue				#55637E
 *	Dark blue				#2B3352
 *	Background blue			#36A7E9
 *	OK Green				#00BB00
 *	OK Light Green			#EEFFEE
 *	ERROR Red				#FF0000
 *	ERROR Light Red			#FFEEEE
 *
 */

.roundbox {
	background-color:			#E1E7F5;
	padding:					10px;
	position:					relative;
	margin:						0px 10px 10px 0px;
}

#leftw3 {
	width:						196px;
	height:						330px;
	float:						left;
}

.roundbox .topleft {
	position:					absolute;
	top:						0px;
	left:						0px;
	background-image:			url(design.tgr/forms/topleft2.jpg);
	width:						5px;
	height:						5px;
}

.roundbox .topright {
	position:					absolute;
	top:						0px;
	right:						0px;
	background-image:			url(design.tgr/forms/topright2.jpg);
	width:						5px;
	height:						5px;
}

.roundbox .bottomleft {
	position:					absolute;
	bottom:						0px;
	left:						0px;
	background-image:			url(design.tgr/forms/bottomleft2.jpg);
	width:						5px;
	height:						5px;
}

.roundbox .bottomright {
	position:					absolute;
	bottom:						0px;
	right:						0px;
	background-image:			url(design.tgr/forms/bottomright2.jpg);
	width:						5px;
	height:						5px;
}

.roundbox .number {
	font-size:					4em;
	margin:						20px 10px 40px 10px;
}

.manual {
	font-size:					0.8em;
	font-weight:				bold;
	line-height:				1.3em;
}