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

.wrapped-input /* form inputs & placeholders let div styling show thru */
{
	position: absolute;
	top: 3px;
	left: 0;
	width: 280px;
	font-size: 22px;
	background: transparent;
	border: none;
	height: 14px;
	padding: 6px;
}

.fld-label
{
	width: 110px;
}

.fld-input 
{
	z-index: 5000;
	width: 280px;
	min-height: 12px;
	height: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #C4C4C4;
	background-color: #F2F2F2;
	padding: 6px;
	line-height: 1;
	text-align: left;
	font-size: 22px;
	color: #000000;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	position: relative;
	margin-right: -10000px;
	margin-top: 2px;
	left: 113px;
}

.fld-req
{
	z-index: 300;
	width: 130px;
	min-height: 20px;
	background-color: transparent;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	line-height: 1;
	text-align: left;
	font-size: 22px;
	color: #999999;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	position: relative;
	margin-right: -10000px;
	margin-top: 6px;
	left: 212px;
}

#login_form {
	z-index: 100;
	width: 0.01px;
	height:400px;
	margin-left: 2px;
	margin-top: 2px;
	position: relative;
}

#login_form #fld_user {
	margin-top: 0px;
	width: 260px;
}

#login_form #fld_user_blk {
	width: 260px;
}

#login_form #fld_user_input {
	width: 260px;
}

#login_form #fld_user_prompt {
	width: 260px;
}

#login_form #fld_user_req
{
	width: 45px;
	left: 30px;
}

#login_form #fld_password {
	margin-top: 38px;
	width: 260px;
}

#login_form #fld_password_blk {
	width: 260px;
}

#login_form #fld_password_input {
	width: 260px;
}

#login_form #fld_password_prompt {
	width: 260px;
}

#login_form #fld_password_req
{
	width: 45px;
	left: 30px;
}

#MyCancelButton
{
	z-index: 6000;
	min-height: 27px;
	width: 170px;
	position: relative;
	margin-right: -10000px;
	margin-top: 80px;
	left: 113px;
}