.form .row {
	margin: 15px 0;
}

.form .row.input {
	margin: 30px 0;
}

.form label {
	display: inline-block;
	border: 1px solid #bbb;
	margin: 0;
	margin-right: -1px;
	height: 22px;
	padding: 8px 10px;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	text-shadow: 1px 1px #fff;
	background-color: #ddd;
    border: 1px solid #bbb;
    font-weight: normal;
    line-height: 22px;
    min-width: 50px;
    text-align: right;
    vertical-align: middle;
    width: 110px;
    -moz-box-shadow: 0 1px 0 #eee inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 0 #eee inset, 0 1px 0 #fff;
    box-shadow: 0 1px 0 #eee inset, 0 1px 0 #fff;
    font-size: 12px;
}

.form span.error {
	display: inline-block;
	color: red;
	padding: 5px;
	text-shadow: 1px 1px #fff;
}

.form input[type="text"],
.form input[type="password"] {
	padding: 0 8px;
	border: 1px solid #bbb;
	font-size: 18px;
	-moz-box-shadow: 0 0 5px #ccc inset, 1px 1px 0 #fff;
	-webkit-box-shadow: 0 0 5px #ccc inset, 1px 1px 0 #fff;
	box-shadow: 0 0 5px #ccc inset, 1px 1px 0 #fff;
	display: inline-block;
	margin: 0;
	border-radius: 0 3px 3px 0;
	vertical-align: middle;
	height: 38px;
	line-height: 38px;
	width: 180px;
}

.form input[type="text"].error,
.form input[type="password"].error {
	border: 1px solid red;
	-moz-box-shadow: 0 0 5px #ff6565 inset, 1px 1px 0 #fff;
	-webkit-box-shadow: 0 0 5px #ff6565 inset, 1px 1px 0 #fff;
	box-shadow: 0 0 5px #ff6565 inset, 1px 1px 0 #fff;

}

.form input[type="text"]:focus,
.form input[type="password"]:focus {
	border: 1px solid #3c88cc;
	-moz-box-shadow: 0 0 5px #8bc8ff inset, 1px 1px 0 #fff;
	-webkit-box-shadow: 0 0 5px #8bc8ff inset, 1px 1px 0 #fff;
	box-shadow: 0 0 5px #8bc8ff inset, 1px 1px 0 #fff;
}

.form input[type="submit"][disabled="disabled"],
.form input[type="button"][disabled="disabled"] {
	border: 1px solid #aaa;
	background: #eeeeee;
	color: #999;
	text-shadow: 1px 1px rgba(255,255,255,1.0);
	background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
	-moz-box-shadow: 0 1px 0 #ffffff inset;
	-webkit-box-shadow: 0 1px 0 #ffffff inset;
	box-shadow: 0 1px 0 #ffffff inset;
}

.form input[type="submit"]::-moz-focus-inner,
.form input[type="button"]::-moz-focus-inner {
	border: 0;
}

.form .subscript {
	font-size: 14px;
	letter-spacing: normal;
	color: #333;
	text-shadow: none;
}

#form\.login label {
	width: 85px;
}

#form\.forgot label,
#form\.unlock label {
	width: 85px;
}

#form\.password input[type="password"] {
	width: 180px;
}

.form div.column {
	width: 340px;
	float: left;
}

#form\.unlock\.proceed .column {
	width: auto;
	padding: 0 20px 0 0;
}

#form\.unlock\.proceed #notification\.msg {
	margin: 0;
	padding: 10px 0 0 0;
}

