﻿body{
	margin:0;
	background:#cec6d3;
	font-family:Tahoma,Arial;
	font-size:12px;
}
a:hover
{
	text-decoration:underline;
	}
.wrapper{
	width:781px;
	height:395px;
	border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
}
#wrapper{
	background:#efefef;
	-webkit-border-radius:5px;
	-ms--webkit-border-radius:5px;
	-o--webkit-border-radius:5px;
	box-shadow:0 1px 4px rgba(68,43,84,0.5);
	-moz-box-shadow:0 1px 4px rgba(68,43,84,0.5);
	-ms-box-shadow:0 1px 4px rgba(68,43,84,0.5);
	-o-box-shadow:0 1px 4px rgba(68,43,84,0.5);
	-webkit-box-shadow:0 1px 4px rgba(68,43,84,0.5);
	margin:150px auto 0;
}
#wrapper_inshadow{
	box-shadow:inset 0 0 50px rgba(99,99,99,0.25);
	-moz-box-shadow:inset 0 0 50px rgba(99,99,99,0.25);
	-ms-box-shadow:inset 0 0 50px rgba(99,99,99,0.25);
	-o-box-shadow:inset 0 0 50px rgba(99,99,99,0.25);
	-webkit-box-shadow:inset 0 0 50px rgba(99,99,99,0.25);
}
#wrapper_border{
	box-shadow:inset 0 0 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.3);
	-moz-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.3);
	-ms-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.3);
	-o-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.3);
}
div#left, div#right{
	width:50%;
	float:left;
	height:395px;
}
div#left{
	background:url(Images/logo_bg.png) no-repeat left bottom;
	vertical-align:middle;
	overflow:hidden;
	
}
/*div#right{padding-top:114px;}*/
div#right * {
	margin-left:auto;
	margin-right:auto;
	clear:right;
	border:none;
	display:block;
}
.login_fm_txtbxUser {
	margin-bottom:22px;
}
.login_fm_txtbxPass{
	margin-bottom:19px;
}
.login_fm_txtbxUser, .login_fm_txtbxPass {
	width:171px;
	height:28px;
	padding:0 10px;
	background:url(Images/txtbox_05.png) no-repeat;
	color:#fff;
	font-family:calibri, Arial, Helvetica, sans-serif;
	font-size:medium;
	outline:none;
}
div#right label{
	height:21px;
	width:191px;
	padding:0;
}
.unlbl{
	background:url(Images/username_title_03.png) no-repeat;
	margin-top:114px;
}
.pdlbl{
	background:url(Images/password_title_07.png) no-repeat;
}
.forgetpass
{
	color:#8759a3;
	text-decoration:none;
	margin-bottom:5px;
	top:0px;
	font-size:smaller;
}
div#button_container
{
	text-align: center;
	width: 190px;
	margin-left:auto;
	margin-right:auto;
	vertical-align:middle;
}

div#right input[type="submit"]{
	width:84px;
	height:27px;
	background:url(Images/login_btn_10.png) no-repeat left top;
	cursor:pointer;
}
div#right input[type="submit"]:hover{
	background-position:center top;
}
div#right input[type="submit"]:active{
	background-position:right top;
}
#bottshadow{
	width:781px;
	margin:-2px auto 0;
	padding-top:10px;
	clear:both;
	height:40px;
	background:url(Images/bott_shadow_10.png) no-repeat center top;
	text-align:center;
	font-family:,tahoma,calibri, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#513362;
	text-decoration:none;
}
#bottshadow a{
	color:#513362;
	text-decoration:none;
	font-family:,tahoma,Arial;
	font-size:small;
}
#bottshadow a:hover{
	text-decoration:underline;
}