/* CSS Document */
.oneLeft {
	background-image:url(../images/forms/oneLeftBG.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height:40px;
}

.oneRight {
	background-image:url(../images/forms/oneRightBG.gif);
	background-repeat:no-repeat;
	background-position:top right;
	height:40px;
}
.topLeft {
	background-image:url(../images/forms/topLeftBG.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

.topRight {
	background-image:url(../images/forms/topRightBG.gif);
	background-repeat:no-repeat;
	background-position:top right;
	border-left:1px SOLID #ccc;
}

.leftBG {
	background-image:url(../images/forms/leftBG.gif);
	background-repeat:repeat-y;
	background-position:left;
	border-top:1px SOLID #ccc;
}
.rightBG {
	background-image:url(../images/forms/rightBG.gif);
	background-repeat:repeat-y;
	background-position:right;
	border-top:1px SOLID #ccc;
	border-left:1px SOLID #ccc;
}
.bottomLeft {
	background-image:url(../images/forms/bottomLeftBG.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	border-top:1px SOLID #ccc;
}

.bottomRight {
	background-image:url(../images/forms/bottomRightBG.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	border-top:1px SOLID #ccc;
	border-left:1px SOLID #ccc;
}

.leftBG-noborder {
	background-image:url(../images/forms/leftBG.gif);
	background-repeat:repeat-y;
	background-position:left;
}
.rightBG-noborder {
	background-image:url(../images/forms/rightBG.gif);
	background-repeat:repeat-y;
	background-position:right;
	border-left:1px SOLID #ccc;
}

.bottomLeft-noborder {
	background-image:url(../images/forms/bottomLeftBG.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}

.bottomRight-noborder {
	background-image:url(../images/forms/bottomRightBG.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	border-left:1px SOLID #ccc;
}

select, input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
}

.topLeft, .topRight, .leftBG, .rightBG, .bottomLeft, .bottomRight {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
.topRight, .rightBG, .bottomRight {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
}
.required {
	font-weight:bold;
	color:#ff7700;
	font-size:15px;
	line-height:14px;
}
form {
	padding:0px;
	margin:0px;
}


strong.error {
	color:#FF0000;
}

.error_field {
	border:1px solid #FF0000;
}
