			.roundCorner
			{
				position:   relative; 
				width:      250px; /* This is X Value */
				height:     220px; /* This is Y Value*/
				background: #ececec;
				color:      #000; 
				margin:     1em auto;
            }
			.ctl, .cbl, .ctr, .cbr
			{
				position:   absolute; 
				width:      20px; 
				height:     20px; 
				color:      #ececec; 
				background: #fff;
				overflow:   hidden;
			}
			.ctl {top:0px; left:0px;}
			.cbl {top:200px; left:0px;} /* cbl top: Y-20 */ 
			.ctr {top:0px; left:230px;} /* ctr left: X-20 */
			.cbr {top:200px; left:230px;} /* cbr top: Y-20 */ /* cbl left: X-20 */
			.quadbl, .quadbr
			{
				position:    absolute; 
				font-size:   150px;  /* Always Constant */
				font-family: arial; 
				color:       #ececec; 
				line-height: 40px;
			}
			
			.quadtl, .quadtr
			{
				position:    absolute; 
				font-size:   150px;  /* Always Constant */
				font-family: arial; 
				color:       #c75f0a; 
				line-height: 40px;
			}
			.quadtl {left:-8px;}
			.quadtr {left:-25px;}
			.quadbl {left:-8px; top:-17px;}
			.quadbr {left:-25px; top:-17px;}
			.txt
			{
				position:       absolute; 
				top:            35px; 
				left:           25px; 
				width:          200px; 
				height:         140px; 
				color:          gray;
				font:           12px bold Trebuchet MS, Lucida Grande,Arial,sans-serif;
				padding:        2px;
			}
			img
			{
			border:           none;
			}
			
			.roundLongCorner
			{
				position:   relative; 
				width:      450px; /* This is X Value */
				height:     120px; /* This is Y Value*/
				background: #ececec;
				color:      #000; 
				margin:     1em auto;
            }
			.ctll, .cbll, .ctrl, .cbrl
			{
				position:   absolute; 
				width:      20px; 
				height:     20px; 
				color:      #ececec; 
				background: #fff;
				overflow:   hidden;
			}
			.ctll {top:0px; left:0px;}
			.cbll {top:100px; left:0px;} /* cbl top: Y-20 */ 
			.ctrl {top:0px; left:430px;} /* ctr left: X-20 */
			.cbrl {top:100px; left:430px;} /* cbr top: Y-20 */ /* cbl left: X-20 */
			.quadbll, .quadbrl
			{
				position:    absolute; 
				font-size:   150px;  /* Always Constant */
				font-family: arial; 
				color:       #ececec; 
				line-height: 40px;
			}
			
			.quadtll, .quadtrl
			{
				position:    absolute; 
				font-size:   150px;  /* Always Constant */
				font-family: arial; 
				color:       #334f69; 
				line-height: 40px;
			}
			.quadtll {left:-8px;}
			.quadtrl {left:-25px;}
			.quadbll {left:-8px; top:-17px;}
			.quadbrl {left:-25px; top:-17px;}
			.txtl
			{
				position:       absolute; 
				top:            35px; 
				left:           25px; 
				width:          400px; 
				height:         140px; 
				color:          gray;
				font:           12px bold Trebuchet MS, Lucida Grande,Arial,sans-serif;
				padding:        2px;
			}
			