/* Default CSS
================================================*/
/* Basic styling, used when JavaScript is unsupported */
.cbb, .ybb {
	margin:1em 0;
	padding:0 10px;
	border:1px solid #DDF1FF;
	 
	background:#fff;
}
.cbb h1, .ybb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:#efece6;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
}
/* Normal styling */
.cb {margin:0.5em 0;}
	/* Top corners and border */
.bt, .ybt{
	height:15px;
	margin:0 0 0 18px;
	background:url(../images/interface/boxes/bluebox.png) no-repeat 100% 0 !important;
	background:url(../images/interface/boxes/bluebox.gif) no-repeat 100% 0;
}
.ybt{
background:url(../images/interface/boxes/yellowbox.png) no-repeat 100% 0 !important;
	background:url(../images/interface/boxes/yellowbox.gif) no-repeat 100% 0;
}
.bt div, .ybt div {
	position:relative;
	left:-18px;
	width:18px;
	height:15px;
	background:url(../images/interface/boxes/bluebox.png) no-repeat 0 0 !important;
	background:url(../images/interface/boxes/bluebox.gif) no-repeat 0 0;
	font-size:0;
	line-height:0;
}
.ybt div {
background:url(../images/interface/boxes/yellowbox.png) no-repeat 0 0 !important;
	background:url(../images/interface/boxes/yellowbox.gif) no-repeat 0 0;
}
	/* Bottom corners and border */
.bb, .ybb{
	height:14px;
	margin:0 0 0 12px;
	background:url(../images/interface/boxes/bluebox.png) no-repeat 100% 100% !important;
	background:url(../images/interface/boxes/bluebox.gif) no-repeat 100% 100%;
}
.ybb{
background:url(../images/interface/boxes/yellowbox.png) no-repeat 100% 100% !important;
	background:url(../images/interface/boxes/yellowbox.gif) no-repeat 100% 100%;
}
.bb div, .ybb div{
	position:relative;
	left:-12px;
	width:12px;
	height:14px;
	background:url(../images/interface/boxes/bluebox.png) no-repeat 0 100% !important;
	background:url(../images/interface/boxes/bluebox.gif) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}
.ybb div{
background:url(../images/interface/boxes/yellowbox.png) no-repeat 0 100% !important;
	background:url(../images/interface/boxes/yellowbox.gif) no-repeat 0 100%;
	}

	/* Left border */
.i1, .yi1 {
	padding:0 0 0 12px;
	background:url(../images/interface/boxes/blueborders.png) repeat-y 0 0 !important;
		background:url(../images/interface/boxes/blueborders.gif) repeat-y 0 0;
}
.yi1 {
background:url(../images/interface/boxes/yellowborders.png) repeat-y 0 0 !important;
		background:url(../images/interface/boxes/yellowborders.gif) repeat-y 0 0;
}
	/* Right border */
.i2, .yi2 {
	padding:0 12px 0 0;
	background:url(../images/interface/boxes/blueborders.png) repeat-y 100% 0 !important;
	background:url(../images/interface/boxes/blueborders.gif) repeat-y 100% 0;
}
.yi2 {
background:url(../images/interface/boxes/yellowborders.png) repeat-y 100% 0 !important;
	background:url(../images/interface/boxes/yellowborders.gif) repeat-y 100% 0;
}

	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	display:block;
	margin:0;
	padding:1px 5px;
	background:#fff;
	margin-top: -5px;
	
}
.i3 h2, .i3 p {

padding-top: 0px;
padding-left: 0px;


}
.i3 p{
margin-left: 10px;

}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.i3 {display:inline-block;}
.i3 {display:block;}


/* Default CSS ends here */

.blue {
	float: left;
	width:45%;
}

.yellow{
margin-left: 400px;


}



