
body {
	background-color: #0cdaff;
	font-family: Verdana, Tahoma, Arial;
	font-size: 0.8em;
}

a { color: #288eb0; }
a img { border: none; }
form { margin: 0px; }

#container {
	margin: 100px auto;
	width: 608px;
}
	#header {
		background: url(../images/design/header.jpg) no-repeat bottom center;
		height: 58px;
	}
		#menu {
			float: right;
			margin: 17px 10px 0px 0px;
			padding: 0px;
			list-style-type: none;
		}
			#menu li {
				float: left;
				width: 96px;
				height: 41px;
				text-align: center;
			}
				#menu li a {
					display: block;
					width: 96px;
					height: 27px;
					padding-top: 14px;
					text-decoration: none;
					color: #fff;
				}
				#menu li.current a, #menu li a:hover {
					background: url(../images/design/menu.jpg) no-repeat center center;
					color: #07869d;
					font-weight: bold;
				}
	#content {
		background: url(../images/design/content.jpg) repeat-y top center;
		color: #288eb0;
	}
		#content-in {
			background: url(../images/design/content-in.jpg) no-repeat top center;
			padding: 10px 15px 1px 15px;
		}
			#content-in .box {
				background-color: #eafcff;
				border: 1px solid #77eaff;
				padding: 5px;
				margin-bottom: 10px;
			}
			#content-in #form_short {
				background-color: #369bae;
				border: 1px solid #0c628a;
				text-align: center;
				margin-bottom: 10px;
			}
				#form_short #form_short_submit {
					background: url(../images/design/form_short_submit.jpg) no-repeat center center;
					width: 70px;
					height: 33px;
					border: none;
					color: #fff;
				}
				#form_short #form_short_url {
					width: 480px;
					color: #a6a6a6;
					padding: 2px;
				}
			#content-in span.infos {
				display: block;
				margin: 5px 0px;
				text-align: center;
			}
			#content-in form.style {
				width: 450px;
				margin: 0px auto;
			}
				#content-in form.style label {
					float: left;
					font-weight: bold;
					margin-right: 20px;
					padding-top: 3px;
					text-align: right;
					width: 175px;
				}
				#content-in form.style textarea {
					width: 200px;
					height: 85px;
				}
				#content-in form.style p.submit { text-align: center; }

	#footer {
		background: url(../images/design/footer.jpg) no-repeat center center;
		height: 20px;
		padding: 6px 18px 0px 18px;
		color: #0badca;
		font-size: 0.9em;
	}
		#footer a {
			color: #0badca;
			text-decoration: none;
		}
		#footer span { float: right; }

#redirect {
	width: 600px;
	margin: 50px auto;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #000;
}
	#redirect h2 {
		margin-top: 0px;
		color: #0CDAFF;
		font-size: 1.5em;
		padding-bottom: 5px;
		border-bottom: 1px solid #0CDAFF;
	}