/* LOGIN AREA */

#loginPanel{
	width: 997px;
	height: 159px;
	background: url(/pictures/loginPanel.gif);
	background-repeat: no-repeat;
}

#loginPanel .text{
	color: #777d84;
	font-family: Comic Sans MS;
	font-size: 1em;
	padding-top: 8px;
	margin-bottom: 15px;
	text-align: center;
}

#loginPanel .loginIconArea{
	float: left;
	height: 115px;
	width: 220px;
	text-align: right;
	margin-right: 20px;
}

#loginPanel .loginFormArea{
	float: left;
	height: 115px;
	/*width: 740px;*/
	width: 73%;
	/*background-color: #FF0000;*/
	/*margin-top: 5px;*/
	/*padding-left: 230px;*/
}

#loginPanel .loginFieldArea{
	height: 25px;
	/*width: 42.3em;*/
	/*background-color: #FF0000;*/
	/*border: 1px solid #777d84;*/
}

#loginPanel .loginFieldLabel{
	color: #777d84;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Comic Sans MS;
	font-size: 1em;
	/*font-size: 1em;
	font-weight: normal;*/
	float: left;
	/*padding-right: 10px;*/
	text-align: center;
	width: 120px;
	border-left: 1px solid #777d84;
	border-top: 1px solid #777d84;
	border-bottom: 1px solid #777d84;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	margin: 0;
}

#loginPanel .fieldArea{
	float: left;
	/*width: 395px;*/
	
}

.buttonArea{
	/*text-align: center;*/
	/*float: left;*/
	/*width: 160px;*/
	/*height: 22px;*/
}

.buttonLogin{
	border: 1px solid #6f757c;
	background-color: #6f757c;
	width: 160px;
	/*height: 25px;*/
	/*padding-bottom: 0.1em;
	padding-top: 0.1em;*/
	/*height: 1.9em;*/
	color: #FFFFFF;
	font-family: Comic Sans MS;
	/*font-size: 16px;*/
	font-size: 1em;
	cursor: pointer;
	padding-top: 2px;
	padding-bottom: 1px;
	/*padding-bottom: 2px;*/
}

/*#loginPanel .errorMessage{
	color: #FF0000;
	font-family: Comic Sans MS;
	font-size: 12px;
	height: 25px;
	padding-left: 15px;
	font-weight: bold;
	margin-top: 10px;
}*/

.linkArea{
	font-family: Comic Sans MS;
	color: #777d84;
	font-size: 1em;
	clear: left;
	padding-top: 10px;
	text-align: right;
	width: 710px;
	cursor: pointer;
}

.linkArea:hover{
	text-decoration: underline;
}

/* FORGET PASSWORD */

#workArea{
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

#workArea .informationLeftColumn{
	width: 49%;
	float: left;
	margin-bottom: 10px;
}

#workArea .informationRightColumn{
	width: 50%;
	float: left;
	margin-bottom: 10px;
	padding-left: 5px;
}

#loginFormBottomArea .leftButtonArea{
	text-align: right;
	float: left;
	width: 50%;
}

#loginFormBottomArea .rightButtonArea{
	text-align: left;
	float: left;
	width: 50%;
}

#loginFormBottomArea .uniqueButtonArea{
	text-align: center;
	width: 100%;
}

#confirmationMessageArea{
	text-align: center;	
	padding-top: 50px;
	color: #777d84;
	font-family: Corbel;
	font-size: 16px;
}

#linkToLoginArea{
	color: #777d84;
	font-family: Corbel;
	font-size: 14px;
	padding-left: 15px;
	padding-top: 30px;
}

/* CHOOSE RESELLER */

.chooseResellerText{
	color: #777d84;
	font-family: Comic Sans MS;
	font-size: 1em;
	padding-top: 8px;
	margin-bottom: 15px;
	text-align: center;
}

.chooseResellerButtonArea{
	float: left;
	height: 25px;
	/*width: 100px;*/
}

/*.chooseResellerFieldLabel{
	color: #657F95;
	font-family: Arial;
	font-size: 12px;
	float: left;
	padding-right: 10px;
	text-align: right;
	width: 380px;
}*/

.changePasswordFieldArea{
	float: left;
	/*padding-right: 30px;*/
}

/*.chooseResellerWithArchibelFieldLabel{
	color: #657F95;
	font-family: Arial;
	font-size: 12px;
	float: left;
	padding-right: 10px;
	/*text-align: right;*/
	/*padding-left: 15px;
	width: 480px;
}*/

#resellerChoiceArea{
	height: 25px;
}

#resellerChoiceArea .fieldArea{
	float: left;
	text-align: right;
	width: 630px;
}

#resellerChoiceArea .resellerChoiceButton{
	border: 1px solid #6f757c;
	background-color: #6f757c;
	width: 160px;
	color: #FFFFFF;
	font-family: Comic Sans MS;
	font-size: 0.95em;
	/*font-size: 11px;*/
	cursor: pointer;
	/*height: 22px;*/
	/*padding-top: 2px;
	padding-bottom: 3px;*/
	font-weight: bold;
	/*height: 26px;*/
	/*padding-bottom: 0.2em;*/
	height: 27px;
	/*float: left;*/
	/*padding-top: 0.1em;
	padding-bottom: 0.2em;*/
}

#resellerChoiceArea .resellerChoiceButtonForSafari{
	border: 1px solid #6f757c;
	background-color: #6f757c;
	width: 160px;
	color: #FFFFFF;
	font-family: Comic Sans MS;
	font-size: 1em;
	cursor: pointer;
	/*height: 22px;*/
	/*padding-top: 2px;
	padding-bottom: 3px;*/
	font-weight: bold;
	/*height: 24px;
	padding-bottom: 1px;*/
	padding-bottom: 0.2em;
	height: 1.9em;
	//*float: left;*/
}
