body, html {
	margin:	0px;
	padding: 0px;
}

body {
	background:url('../images/login_bg.png') repeat;
}

.wrapper {
	margin:	200px auto;
	width:800px;
}

.logo {
	float:left;
	background-image: url('/branded/txtwire/images/login_logo.png');
	width: 260px;
	height: 260px;
	background-repeat: no-repeat;
}

.loginbox {
	margin-top: 4px;
	margin-left: 5px;
	height: 248px;
	width: 450px;
	background: #e0e0e0;
	float:left;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 15px #b7b3b3;
	-webkit-box-shadow: 0px 0px 15px #b7b3b3;
	box-shadow: 0px 0px 15px #b7b3b3;
	border:none !important;
}

#sendPasswordButton{
	cursor:pointer;
	position: relative;
	left:255px;
	bottom:45px;
	display:none;
	background-image: url('/branded/txtwire/images/send_button.png');
	width: 103px;
	height: 41px;
	background-repeat: no-repeat;
}
#loginPasswordButton{
	width:102px;
	height:42px;
	cursor:pointer;
	position: relative;
	left:255px;
	bottom:45px;
	background-image: url('/branded/txtwire/images/login_button.png');
	width: 103px;
	height: 41px;
	background-repeat: no-repeat;
}
#tryNewDashboardButton {
	cursor:pointer;
}
#username{
	Font-Family:Arial;
	Font-Size:16px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:350px;
	color:#b7b3b3;
	font-weight:bold;
	padding-left: 5px;

}
#password{
	Font-Size:16px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:350px;
	margin-bottom:15px;
	color:#b7b3b3;
	font-weight:bold;
	padding-left: 5px;
}
td{
	 float:left;
	 padding-left:22px;
}
td a{
	color: #3aa9de;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	padding-left: 13px;
	font-size: 17px;
}

.links{
	padding-top: 2px;
}
.links div{
	padding-top:5px;
}
a {
	color: #4f4f50;
}

label {
	color: #4f4f50;
}

.blackout {
	height				:	2000px;
	width				:	100%;
	z-index				:	2;
	position			: 	absolute;
	left				: 	0px;
	top					: 	0px;
	background-color	: 	#000000;
    filter				:	alpha(opacity=20);
    -moz-opacity		:	0.2;
   	opacity				: 	0.2;
}

.modalwaiting div {
	width:100%;
}

.modalwaitingimg {
	margin-top			:	250px;
	margin-left			:	auto;
	background-image	:	url("/img/loading.gif");
	background-position	:	top center;
	background-repeat	:	no-repeat;
	width				:	136px;
	height				:	136px;
	z-index				:	150;
}
#divwaiting{
	top: 20px;
	right: 1px;
}

.powered_by {
	display:none;
}
.error{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #E85530;
	font-weight: bold;
	padding-left:190px;
}
#login_note{
	clear:both;
	position:relative;
	left:94px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #E85530;
	font-weight: bold;
	margin:auto;
}
#login_note p{
	text-align: center;
}
.note{
	width:415px;
}

.loginbox h1 {
    color: #000;
}

#verify_password, #new_password{
	Font-Size: 16px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 25px;
	width: 316px;
	margin-bottom: 15px;
	color: #b7b3b3;
	font-weight: bold;
	padding-left: 5px;
	margin-left:59px;
}
#update-password-alert {
     width:280px;
}

#resetPassword {
    position: relative;
    left: 265px;
    bottom: 13px;
}

input.loginField{
	height: 35px;
	margin: 1px 0;
}