@charset "utf-8";
/* CSS Document */

body {
	background:url(../images/bg.gif) repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;;
	background-attachment:fixed;
	background-position:center;
	font-size:12px;
}
label {
	font-size:14px;
	color:#666;
	font-variant:small-caps;
	font-weight:bold;
	font-style:italic;
}
td {
	padding:6px;
}
input {
	width:250px;
	border: 1px solid #000;
	height:20px;
	font-weight:bold;
}
input[disabled] {
	background-color:#CCC;
}
h2 {
	font-size:16px;
}
a img {
	border:none;
}
a {
	color:#06F;
	text-decoration:none;
	font-weight:bold;
	font-style:italic;
	
}
a:visited {
	color:#006;
}
a:hover {
	color:#C03;
}
#container {
	margin:auto;
	width:1024px;
}
#bg {
	background:url(../images/designBG.png) no-repeat;
	margin-left:auto;
	margin-right:auto;
	width:1140px;
}
#dialogbox {
	background:url(../images/box.png) no-repeat;
	margin-left:auto;
	margin-right:auto;
	width:935px;
	height:340px;
}
#innerDialogbox {
	margin-left:auto;
	margin-right:auto;
	width:700px;
	height:265px;
	padding:20px;
}
#subButton {
	z-index:2;
	margin-top:35px;
	padding-right:100px;
}
#pageTop {
	background:url(../images/pageTop.png) no-repeat bottom;
	width:994px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	vertical-align:bottom;
	padding: 20px 30px 0px 0px;
	height:66px;
}
#pageMid {
	background:url(../images/pageMid.png) repeat-y;
	float:none;
	width:964px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	padding: 0px 30px 0px 30px;
}
#contentLeft {
	width:700px;
	float:left;
}
#contentRight {
	width:222px;
	margin-left:auto;
	margin-right:auto;
	padding:20px;
	float:right;
}
#pageEnd {
	background:url(../images/pageEnd.png) no-repeat;
	float:none;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	padding-left:24px;
	height:86px;
}
#cancel {
	position:relative;
	top:-25px;
	left:15px;
	width:62px;
	height:63px;
	float:right;
}
.odd {
	background-color:#ccc;
}
.even {
	background-color:#eee;
}
.grayHeading {
	color:#666;
	font-size:36px;
	letter-spacing:-2px;
}
.whiteHeading {
	color:#fff;
	font-size:36px;
	letter-spacing:-2px;
}
.graySmall {
	color:#666;
	font-weight:bold;
}
.greenSmall {
	color:#390;
	font-weight:bold;
}
.blueSmall {
	color:#03C;
	font-weight:bold;
}
.whiteSmall {
	color:#FFF;
	font-weight:bold;
}
.redSmall {
	color:#C00;
	font-weight:bold;
}
.blackSmall {
	color:#000;
	font-weight:bold;
}