﻿
.clsBlank
{
   
}
.clsCaption
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    text-shadow: 2px 2px 2px #999999;
    color: #666666;
    height: 30px;
    text-align: left;
    vertical-align: middle;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #999999;
}
.clsLogin
{
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* IE10+ */
    background: linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	border:2px solid #aaa;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-moz-box-shadow:0 0 10px #6d88b7;
	-webkit-box-shadow:0 0 10px #6d88b7;
/*	margin:60px auto 0;
	padding:20px;
	width:400px;*/
}
.clsTableLogin {
    width: 100%;
    margin: -1px 0px 0px 0px;
    
}
.clsLabelCaption
{
    width: 125px;
    height: 30px;
    vertical-align: middle;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
     text-shadow: 1px 1px 1px #999999;
}


.clsTextBox {
    width: 200px;
    background: rgba(255, 255, 255, 0.9);
	background:-moz-linear-gradient(90deg, #fff, #eee); /* Firefox */
	background:-webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff), color-stop(0.2, #fff)); /* Webkit */
	border:1px solid #aaa;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-moz-box-shadow:0 0 3px #aaa;
	-webkit-box-shadow:0 0 3px #aaa;
	padding:5px;
}

.clsTextBox:focus{
	border-color:#093c75;
	-moz-box-shadow:0 0 3px #0459b7;
	-webkit-box-shadow:0 0 3px #0459b7;
	outline:none; 
}
.clsSubmit{
    text-align: center;
    vertical-align: middle;
    height: 40px;    
}
.clsSubmit span {
    float: Right;
    margin-right: 55px; 
}

.clsbtnSubmit
{
    background: #ddd;
    outline: 0;
	display: block;
	color: black;
	border: 1px solid #1c252b;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* CSS3 */
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Firefox */
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Safari, Chrome */
    cursor: pointer;
    font-family: Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-right: 3px;
    /*padding: 5px 20px 4px;*/
    text-decoration: none;
    text-transform: uppercase;
    float: left;
}

.clsbtnSubmit:hover, .clsbtnSubmit:focus, .clsbtnSubmit:active
{
    background: #eee;
    background: -moz-linear-gradient(90deg, #067cd3, #0bcdff);
    background: -webkit-gradient(linear, left top, left bottom, from(#0bcdff), to(#067cd3));
    -moz-box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* Firefox */
    -webkit-box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* Safari, Chrome */
    box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* CSS3 */
    text-decoration: none;
    background-position: 0 top;
    position: relative;
    top: 1px;
    color: #FFFFFF;
    outline: none;
}