﻿.gen_box {
	background-color: #EAEAEA;
}
.gen_corner-tl {
	background: url(/controls/GenericBox/graphics/tl.gif) top left no-repeat;
}
.gen_corner-tr {
	background: url(/controls/GenericBox/graphics/tr.gif) top right no-repeat;
}
.gen_corner-bl {
	background: url(/controls/GenericBox/graphics/bl.gif) bottom left no-repeat;
}
.gen_corner-br {
	background: url(/controls/GenericBox/graphics/br.gif) bottom right no-repeat;
}
.gen_topstrip {
	background: url(/controls/GenericBox/graphics/ts.gif) top repeat-x;
}
.gen_rightstrip {
	background: url(/controls/GenericBox/graphics/rs.gif) right repeat-y;
}
.gen_bottomstrip {
	background: url(/controls/GenericBox/graphics/bs.gif) bottom repeat-x;
}
.gen_leftstrip {
	background: url(/controls/GenericBox/graphics/ls.gif) left repeat-y;
}
p {
	padding: 0;
	margin: 0;
}
.gen_boxtitle {
	text-align: center;
	padding: 8px 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.gen_boxcontent {
	padding: 6px 0 25px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.gen_boxcontentnotitle {
	padding: 38px 0 25px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.redtext {
	color: #FF0000;
}