a {
    color: #999;
    text-decoration: underline;
}
.login-form {
	position: relative;
	margin: 15px 10px 0;
}
.login-form .inner {
	border: 2px solid #e5e5e5;
	padding: 10px 15px 20px;
}
.login-form .tl, .login-form .tr, .login-form .bl, .login-form .br {
	background-image: url(../images/design/form-corners.gif);
	width: 5px;
	height: 5px;
}
.form {
	padding:  0 220px 0;
	margin: 0 -68px 0 0;
	
}
.form label {
	float: left;
	font-size: 12px;
	padding: 0 35px 10px 5px;
	line-height: 30px;
}
.form input {
	font-size: 12px;
}
.links {
    padding-left: 120px;
    font-size: 12px;
}
.links a {
    padding-right: 25px;
	color: #999;
	text-decoration: underline;
}
.links a:hover {
	text-decoration: none;
}
.input {
    float: left;
    position: relative;
}
.input .tl, .input .tr, .input .bl, .input .br {
    background: url(../images/design/input-corners.gif);
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 5px;
}
.input .tr {
    left: auto;
    right: 0;
    background-position: 5px 0;
}
.input .bl {
    top: auto;
    bottom: 0;
    background-position: 0 -5px;
}
.input .br {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    background-position: 5px -5px;
}
#content_form .input input,
.input input {
    float: left;
    border: 1px solid #cccccc;
    font-size: 12px;
    padding: 7px 10px;
	width: 200px;
}
.form .Row {
	clear: both;
	padding-top: 5px;
}
.form .Inputs-text {
	padding-left: 12px;
	line-height: 31px;
}
span.errorFormField {
	border: 0;
	padding: 0;
}
.errorFormText {
	color: #F33;
	font-size: 12px;
	line-height: 1.1em !important;
}
#content_form span .errorFormField input {
	border: 1px solid #F33;		
}
span.errorFormField .tl { 
    background-position: 0 -10px; 
}
span.errorFormField .tr { 
    background-position: -5px -10px; 
}
span.errorFormField .bl { 
    background-position: 0 -15px; 
}
span.errorFormField .br { 
    background-position: -5px -15px; 
}
#content_form label {
	width: 180px;
}
.auth-button {
	text-align: center;
	margin: -2px 15px 0;
}
.auth-button .holder {
	position: relative;
	background: #fff;
	display: inline-block;
	margin: 0 0 10px;
}
.auth-button .holder .inner {
	border: 2px solid #e5e5e5;
	border-top: none;
	padding: 2px 15px 10px;
	display: inline-block;
}
.auth-button .holder .tl, .auth-button .holder .tr, .auth-button .holder .bl, .auth-button .holder .br {
	width: 5px;
	height: 5px;
	background-image: url(../images/design/form-corners.gif);
}
.auth-button .holder .tl {
	left: auto;
	right: -3px;
}
.auth-button .holder .tr {
	left: -3px;
	right: auto;
}
.auth-button .button {
	margin: 17px 0;
}
.auth-button .holder .button {
	margin: 0;
}
.button, .button span, .button button {
    display: inline-block;
    background: url(../images/design/buttons.png) 0 0 no-repeat;
    padding: 0;
	margin: 0;
    height: 54px;
    line-height: 50px;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
	border: 0;
	cursor: pointer;
}
.button span {
    background-position: 100% -108px;
}
.button button {
	padding: 0 22px 5px;
}
*:first-child+html .button button {
	padding: 0 0 5px;
}
.button {
    background-position: 0 -54px;
    background-repeat: repeat-x;
}
.button:hover {
    background-position: 0 -216px;
}
.button:hover span {
    background-position: 100% -270px;
}
.button:hover button {
    background-position: 0 -162px;
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
	.password-change .holder .tl {
		right: -42px;
	}
	.password-change .holder .br {
		right: -39px;
	}
}
.chbtd {
    width: 180px !important;
	padding-left: 5px !important;
	font-size: 12px !important;
	line-height: 1.1em !important;
}
#error{
    width: 424px;
    line-height: 1.1em !important;
    font-size: 12px;
	border: 3px solid red;
	border-radius:6px 6px 6px 6px; 
    -moz-border-radius:6px 6px 6px 6px;
    -webkit-border-top-left-radius:6px 6px; 
    -webkit-border-top-right-radius:6px 6px; 
    -webkit-border-bottom-right-radius:6px 6px; 
    -webkit-border-bottom-left-radius:6px 6px;
	padding: 8px 4px;
	text-align:center;
	margin-bottom: 10px;
	margin-left: 5px;
	visibility:hidden;
}
.sel_tabs {
    width: 180px; /* width = (desired width) - padding-right */
	padding-right: 40px;
	position: relative;
	border: solid 1px #ccc;
	line-height: 2;
	text-decoration: none;
	color: #333;
	font-size: 12px;
	outline: none;
	vertical-align: middle;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	cursor: default;
}
#note{
    width: 424px;
    line-height: 1.1em !important;
    font-size: 12px;
    font-color: #444;
	border: 3px solid #00ff00;
	border-radius:6px 6px 6px 6px; 
    -moz-border-radius:6px 6px 6px 6px;
    -webkit-border-top-left-radius:6px 6px; 
    -webkit-border-top-right-radius:6px 6px; 
    -webkit-border-bottom-right-radius:6px 6px; 
    -webkit-border-bottom-left-radius:6px 6px;
	padding: 8px 4px;
	text-align:center;
	margin-bottom: 10px;
	margin-left: 5px;
}