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

td.rightaide
{
	padding:12px;
	background-color:#0080ca;
	width:200px;
	float:left;
}

div#RightSide .formLabel
{
	font-weight:bold;
	color:white;
	line-height:22px;
	height:32px;
	clear:both;
	float:right;
}

div#LeftSide
{

	border:1px solid #0080ca;
	padding:12px;
	float:left;
}

div#LeftSide .formCell
{
	line-height:22px;
	height:32px;
	clear:both;
	float:left;

}

/* pop-up calendar */
button.calendarStyle
{
	background-color: transparent;
	border: 0;
	height:22px;
	width:22px;
	background-image:url('../images/elements/calendar.png');
	cursor: pointer;
	cursor: hand;
}

select.mainFormError
{
	background-color: #fff3d6;
}

#mainFormError
{
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%;
}



input.mainFormError
{
	background-color: #fff3d6;
}


textarea.mainFormError
{
	background-color: #fff3d6;
}
