@charset "utf-8";
/* CSS Document */

.logo {
	position:absolute;
	top:0px;
	left:0px;
	right:auto;
	bottom:auto;
	z-index:1;
	
}

.logotext {
	position: absolute;
	top: 45px;
	left: 486px;
	right: auto;
	bottom: auto;
	font-family: Verdana, Geneva, sans-serif;
	z-index:1;

	
}


.lines {
	position:absolute;
	border-top-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	left: 18px;
	top: 195px;
	right: auto;
	bottom: auto;
	height: 0px;
	width: 1296px;
	background-color: #0CC;
	z-index:2;
}
.nav {
	height: 40px;
	width:380px;
	position: absolute;
	left: 805px;
	right: auto;
	bottom: auto;
	background-color: #2E6DB5;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	top: 197px;
	z-index:1;
	
}

.nav ul{
	padding:0px;
	margin:0px;
	z-index:1;}
	
.nav ul li
{list-style:none;
z-index:1;
}

.nav ul li a
{
	text-decoration:none;
	display:block;
	float:left;
	padding: 15px;
	z-index:1;}

	a:link{color:#FFCB05;
		
		 }

	a:hover{
		background-color:#255892;
		color:#FFE26F;
		
		
		}
	a:visited{color:#FFCB05; }
.lines2 {
	position:absolute;
	
	left: 42px;
	top: 216px;
	right: auto;
	bottom: auto;
	height: 0px;
	width: 1196px;
	background-color: #0CC;
	z-index:3;
}
#toplayer
{
	position: absolute;
	left:50px;
	top:-550px;
	bottom:auto;
	right:auto
	z-index: 2;
	left: -445px;
	top: 6px;
	z-index:3;

	}

.article
{
	position: absolute;
	left: 157px;
	top: 302px;
	bottom: auto;
	right: auto;
	width: 1098px;
	height: 1168px;
}

#leftborder
{width:124px;
height:100%;
background-color:#2E6DB5;
position:absolute;
left:0px;
right:auto;
top:200px;
bottom:auto;
	}
#rightborder
{width:124px;
height:100%;
background-color:#2E6DB5;
position:absolute;
left:auto;
right:0px;
top:200px;
bottom:auto;
	
	}
	
#box
{
	height:196px;
	width:800px;
	background-color:#C0C0C0;
	padding-top:50px;
	padding-left:50px;
	
	
	}

#line 3
{width:850px;
border-top:thin;
	}

#formWrap {
	width:720px;
	margin:30px auto 60px;
	background:#2E6DB5;
	border:1px solid #999;
	border-radius:20px;
	border-bottom-right-radius:100px 50px;
/*	-moz-border-radius:20px;*/
	-moz-box-shadow:2px 2px 2px #999;
/*	-webkit-border-radius:20px;*/
	-webkit-box-shadow:2px 2px 2px #999;
	padding:16px 10px 40px;
	
}


#formWrap #form {
	border-top:1px solid #EEE;
	
	
}


#form .row {
	border-bottom:1px solid #EEE;
	display:block;
	line-height:38px;
	overflow:auto;
	padding:24px 0px;
	width:100%;
}


#form .row .label {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	width: 180px;
	text-align: right;
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	color: #FFCB05;
}


#form .row .input {
	float:left;
	margin-right:10px;
/*	width:auto;*/
	width:185px;
	
	
}


#form .row .input2 {
	float:left;
	margin-right:10px;
/*	width:auto;*/
	width:166px;
	
	
}

#form .row .context {
	color:#FFCB05;
	font-size:11px;
	font-style:italic;
	line-height:14px;
	font-family:Arial, Helvetica, sans-serif;
	width:200px;
	float:left;
	padding-left:95px
	
}


.detail {
	width:260px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	padding:7px 8px;
	margin:0;
	display:block;
	border-radius:5px 5px 5px 5px;
/*	border-top-right-radius:20px 10px;*/
	background:#E9E9E9;
	border:1px solid #CCC;	
}

.mess {
	width:450px;
	max-width:450px;
	height:280px;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	padding:7px 8px;
	line-height:1em;
	margin:0;
	display:block;
	border-radius:5px 5px 5px 5px;
	background:#E9E9E9;
	border:1px solid #CCC;	
}


.detail:focus {
	background-color:#FFF;
	border:1px solid #999;
	outline:none;	
}

.mess:focus {
	background-color:#FFF;
	border:1px solid #999;
	outline:none;	
}


#form #submit {
	font-family:Arial, Helvetica, sans-serif;
	margin-top:25px;
	margin-left:200px;
	color:000;
	font-size:16px;
	text-shadow:1px 1px 1px #999;
	padding:10px;
	/*border-bottom-right-radius:15px 7px;
	border-top-left-radius:15px 7px;*/
	

}
