﻿body {
}

#memberControls {
	margin-left: 0px;
	padding:  16px 16px 20px 16px;
	font-weight: normal;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #e5e5e5;
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;
}

#memberControls .row 
{
	margin-top:0;
	margin-bottom:10px;
	float:none;
	clear:both;
}

#memberControls label 
{
	font-size: 13px;
	color: #334714;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: lighter;
	line-height: 20px;
	margin-bottom: 10px;
}

.rowLeft 
{
	margin-bottom:10px;
	float:left;
	width:59%;
}

.rowRight 
{
	margin-bottom:10px;
	float:right;
	width:40%;
}

.memberLabel {
  padding-right: 0px;
  width: 132px;
  float:left;
	color: #334714;
	font-size: 13px;
}

.memberLabelRight {
  padding-right: 0px;
  width: 80px;
  float:left;
	color: #334714;
	font-size: 13px;
}

.chkBox 
{
	float:left;
	padding-top:0;
	margin:1px 5px 10px 0 ;
}

.txtinput 
{
	width:144px;
	float:none;
}

.txtinputshort 
{
	width:130px;
	float:none;
}

.txtinputright 
{
	width:100px;
	float:none;
}

.row a 
{
	color: blue;
	font-size: 13px;
	line-height:20px;
	padding: 0px 0 0 0px;
	font-weight:normal;
}

#memberControls .errorrow 
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:lighter;
	line-height:20px;
	margin-bottom:10px;
	color:Red;
}

#loggedin 
{
	width:100%;
	float:none;
}

.RememberMe input
{
	float:left;
	margin-top:10px;
	margin-right:10px;
}

.RememberMe label
{
	margin-top:10px;
	width:173px;
}

.button {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
background:#F8FFED none repeat scroll 0 0;
border:1px solid #DDDDDD;
display:block;
line-height:14px;
margin:0 0px 0 2px;
padding:3px 7px;
cursor: pointer;
}

.buttonChangePassword
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:#F8FFED none repeat scroll 0 0;
	border:1px solid #DDDDDD;
	display:block;
	line-height:14px;
	margin:0 140px 0  72px;
	padding:3px 7px;
	cursor: pointer;
	float:right;
}

