/* CSS Document */
body
{
	background:#ffb30f;
}
.content
{
	padding-right:20px;
	margin-top: 20px;
}
.text_field
{
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
	border-left-color: #CCCCCC;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
}

.topLeftCorner {
	background-image:url(images/login/lefttopcorner.gif);
	background-position:top;
	background-position:right;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
.topRightCorner {
	background-image:url(images/login/righttopcorner.gif);
	background-position:top;
	background-position:left;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
.bottomRightCorner {
	background-image:url(images/login/rightbottomcorner.gif);
	background-position:top;
	background-position:left;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
.bottomLeftCorner {
	background-image:url(images/login/leftbottomcorner.gif);
	background-position:top;
	background-position:right;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
.login_text {	font-family: Arial;	font-size: 11px;	color: #B4B4B4;	font-weight:bold;}
.login_text A
{
	color:#B4B4B4;
	text-decoration:none;
}
.login_text A:hover
{
	color:#B4B4B4;
	text-decoration:none;
}