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

fieldset { 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding:10px;
	width:100%;
	height:100%;
	text-align:justify;
}

legend {
	color:#666666;
	font-weight:bold;
}

* {
	outline: none;
}

img {
	border:none;
}

.inputBoxDiv{
	margin:0px;
	height:20px;
	width:150px;
	background:url(../images/input.png) no-repeat bottom;
}
.inputBox{
	background:none;
	border:none;
	width:140px;
	height:15px;
	margin:0;
	padding: 3px 7px 1px 7px;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.submitButton{
	color: #666666;
	width: 25px;
	height: 25px;
	background: transparent url(../images/button.png) no-repeat top;
	outline: none;
	border: none;
}

.submitButton:hover {
	background: transparent url(../images/button_over.png) no-repeat top;
	cursor:pointer;
}


body,td,th {
	font-family: Helvetica;
	font-size: 12px;
	color: #666666;
	line-height:1.4;
}
body {
	background-color: #FFFFFF;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FF66CC;
}
a:active {
	text-decoration: none;
	color: #000000;
}
h1{
	font-family:Helvetica;
	font-size:16px;
	color:#333333;
	font-stretch:extra-condensed;
	margin-bottom:0px;
	padding-bottom:0px;
}
h2{
	font-family:Helvetica;
	font-size:14px;
	color:#666666;
	font-stretch:extra-condensed;
	margin-bottom:0px;
	padding-bottom:0px;
}

#border{
	position:absolute;
	width:1020px;
	left:50%;
	margin-left:-510px;
	top:20px;
	height:500px;
}


