body {
	background-color: #fff;
	font-family: Arial, sans-serif;
	color: #333;
}

.loginPlateTop {
	font-weight: bold;
	font-size: 11px;
	color: #666;
	border-bottom: 1px solid #ccc;
	height: 25px;
}

.loginText {
	font-weight: normal;
	font-size: 11px;
	color: #666;
}

.pageImage {
	width: 25%;
	align: right;
}

.pageInfo {
	width: 50%;
	align: center;
}

.plateText {
	font-weight: normal;
	font-size: 12px;
}

.warnText,infoText {
	font-weight: normal;
	font-size: 12px;
	color: #666;
	margin-top: 20px;
}

ul {
	line-height: 1.5;
}

input {
	font-weight: normal;
	font-size: 11px;
	font-family: Arial;
}

input[type=text]:focus, input[type=password]:focus {
	outline: #000000 solid 1px;
}

input[type=submit]:focus, input[type=button]:focus {
	outline: #000000 dashed 1px;
}

.LoginRow {
	height: 200px;
}

.CommandLink,.NavigationLink {
	font-weight: bold;
	text-decoration: none;
	color: #666;
	font-size: 11px;
}

.InputData {
	font-weight: bold;
	color: #000;
}

.HelpStep,.HelpStepSelected {
	font-size: 10px;
}

.HelpStepSelected {
	font-weight: bold;
	font-size: 11px;
}

.Labels {
	font-size: 12px;
	margin-bottom: 1px;
}

.InputText {
	margin-bottom: 8px;
}

.ErrorMessage {
	font-size: 12px;
	color: #000;
	/*align: center;*/
}

.ErrorMessage,.UserMessageValidation {
	color: #666;
	font-weight: bold;
}

.LightButton {
	border: 0px;
	margin-top: 10px;
	margin-right: 15px;
	background: url("/cas/images/arrowRight.png") no-repeat scroll 0 0;
	color: #555;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	padding: 3px 0 5px 20px;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	width: auto;
	overflow: visible;
}

.ErrorMessage {
	width: 250px;
}

.UserMessageValidationBox {
	font-weight: bold;
	color: #666;
}

.HeaderText {
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #777;
	padding: 6px 0 0 10px;
	text-align: center;
	font-weight: bold;
}

.HeaderArea {
	height: 50px;
}

.Box {
	font-family: Arial;
	font-size: 12px;
	margin-bottom: 8px;
	margin-left: -10px;
	margin-top: -10px;
	background-image: url(/cas/images/cPuffBg_ny.jpg);
	background-repeat: no-repeat;
	background-position: 0 100%;;
	width: 246px;
	overflow: hidden;
}

.BoxPadding {
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 40px;
	position: relative;
	z-index: 150;
	overflow: hidden;
}

.BoxPart1 {
	position: relative;
	z-index: 0;
}

.BoxPart1Bg {
	background-repeat: no-repeat;
	background-image: url(/cas/images/cPuffBg_ny.jpg);
	position: absolute;
	top: 0;
	left: 0;
	width: 246px;
	height: 60px;
	background-position: 0px 0;
	overflow: hidden;
}

.BoxPart2 {
	position: relative;
	z-index: 200;
}

.BoxPart2Bg {
	background-image: url(/cas/images/rightBoxTop.png);
	position: absolute;
	top: 0;
	left: 0;
	width: 246px;
	height: 20px;
	z-index: 300;
}

.BoxContent {
	margin-left: -20px;
	margin-bottom: 15px;
	position: relative;
	z-index: 100;
}