﻿.loginbody {
	font-size:10pt;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;	
	color:#000000;
}
body {
	background: #FFFFFF url(images/body_bg.gif) repeat-y left;
}

div.required {
	font-size:8pt;
	clear:both;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding-top: 0px;
	text-align: right;
	color:#666;
}
.asterisk {
	font-weight:bold;
	font-size:8pt;
	color:#FF6600;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.textfield {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size:8pt;
}

#FormContent    { width: 100%; padding: 3px; margin: 0; }
#FormContent p 	{ font-family : Arial, Helvetica, sans-serif; font-size: 11px; color:#000000;}


/* CLEAR TAGS - We used these a lot in headers, features and in one old split group. I'd like to remove these asap. */
div.clear {
	clear:both;
}

/* INFO BOX TAGS */
/* EB: Used for comments under the input fields in login forms - should be moved to the login form styles block */
div.infobox {
	font-family: Arial, Helvetica, sans-serif;
	clear:both;
	font-size:8pt;
	color: #666666;
}
/* ==== BEGIN: login UP FORMS - used for all forms not only trial login ==== */
#loginform {
	width:540px;
	margin-top:5px;
	margin-bottom: 10px;
}
#loginform fieldset {
	display: block;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-right: 0px;
	margin-left: 0px;
	border:none;
	padding-bottom:10px;
	padding-right:5px;
	padding-left:5px;
	padding-top:10px;
	background-image: url(images/tbl_rndcnr_bot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#loginform legend {
	color:#6666c2; 
	font-weight:bold; 
	font-size:11pt; 
	padding-top:10px;
	padding-bottom:10px; 
	padding-left:40px;
}
#loginform legend span.step {
	color:#ff6600;
}
/* adds rounded corners image at the bottom of the fieldset */
#loginform .tbl_rndcnr_bot {
	background-image: url(images/tbl_rndcnr_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #eeeef4;
}


#loginform td.fieldlabel {
	width:30%;
	font-weight:bold;
	padding-right:10px;
	text-align:right;
	padding-top: 0.4em;
}

#btn_login{
	text-align: center; 
	margin-top: 20px;
}

input.btn-active {
	color: #FFF;
	border: 1px solid #4D4D99;
	background: #605F9A url(images/btn_active.gif) no-repeat;
	font: normal 1em Arial, Verdana, Helvetica, sans-serif;
	margin: 0px;
	padding: .2em;
	cursor:pointer;
}
/* gray style for "inactive" buttons, that we don't want to bring too much attention to - H&T login */
input.btn-inactive {
	color: #404040;
	border: 1px solid #a6a6a6;
	background: #e5e5e5 url(images/btn_inactive.gif) no-repeat;
	font: normal 1em Arial, Verdana, Helvetica, sans-serif;
	margin: 0px;
	padding: .2em;
	cursor:pointer;
}

/* ==== Trial Button with mouseover ==== */
.login_button_container {
margin-right:10px;
float:left;
margin-top:-25px;
width: 154px;
}
#login_button {
	margin: 10px 0 0 0;
	padding: 0;
	text-indent: -9999px;
	width: 154px;
	height: 68px;
	font-weight:bold;
}

#login_button a {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
	background: transparent url(images/action_trial_default3.gif) top left no-repeat;
}
#login_button a:hover {
	background: transparent url(images/action_trial_default3.gif) -154px 0 no-repeat;
}


td { font-size:9pt; }
.smalltext { font-size:8pt; }
/* style for the round corner gray table/box without forms - example 404.jsp */
td.tbl_rndcnr {
	background-color:#EEEEF4;
	padding-left:40px;
	padding-right:40px;
}
sup {
	font-size:75%;
}

hr {
	border: none 0;
	border-top: 1px solid #dadae6;
	border-bottom: 1px solid #dadae6;
	width: 100%;
	height: 2px; /* whatever the total width of the border-top and border-bottom equal */
}
hr.light {
	border: none 0;
	border-top: 3px solid #eeeef4;
	border-bottom: 3px solid #eeeef4;
	width: 100%;
	height: 6px; /* whatever the total width of the border-top and border-bottom equal */
}

#loginform span#whyWeRecommend_title {
	font-size:10pt;
	font-weight:normal;
	color: #666; 
	background-color:#EEEEF4; 
	margin-left: 55px;
}

#loginform div#whyWeRecommend {
	display:none;
	margin:0 10px 10px 10px;
	padding:10px 20px 10px 20px;
	border:1px solid #999;
	position:relative;
	top:-10px;
	font-size:10pt;
	font-weight:normal;
}

