@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg_new.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}

#iestatic {
	position: absolute;
	top: 196px;
	left:462px;
	width: 130px;
	height: 196px;
	visibility: visible
}

.blueHeading {
	font-size: 18px;
	font-weight: bold;
	color: #000066;
}

.smallBlueHeading {
	font-size: 16px;
	font-weight: bold;
	color: #000066;
}

.redText {
	color: #FF0000;
	font-weight: bold;
}
.greenText {
	color: #009900;
	font-weight: bold;
}
.orangeText {
	color: #FF6600;
	font-weight: bold;
}


.footerText {
	font-size: 11px;
}
#finTop {
	font-size: 16px;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #000066;
	padding-top: 20px;
	padding-bottom: 20px;
}

#Cart {
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3994EF;
	border-right-color: #3994EF;
	border-bottom-color: #3994EF;
	border-left-color: #3994EF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.formBox {
	background: #CCDDEE;
	padding: 10px;
	width: 80%;
}
form {
	margin: 0px;
}
.formBox #trainingForm input {
	width: 300px;
}
.formBox #trainingForm #submit {
	width: auto;
}
.msgBox {
	background: #FFD9D9;
	border: 1px solid #D70000;
	padding: 10px;
	text-align: center;
	width: 80%;
	margin: 10px auto;
}
.msgBox a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.msgBox a:hover {
	text-decoration: underline;
}
.formBox #trainingForm .checkBx {
	width: auto;
}
