.space {  margin:0px 5% 10px 14%;}

/* ----- Uncomment the global selector below to over-ride the default margin and padding added to all tags  ----- */

/*{padding: 0; margin: 0;} */




/* ----- add selectors here for font sizing ----- */
.requiredcontainer{}
table, #errorwarning {}
/*code {font-size: 13px margin:5px 0px 0px 0px}*/

/* ----- base links ----- */

.errorLabel {
	background-image: url(error-graphic.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 5px;
	float:left;
	font-size: 13px;
	font-family:  arial, helvetica,verdana, sans-serif;
}

.fixedLabel{
//	background-image: url(/images/astrick.gif);
//	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 5px;
	padding-right:5px;
	font-family:  arial, helvetica,verdana, sans-serif;
	float:left;
	height:2%;
	font-size:13px;
	width:auto;
	
}

.required{
	color:#FF0000;
}

.errortxt{
	color: #FF0000;
	display:none;
}

#errorwarning{
	
	display:none;
}

.requiredcontainer{
color:#999999;
text-align:right;
float:right;
width:75px;
}

