@charset "utf-8";
/* CSS Document */


#greybox {
	float: left;
	width: 645px;
	background-color: #f1f1f1;
	color: #333; 
	margin: 10px 0 0 4px;
}


#greybox #greytop {
	background: url(images/grey-topright.gif) no-repeat top right;
}

/* Control the height of the box on the P tag  */
#greybox #pad{
	margin: 0 15px;
	font-size: 12px;
}

#greybox h3 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}


#greybox #greybottom {
	background: url(images/grey-botright.gif) no-repeat top right;
}

#greybox img.corner {
   width: 9px;
   height: 10px;
   border: none;
   display: block !important;
}



#greybox2 {
	float: left;
	width: 650px;
	background-color: #f1f1f1;
	color: #333; 
	margin: 15px 0 0 0;
}

#greybox2 #greytop {
	background: url(images/grey-topright.gif) no-repeat top right;
}

/* Control the height of the box on the P tag  */
#greybox2 p{
	margin: 0 15px;
	font-size: 11px;
	width: 650px;
	height: 200px;
}


#greybox2 #greybottom {
	background: url(images/grey-botright.gif) no-repeat top right;
}

#greybox2 img.corner {
   width: 9px;
   height: 10px;
   border: none;
   display: block !important;
}


