.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;}

/* ----- global default/initial styles ----- */
body {background-color:#fff; margin:0px 10px 0px 10px; padding: 0;}


/* ----- add selectors here for font sizing ----- */
.requiredcontainer{}
p, 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;

	
}
.txtborder1
{
	border:1px solid #E9E9E9;
	margin:3px 0px 5px 5px;
}
.required{
	color:#FF0000;
}

.errortxt{
	color: #FF0000;
	display:none;
	margin:0px 0px 10px 5px;
}

#errorwarning{
	//color: #FFFFFF;
	//padding: 6px 15px;
	//background-color: #FF0000;
	//border-left: 15px solid #990000;
	//margin:5px 0;
	display:none;
}

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

#button
{
 margin:0px 0px 5px 5px;
}
