/* CSS Document */

	body{
		font-family:Arial, Helvetica, sans-serif;
	}
	.smalltext{
		font-size:9px;	
	}
	.boldtext{
		font-size:11px;	
		font-weight:bold;
	}
	.leftside{
		float:left;
		width:190px;
	}
	
	.rightside{
		float:right;
		width:386px;
		padding-bottom:5px;
	}
	.contentblock{
		padding:10px;
	}
	.formcontent{
		clear:both;
		margin-top:5px;
	}
	
	/*rounded corners*/
	.roundcont {
		width: 710px;
		background-color: #f2f2f2;
	}
	
	.roundcont p {
		margin: 0 10px;
	}
	
	.roundtop { 
		background: url(http://dev.shopcreator.com/portals/shopcreator2008/images/tr.gif) no-repeat top right;
	}
	
	.roundbottom {
		background: url(http://dev.shopcreator.com/portals/shopcreator2008/images/br.gif) no-repeat top right; 
		clear:both;
	}
	
	img.corner {
	   width: 10px;
	   height: 10px;
	   border: none;
	   display: block !important;
	}
	h4{
		font-size:14px;
		margin:3px 0 5px 0;
		color:#919191;
	}
	#center{
		margin:0 auto;
		width:100%;
	}
	.fieldname, .note, .agree{
		font-size:12px;
	}	


