

/* ==  corners == */
	div.rounded{
		background: #ffffff;
		margin: 10px;
	}
	div.rounded div.inner_rounded {
		padding: 10px;
		border-left: #000000 1px solid;
		border-right: #000000 1px solid;
	}
	
	div.rounded b.rtop,
	div.rounded b.rbottom{
		display:block;background: #fff;
	}
	div.rounded b.rtop b,
	div.rounded b.rbottom b{
		display:block;
		height: 1px;
		overflow: hidden;
		background: #000000;
	}
	div.rounded b.r1{
		margin: 0 5px;
	}
	div.rounded b.r2{
		margin: 0 3px;
	}
	div.rounded b.r3{
		margin: 0 2px;
	}
	div.rounded b.rtop b.r4,
	div.rounded b.rbottom b.r4{
		margin: 0 1px;
		height: 2px;
	}
	div.rounded{
		background: #ffffff;
		margin: 10px;
	}
	div.rounded div.inner_nifty {
		padding: 10px;
		border-left: #000000 1px solid;
		border-right: #000000 1px solid;
	}
	






/* == infobox class == */
	div.infobox{
		background: #ffffff;
		margin: 2px;
	}
	div.infobox div.inner_infobox {
		padding: 2px;
		border-left: #000000 1px solid;
		border-right: #ff0000 1px solid;
	}
	
	div.infobox b.rtop,
	div.infobox b.rbottom{
		display:block;background: #fff;
	}
	div.infobox b.rtop b,
	div.infobox b.rbottom b{
		display:block;
		height: 1px;
		overflow: hidden;
		background: #000000;
	}
	div.infobox b.r1{
		margin: 0 5px;
	}
	div.infobox b.r2{
		margin: 0 3px;
	}
	div.infobox b.r3{
		margin: 0 2px;
	}
	div.infobox b.rtop b.r4,
	div.infobox b.rbottom b.r4{
		margin: 0 1px;
		height: 2px;
	}



/* == innerform class == */
	div.innerform{
		background: #F2C629;
		margin: 2px;
		width: 90%;
	}
	div.innerform div.inner_innerform {
		padding: 2px;
		border-left: #000000 1px solid;
		border-right: #000000 1px solid;
	}
	
	div.innerform b.rtop,
	div.innerform b.rbottom{
		display:block;background: #fff;
	}
	div.innerform b.rtop b,
	div.innerform b.rbottom b{
		display:block;
		height: 1px;
		overflow: hidden;
		background: #000000;
	}
	div.innerform b.r1{
		margin: 0 5px;
	}
	div.innerform b.r2{
		margin: 0 3px;
	}
	div.innerform b.r3{
		margin: 0 2px;
	}
	div.innerform b.rtop b.r4,
	div.innerform b.rbottom b.r4{
		margin: 0 1px;
		height: 2px;
	}





/* == main class == */
	div.main{
		background: #F2C629;
		margin: 0px;
		width: 900px;
	}
	div.main div.inner_main {
		padding: 14px;
		border-left: #000 1px solid;
		border-right: #000 1px solid;
	}
	
	div.main b.rtop,
	div.main b.rbottom{
		display:block;background: #a00;
	}
	div.main b.rtop b,
	div.main b.rbottom b{
		display:block;
		height: 1px;
		overflow: hidden;
		background: #000;
	}
	div.main b.r1{
		margin: 0 2px;
	}
	div.main b.r2{
		margin: 0 0px;
	}
	div.main b.r3{
		margin: 0 0px;
	}
	div.main b.rtop b.r4,
	div.main b.rbottom b.r4{
		margin: 0 0px;
		height: 2px;
	}



