#OwnerLoginRegion { text-align: center; padding-top:40px; padding-bottom :40px;margin-bottom: 115px; }

/*#OwnerLoginRegion .login-form { width: 400px; margin: auto; text-align: left; border: solid 8px #252525; border-radius: 10px; -moz-border-radius: 10px; background-color:white; color: black; }*/
#OwnerLoginRegion .login-form {}

#OwnerLoginRegion .login-form .client-logo{ border-bottom: solid 8px gold; width: 400px; height: 150px; background-image: url('../images/logo.png'); background-position: center center; background-repeat: no-repeat; }
#OwnerLoginRegion .login-form .caption { 
border-bottom: 1px solid #E10079;
padding: 5px 10px;
color: #FFF;
background: #494949;
background: -moz-linear-gradient(top, rgba(73,73,73,1) 0%, rgba(96,96,96,1) 99%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#494949), color-stop(99%,#606060));
background: -webkit-linear-gradient(top, #494949 0%,#606060 99%);
background: -o-linear-gradient(top, rgba(73,73,73,1) 0%,rgba(96,96,96,1) 99%);
background: -ms-linear-gradient(top, rgba(73,73,73,1) 0%,rgba(96,96,96,1) 99%);
background: linear-gradient(to bottom, #494949 0%,#606060 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494949', endColorstr='#606060',GradientType=0 );
}

.item-page-title {
}

legend h4 {
text-align: left;}

#OwnerLoginRegion .login-form form {max-width: 435px;margin: auto;}
#OwnerLoginRegion .login-form form td { padding: 3px 0px; }
#OwnerLoginRegion .login-form form .name { width: 100px; text-align: right; color: black;}
#OwnerLoginRegion .login-form form .col-sep { width: 20px; }                   
#OwnerLoginRegion .login-form form .value input[type=text] { width: 100%;height: 22px; }
#OwnerLoginRegion .login-form form .value input[type=password] { width: 100%; height: 22px;}
#OwnerLoginRegion .login-form .forget { text-align: center; padding : 10px 5px; }
#OwnerLoginRegion .login-form .error { color : red; padding: 5px 17px;text-align: right; }

.hidden { display:none; }

#OwnerLoginRegion .login-form .buttons .button { 
background: #0F173E;
color: #FFF;
border: none;
height: 34px;
padding: 0px 15px;
font-size: 11px;
font-weight: bold;
}

#OwnerLoginRegion .login-form form input{
	height: 30px;
	width: 100%;
}


