/* CSS for login form */
#loginform{
	text-align:right;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

p.header{
	color: #666666;
	font-size:10px;
	margin-top: 10px;
}
p.headerCCH{
	color: #0054A0;
	font-size:12px;
	margin-top: 10px;
}

p.item{
	font-size: 9px;
	text-align: center;
	padding: 5px;
}

.logintxfield {
	width:75px;
	font-size: 10px;
	padding: 0 3px 0 3px;
}
.loginbutton {
	width:40px;
	font-size: 8px;
	
	color: #ffffff; 
	background-color: #666666; 
	text-decoration: none;
}
.loginbutton {
	width:40px;
	font-size: 8px;
	
	color: #ffffff; 
	background-color: #666666; 
	text-decoration: none;
}
.loginbuttonTeamS {
	text-decoration: none;
	font-family: "AvantGarde Bold" , "Century Gothic" , Arial;
	font-size: 8pt;
	line-height: 9pt;
	font-weight: bold;
	color: white;
	background-color: #6699cc;
	border: solid 1px white;
	cursor: hand;
	width: 45px;
	height: 18px;
}
.loginbuttonBP {
	text-decoration: none;
	font-family: "AvantGarde Bold" , "Century Gothic" , Arial;
	font-size: 8pt;
	line-height: 9pt;
	font-weight: bold;
	color: #ffff00;
	background-color: #009d32;
	border: solid 1px white;
	cursor: hand;
	width: 45px;
	height: 18px;
}
.loginbuttonSupplyOne {
	text-decoration: none;
	font-family: "AvantGarde Bold" , "Century Gothic" , Arial;
	font-size: 8pt;
	line-height: 9pt;
	font-weight: bold;
	color: white;
	background-color: #ff0033;
	border: solid 1px white;
	cursor: hand;
	width: 45px;
	height: 18px;
}
.loginbuttonCCH {
	text-decoration: none;
	font-family: "AvantGarde Bold" , "Century Gothic" , Arial;
	font-size: 8pt;
	line-height: 9pt;
	font-weight: bold;
	color: white;
	background-color: #0054A0;
	border: solid 1px white;
	cursor: hand;
	width: 45px;
	height: 18px;
}

.style2Copy {
	font-size: 14px;
	font-weight: 400;
	display: block;
	padding: 7px 0px 8px 10px;
	height: 25px;
	background-image: url(../images/subtitle.jpg);
	background-repeat: no-repeat;
	font-family: "Century Gothic", Futura, "B Avant Garde Demi", "Avant Garde";
	color: #F6EED8;
	background-position: 0px 5px;
}
