body {
	text-align: center ;
	padding: 0 0 ;
	margin: 0 ;
	background: #003264 url('/gykd/picbin/system/stripes.GIF') repeat ;

	font-family: Helvetica, Verdana, Arial, sans-serif ;
	font-size: 12px ;
	text-decoration: none ;
}

h1 {
	margin: 0 ;
	padding: 0 ;
	font-size: 1px ;
	height: 113px ;
        width: 330px ;
	text-indent: -2000px ;
	background: url(/gykd/picbin/system/header.GIF) ;
}

h2 {
	margin: 0 ;
	padding: 0 ;

	color: #ffffff ;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: 12px ;
	text-decoration: none ;
}


a:link, a:visited, a:active, a:active {
	text-decoration: none ;
}

a:hover {
	text-decoration: underline ;
}
	
p { 	
	margin: 0 0 15px 0 ;
}

form {
	margin: 5px 0 17px 0 ;
	padding: 0 ;
}

input.standardText {
	width: 150px ;
	font-size: 14px ;
	margin-top: 5px ;
	background-color:#F0F0F0 ;
	border: 1px solid #C6C6B5 ;
	color: #555 ;
}

input.standardText:focus {
	background-color: #fff ;
	color: #000 ;
}

input.requiredText {
	width: 150px ;
	font-size: 14px ;
	margin-top: 5px ;
	background-color:#ffff80 ;
	border: 1px solid #C6C6B5 ;
	color: #555 ;
}

input.requiredText:focus {
	background-color: #fff ;
	color: #000 ;
}

textarea {
	font-size: 14px ;
	background-color:#F0F0F0 ;
	border: 1px solid #C6C6B5 ;
	color: #555 ;
}

textarea:focus {
	background-color: #fff ;
	color: #000 ;
}

textarea.small {
	width: 250px ;
}

textarea.big {
	width: 350px ;
}

input.standardButton {
	font-size: 14px ;
	margin-top: 5px ;
	background-color:#F0F0F0 ;
	border: 1px solid #C6C6B5 ;
}

input.standardButton:hover {
	background-color: #fff ;
}





.right {
	float: right ;
}

.left {
	float: left ;
}

.rightAbs {
	position: absolute ;
	right: 7px ;
	top: 4px ;
}

.invisable {
	visibility: hidden ;
	font-size: 1px ;
	text-indent: -2000px ;
}

.roundBorder {
	background-color: #C6C6B5 ;
	padding: 15px ;
	width: 90% ;
	position: relative ;
}

.roundBorderSmall {
	background-color: #C6C6B5 ;
	padding: 15px ;
	width: 400px ;
	position: relative ;
	left: -35px ;
}
	.ne {
		background: #003264 url('/gykd/picbin/system/round.GIF') no-repeat ;
		background-position: right top ;
		position: absolute ;
		top: 0 ;
		right: 0 ;
		width: 17px ;
		height: 17px ;
	}

	.se {
		background: #003264 url('/gykd/picbin/system/round.GIF') no-repeat ;
		background-position: right bottom ;
		position: absolute ;
		bottom: 0 ;
		right: 0 ;
		width: 17px ;
		height: 17px ;
	}

	.sw {
		background: #003264 url('/gykd/picbin/system/round.GIF') no-repeat ;
		background-position: left bottom ;
		position: absolute ;
		bottom: 0 ;
		left: 0 ;
		width: 17px ;
		height: 17px ;
	}

	.nw {
		background: #003264 url('/gykd/picbin/system/round.GIF') no-repeat ;
		position: absolute ;
		top: 0 ;
		left: 0 ;
		width: 17px ;
		height: 17px ;
	}


.titleBar {
	position: relative ;
	background-color: #646464 ;
	padding: 8px ;
	height: 13px ;
	border-bottom: 1px solid #C6C6B5 ;
	z-index: 2 ;
}

.light {
	position: relative ;
	background-color: #E1E1E1 ;
	display: block ;
	width: 90% ;
	text-align: left ;

	padding: 7px 5% ;
	border-bottom: 1px solid #C6C6B5 ;
}

	.light hr {
		width: 80% ;
		color: #F7F7F7 ;
		background-color: #F7F7F7 ;
		height: 3px ;
		border: 0 ;
	}


.lighter {
	position: relative ;
	background-color: #F7F7F7 ;
	display: block ;
	width: 90% ;
	text-align: left ;

	padding: 10px 5% ;
	border-bottom: 1px solid #C6C6B5 ;
}

	.lighter hr {
		width: 80% ;
		color: #E1E1E1 ;
		background-color: #E1E1E1 ;
		height: 3px ;
		border: 0 ;
	}

.formLabel {
	display: inline ;
	min-width: 80px ;
	margin-right: 5px ;
}

.subtle {
	font-size: 9px ;
	color: #686868 ;
}

.mainLink {
	color: #777 ;
}

.pair {
	position: relative ;
	width: 250px ;
	text-align: left ;
}

.pairInput {
	position: absolute ;
	right: 0 ;
	top: -8px ;
}
	
.inputLookaLike {
	display: block ;
	width: 150px ;
	height: 18px ;
	font-size: 12px ;
	margin-top: 5px ;
	background-color:#F0F0F0 ;
	border: 1px solid #C6C6B5 ;
	color: #555 ;
	text-align: left ;
}

.requiredLookaLike {
	display: block ;
	width: 150px ;
	height: 18px ;
	font-size: 12px ;
	margin-top: 5px ;
	background-color:#ffff80 ;
	border: 1px solid #C6C6B5 ;
	color: #555 ;
	text-align: left ;
}

.largeTextLookaLike {
	font-size: 14px ;
	background-color:#F0F0F0 ;
	border: 1px solid #C6C6B5 ;
	color: #555 ;
	width: 350px ;
}

.errorLabel {
	display: block ;
	background-color: #f00 ;
	color: #fff ;
	padding-top: 5px ;
	height: 20px ;
}


.white {
	color: #FFF ;
	font-weight: bold ;
}

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



#container {
	text-align: left ;
	border: 0px solid #001E3C ;
	width: 90% ;
	min-width: 779px ;
	margin: 0 auto ;

	background: #003264 url('/gykd/picbin/system/stripes.GIF') repeat ;

	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: 12px ;
}

#main {
	position: relative ;
	left: 4% ;

	margin: 30px auto ;
} 
