@charset "utf-8";
/* CSS Document */


#greybox {
	float: left;
	width: 300px;
	background-color: #f1f1f1;
	color: #333; 
	margin: 10px 0 10px 0;
}
	
#greybox #greytop {
	background: url(images/roundboxes/grey-topright.gif) no-repeat top right;
}

/* Control the height of the box on the P tag  */
#greybox #content{
	margin: 0 15px;
	font: 12px Arial, Helvetica, sans-serif;
	height: 50px;
}


#greybox #greybottom {
	background: url(images/roundboxes/grey-botright.gif) no-repeat top right;
}

#greybox img.corner {
   width: 9px;
   height: 10px;
   border: none;
   display: block !important;
}



#whitebox {
	float: left;
	width: 335px;
	height: 103px;
	background-color: #fff;
	color: #333;
	background:url(images/roundboxes/wht-back.gif);
	margin: 0 0 10px 0;
}


/* Control the height of the box on the P tag  */
#whitebox p{
	margin: 10px 15px;
	font-size: 11px;
	height: 100px;
}


