html, body
{
	padding:0px;
	margin:0px;
	height:100%;
	min-height:100%;
	_height:100%;
	background-color:#093334;
	color:#fff;
}

a{ color:#fff; text-decoration:underline; }	

.hidd { display:none; }

#top{
	height:320px;
	width:100%;
	min-width:990px;
}

.center{
	width:977px;
	margin:0 auto;	
}

	#top .center {
		height:225px;
		padding-top:94px;	
	} 

	#top img { display:block; width:977px margin 0 auto; }

	#both {
		width:977px;
		height:155px;
	}	
		
		#both-left {
			float:left;
			width:638px;
			height:150px;
			padding-top:5px;
			padding-left:8px;
			font:bold 20px Verdana;
			text-align:justify;
		}
		
		#both-right {
			float:right;
			width:320px;
			height:155px;
			background:url(images/bubble.png) 12px 15px no-repeat;
		}		
		
			#both-right table {
				width:285px;
				margin:0 auto;
				margin-top:20px;
			}
			
				#both-right table td {
					color:#093334;
					font:bold 20px/20px Verdana;
					text-align:center;
					vertical-align:middle;
					height:80px;
				}
				
					#both-right table td  a { color:#093334; }
				
				
#middle{
	background:#6ebe44;
	padding-top:20px;
	padding-bottom:36px;
}	

	#t{
		overflow:hidden;
		zoom:1;
		width:977px;
	}
	
		#t-left{
			float:left;
			width:638px;
			font:14px Verdana;
			text-align:justify;
		}
		
			#t-left strong {
				font-weight:bold;
				color:#093334;
			}
		
		#t-right {
			float:right;
			width:320px;
		}
				
			#t-right form {
				width:270px;
				margin:0 auto;
				padding:15px;
				background:#093334 url(images/form-top.png) center top no-repeat;
				margin-bottom:0px;
			}
		
			#form-bottom{
				display:block;
				width:300px;
				height:20px;
				margin:0 auto;	
				background:transparent url(images/form-bottom.png) center top no-repeat;				
			}
			
			#note{
				width:280px;
				margin:0 auto;			
				color:#093334;
				font:11px/17px Verdana;
			}			
			
			#t-right form .one{
				margin-bottom:12px;
				text-align:right;
				font:16px Verdana;
			}
			
				#t-right form .one input, #t-right form .one textarea{
					width:173px;
					padding:4px;
					border:0px #fff solid;
					background-color:#fff !important;
					border-radius:5px;
					-moz-border-radius:5px;
					-khtml-border-radius:5px;
					-webkit-border-radius:5px;
				}
				
			#t-right form .sign{
				width:auto;
				margin-left:143px;
			}	

			#t-right form .ok{
				width:auto;
				margin-left:202px;
				margin-top:-40px;
			}			

				#t-right form .one textarea{
					width:263px;
					height:120px;					
				}		
			
.error{
	color:#ffba00;
	font-size:11px;
}				

.hint{
	font:12px Verdana;
	margin-bottom:4px;
}
