FORM {
	margin: 0;
}
input[type="checkbox"],input[type="radio"] {
	margin:0; padding:0;
}
.textField {
	font-size: 11px;
	font-family: Tahoma, sans-serif;
	background:#ECE9D8;
	border-style: solid;
	border-width: 1px;
	border-top-color: #515151;
	border-left-color: #515151;
	border-right-color: #8F8F8F;
	border-bottom-color: #8F8F8F;
	padding: 5px;
	color: black;
}
.textFielde {
	font-size: 11px;
	font-family: Tahoma, sans-serif;
	border-style: solid;
	border-width: 1px;
	border-top-color: #515151;
	border-left-color: #515151;
	border-right-color: #8F8F8F;
	border-bottom-color: #8F8F8F;
	padding: 5px;
	color: white;
	background-color: #414141;
	background-image:url(../images/fielderror.gif);
	background-position:100% 38%;
	background-repeat: no-repeat;
}

input.loginButton {
	font: 11px Tahoma;
	padding: 4px 10px 5px 10px;
}
.input_select {
	width: 100%;
	border-bottom: 1px solid #848484;
	border-right: 1px solid #848484;
	border-left: 1px solid #515151;
	border-top: 1px solid #515151;
	padding: 2px;
	font: 11px Tahoma;
}
.input_select optgroup {
	font: bold 11px Tahoma;
	color: #000000;
	background: #e7e7e7;
}
.input_select option {
	font: 11px Tahoma;
	color: #000000;
	background: white;
	padding-left: 10px;
}
.passwordStrengthProgress {
	padding:1px;
	color: black;
	background-color: white;
}
#passwordStrengthProgress {
	height:3px;
	width:0%;
	color: black;
	background-color: #FFC06B;
}
#passwordStrengthStatus {
	text-align:right;
	text-transform:capitalize;
	font-weight:bold;
}
DIV.speedButton {
	float: left;
	margin-right: 5px;
	cursor: pointer;
}

input.loginButton {
	font: 11px Tahoma; cursor:pointer;
	background: url(../images/btn_b.png);
	width: 90px;
	height: 32px;
	border: none;
	color: white;
	padding-top: 1px;
	*padding-top: 2px;
	outline: none;
}

input.loginButton.red			{ background: url(../images/btn_r.png);}
input.loginButton.black			{ background: url(../images/btn_b.png);}
input.loginButton.blue			{ background: url(../images/btn_l.png);}

input.loginButton.black:active,
input.loginButton:active		{ background: url(../images/btn_bo.png);}
input.loginButton.red:active	{ background: url(../images/btn_ro.png);}
input.loginButton.blue:active	{ background: url(../images/btn_lo.png);}

.htmlEditor {
	border: none !important;
	color: transparent;
	font-size: 0;
	background-image: url(../images/loadingEditor.gif);
	background-position: center;
	background-repeat: no-repeat;
	
}

.HeadlineGray {font-family:Verdana,Arial,Helvetica;font-size:25px;color:#777777;margin:1px;margin-top:5px;font-weight:bold;}
.CodeForeground {margin:0in;margin-bottom:.0001pt;font-size:9.0pt;font-family:Courier New;}
.CodeInText {font-family:Courier New;font-weight:bold;}
.ScreenText {font-family:Tahoma;}
.ImportantWords {font-weight:bold;}
.Highlight {font-family:Arial;color:red;}