@charset "utf-8";
/* CSS Document */

/*	AffiliationSoftware.com */

.field { width: 300px; }

.help {
	color: #090;
	font-weight: bold;
}
.tooltip {
	padding: 5px; 
	background-color: #FFF8DC;  
	border: 1px solid #DEB887; 
	width:180px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #6b6b6b; 
	display:none; 
	position:absolute;
	left:0px;
	top:0px; 
	text-align: left;
}
.mandatory {
	color: #C00;
	font-weight: bold;	
}

form {
	margin-top: 20px;
}
.banners {
	margin-top: 20px;
	background: #f9f9f9;
	border: solid 1px #CCC;
	padding: 10px;
}

.box {
	width: 120px;
	height: 90px;
	float: left;
	margin: 20px 20px 0 0;
	padding: 10px;
	border: solid 1px #CCC;
	background: #E6EEF9 url(../../images/layout/box.jpg) repeat-x;
	text-align: center;
	font-weight: bold;
}
