﻿/****************************************
 * cbic-login.css -- For the Login page *
 ****************************************
 
   Table of Contents					
  -----------------
  I.   General Layout
  II.  Form Fields
  III. Footer

*/
 
 /************************************************************************************************************/
/* I. General Layout */

body
{
	font-family:arial;
	height:100%; 
	margin:0px;
    background-color: white; 
}

#loginBox {
	text-align:left;
}

#loginBox div.inner {
	/*width:473px;
	margin-left:4px;*/
}

/* Dotted border */
.border {
	clear:both;
	background:url(images/dot_horz.gif) center repeat-x;
	margin-left:60px;
	margin-right:10px;
	height:20px;
}
.border2 {
	clear:both;
	margin-left:60px;
	margin-right:28px;
	height:10px;
}
.border3 {
	clear:both;
	background:url(images/dot_horz.gif) center repeat-x;
	/*margin-left:60px;
	margin-right:10px;*/
	height:20px;
}
.borderVert {
	margin-top:-8px;
	margin-left:20px;	
	height:30px;	
	float:left;
	width:1px;	
	background:url(images/dot_vert.gif) center repeat-y;
}

/* Forgot Password link */
#forgotPass {
	clear:both;
	text-align:right;
	margin-right:28px;
	margin-top:6px;
}
#forgotPass a {
	color:#ee3b33;
	font-size:12px;
	font-weight:bold; 
	border-bottom:2px solid #ee3b33;
}

/* Forgot Password link */

.forgotPass {
	color:#ee3b33;
	font-size:12px;
	font-weight:bold; 
	border-bottom:2px solid #ee3b33;
}

.rememberPass {
	float:left;
	margin-left:65px;
	color:#008ab0;
	font-weight:bold;	
	font-size:12px;
}

/************************************************************************************************************/
/* II. Form Fields */

.fieldLabel {
	float:left;
	font-size:18px;
	font-weight:bold;
	padding-left:65px;
	color:#008ab0;
	width:140px;
}
.fieldLabel2 {
	float:left;
	font-size:18px;
	font-weight:bold;
	padding-left:65px;
	color:#008ab0;
	width:200px;
}
.fieldLabel3 {
	float:left;
	font-size:18px;
	font-weight:bold;
	padding-left:0px;
	color:#008ab0;
	width:250px;
}
.tableFormTdColumnTitle {
	font-size:12px;
	padding-left:11px;
	font-family:Arial;
}
/*.field:focus { 
	display:block;
	float:left;
	border-bottom:1px solid #000;
	border-top:1px;
	border-left:0px;
	border-right:0px;
	background:#ffffff;
	font-family:arial;
	font-weight:normal;
	font-size:14px;
	padding:3px 5px;
	width:230px;
} */
.field { /* text field */
	display:block;
	float:left;
	border-bottom:0px solid #000;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	background:#dddddd;
	font-family:arial;
	font-weight:normal;
	font-size:14px;
	padding:3px 5px;
	width:230px;
}
.fieldSubmit {
	font-size:16px;
	color:#ee3b33;
	font-weight:bold;
	border:0px;
	/*border:2px solid #ee3b33;*/
	background:#fff;
	float:right;
	margin-right:28px;
}
.fieldSubmitL {
	font-size:16px;
	color:#ee3b33;
	font-weight:bold;
	border:0px;
	/*border:2px solid #ee3b33;*/
	background:#fff;
	margin-left:3px;
	margin-right:0px;
}


/************************************************************************************************************/
/* III. Footer */

#footer {
	width:inherit;
	color:#a4a4a5;
	font-size:10px;
	margin-top:35px;
	margin-left:4px;
	text-align:center;
}
#footer a {
	color:#a4a4a5;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}