/* CSS Document */


.inputlabel{
	float: left;
	width: 100px;
	}

input.celeb_aust, textarea{
	width: 180px;
	margin-bottom: 5px;
	}

textarea{
	width: 250px;
	height: 150px;
	}

.boxes{
	width: 1em;
	}

.subsbuttons{
/*	margin-left: 120px;
	margin-top: 5px;
*/
	width: 120px;
	margin:10px;
	}

br{
	clear: left;
	}

.formerrors {
	color:#FF0000;
	font-weight:bold;
}


.inputGroup {
	background-color:#f3f4dc; 
	padding:20px; 
	margin:10px;
}

/* Moofx Tooltips Style */
.MyToolTips {
 	background-color:#ecc136;
	color:#333333;
	border:1px solid #ecc136;
	padding:10px;
	width:300px;
 }
 
