/* CSS Document */
#pad{
	padding:0 12px 5px 12px;
}
img{
margin:0;
padding:0;
border:0;
}
.roundcont {
	background-color: #f90;
	text-align:left;
	color:#ffffff;
	background-color:#92171A;
	background-image: url(../../images/content_bg.jpg);
	background-repeat: repeat-x;
}
.roundcont p {
	margin: 0 10px;
}

.roundtop {
	background-image: url(../../images/top_right_corner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.roundbottom {
	background: url(../../images/bottom_right_corner.jpg) no-repeat top right; 
}

img.corner {
   width: 7px;
   height: 7px;
   border: none;
   display: block !important;
}
.layout_table{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #BD1111;
	border-bottom-color: #BD1111;
	border-left-color: #BD1111;
	border-top-style: none;
	
}
.xsmall {font-size: x-small}
.small {
	font-size: small;
	padding-bottom: 10px;
}
