@CHARSET "UTF-8";

.sidebox_bg{
		height:					100%;
		background-repeat: 		no-repeat;
		background-position: 	right bottom;
}



/*new box style begin*/
.sidebox {
	margin: 0; /* center for now */
	width: 17em; /* ems so it will grow */
	float:left;

}

.boxhead{
	padding-left:	11px;
	background: 	url(/images/specific/roundcorner/sbhead-l.gif) no-repeat top left;
	
}
.boxhead2 {

	background: url(/images/specific/roundcorner/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;
}
.boxhead2 h2 {
	
	margin: 0;
	padding: 8px 12px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}


.boxbody {
	padding-left:	11px;
	background: url(/images/specific/roundcorner/sbbody-l.gif) no-repeat bottom left;
	
}

.boxbody2 {
	background: url(/images/specific/roundcorner/sbbody-r.gif) no-repeat bottom right;
	margin: 0;
	padding: 5px 30px 15px 16px;
}
/* new box style end*/






.top-left-1, .top-right-1, .bottom-left-1, .bottom-right-1{ 
	background-image: url('/images/specific/roundcorner/corner1.gif');	/* CHANGE: path and name of your image */
}

.top-left-2, .top-right-2, .bottom-left-2, .bottom-right-2{ 
	background-image: url('/images/specific/roundcorner/corner2.gif');	/* CHANGE: path and name of your image */
}

.top-left-3, .top-right-3, .bottom-left-3, .bottom-right-3{ 
	background-image: url('/images/specific/roundcorner/corner3.gif');	/* CHANGE: path and name of your image */
}


.top-left-4, .top-right-4, .bottom-left-4, .bottom-right-4{ 
	background-image: url('/images/specific/roundcorner/corner4.gif');	/* CHANGE: path and name of your image */
}


.inside-1{
	border-left:		1px solid #BEBCBC;		/* YCC: color & properties of the left-borderline */
	border-right:		1px solid #BEBCBC;		/* YCC: color & properties of the right-borderline */
	background:			white;					/* YCC: background-color of the inside */												/* YCC: default text-color of the inside */
}

.inside-2{
	border-left:		1px solid black;		/* YCC: color & properties of the left-borderline */
	border-right:		1px solid black;		/* YCC: color & properties of the right-borderline */
	background:			white;					/* YCC: background-color of the inside */
												/* YCC: default text-color of the inside */
}

.inside-3{
	border-left:		1px solid black;		/* YCC: color & properties of the left-borderline */
	border-right:		1px solid black;		/* YCC: color & properties of the right-borderline */
	background:			#FF990A;				/* YCC: background-color of the inside */
												/* YCC: default text-color of the inside */
}

.inside-4{
	border-left:		1px solid #BEBCBC;		/* YCC: color & properties of the left-borderline */
	border-right:		1px solid #BEBCBC;		/* YCC: color & properties of the right-borderline */
	background:			white;					/* YCC: background-color of the inside */										/* YCC: default text-color of the inside */
}