.button {
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
	text-shadow: 1px 1px rgba(255, 255, 255, 0.7);
	text-align: center;
	outline: none;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 1.0) inset, 0 1px 0 rgba(255, 255, 255, 1.0);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 1.0) inset, 0 1px 0 rgba(255, 255, 255, 1.0);;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 1.0) inset, 0 1px 0 rgba(255, 255, 255, 1.0);
	height: auto !important;
	padding: 8px 10px;
	color: #444444;
	background: #eeeeee;
	background: -moz-linear-gradient(top,  #eeeeee 0%, #bbbbbb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#bbbbbb));
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#bbbbbb 100%);
	background: -o-linear-gradient(top,  #eeeeee 0%,#bbbbbb 100%);
	background: -ms-linear-gradient(top,  #eeeeee 0%,#bbbbbb 100%);
	background: linear-gradient(to bottom,  #eeeeee 0%,#bbbbbb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#bbbbbb',GradientType=0 );
	position: relative;
	cursor: pointer;
}

.button.primary {
	background: #009ff2;
	background: -moz-linear-gradient(top,  #009ff2 0%, #00659a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009ff2), color-stop(100%,#00659a));
	background: -webkit-linear-gradient(top,  #009ff2 0%,#00659a 100%);
	background: -o-linear-gradient(top,  #009ff2 0%,#00659a 100%);
	background: -ms-linear-gradient(top,  #009ff2 0%,#00659a 100%);
	background: linear-gradient(to bottom,  #009ff2 0%,#00659a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ff2', endColorstr='#00659a',GradientType=0 );
	border: 1px solid #004569;
	color: #fff;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(255,255,255,1.0);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(255,255,255,1.0);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(255,255,255,1.0);
}

a.button {
	padding: 10px 20px;
}

.button.right {
	float: right;
}

.button.left {
	float: left;
}

.button.tiny,
a.button.tiny {
	padding: 5px 10px !important;
	font-size: 11px;
}

#static-logout {
	width: auto !important;
	display: inline-block !important;
}

.button:hover,
.button:focus {
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 1.0) inset, 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255,  1.0) inset, 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 0 rgba(255, 255, 255,  1.0) inset, 0 0 3px rgba(0, 0, 0, 0.3);
	border: 1px solid #777;
}

.button.primary:hover,
.button.primary:focus {
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 0 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 0 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 0 3px rgba(0, 0, 0, 0.5);
	border: 1px solid #002f47;
}

.button:active {
	background: #bbbbbb;
	background: -moz-linear-gradient(top,  #bbbbbb 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbbbbb), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top,  #bbbbbb 0%,#eeeeee 100%);
	background: -o-linear-gradient(top,  #bbbbbb 0%,#eeeeee 100%);
	background: -ms-linear-gradient(top,  #bbbbbb 0%,#eeeeee 100%);
	background: linear-gradient(top,  #bbbbbb 0%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbbbb', endColorstr='#eeeeee',GradientType=0 );
	border: 1px solid #777;
}

.button.primary:active {
	background: #777777;
	background: -moz-linear-gradient(top,  #00659a 0%, #009ff2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00659a), color-stop(100%,#009ff2));
	background: -webkit-linear-gradient(top,  #00659a 0%,#009ff2 100%);
	background: -o-linear-gradient(top,  #00659a 0%,#009ff2 100%);
	background: -ms-linear-gradient(top,  #00659a 0%,#009ff2 100%);
	background: linear-gradient(top,  #00659a 0%,#009ff2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00659a', endColorstr='#009ff2',GradientType=0 );
	border: 1px solid #002f47;
}

.clear:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
	clear: both;
}

#notification\.msg {
	margin: 15px 0;
	padding: 0;
	text-shadow: 1px 1px #fff;
}

#notification\.msg.error {
	color: red;
}

#notification\.msg .progress {
	background: url(/reset/images/ajax-loader.gif) no-repeat 0 5px;
	padding: 10px 0 10px 32px;
	margin: -10px 0 0 0
}

#preload-image {
	position: absolute;
	overflow: hidden;
	left: -9999px;
	top: -9999px;
	height: 1px;
	width: 1px;
}

#reset\.submit:disabled,
#reset\.submit[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    background: #ccc !important;
    color: #666 !important;
    border-color: #bbb !important;
    box-shadow: none !important;
}

