body {
	width: 100%;
	color: #fff;
	font-size: 14px;
	margin: 0 auto;
	background-color: #266acf;
	font-family: 'Century gothic', Arial, Tahoma, sans-serif;
}

a {
	color: #ffffff;
	text-decoration: none;
}

textarea,.input {
	color: #666666;
	font-size: 14px;
	font-family: Calibri;
	opacity: 0.3;
	border: 1px solid #999999;
}

#header {
	width: 100%;
	height: 103px;
	background: url(images/header_bg.png) repeat-x;
}

#content {
	width: 100%;
	text-align: center;
	min-height: 1200px;
	padding-top: 10px;
	position: relative;
	background: url(images/background.jpg) no-repeat top fixed;
}

#menu {
	position: absolute;
	top: 103px;
	left: 0px;
	width: 90px;
	color: #ffffff;
	text-align: center;
	background: url(images/sidebar_bg.png) repeat-y;
}

#menu div {
	padding: 5px 5px 5px 5px;
	border: 1px solid #70a5d8;
	border-width: 0px 0px 1px 0px;
}

#menu div:hover {
	background: rgba(255, 255, 255, 0.3);
}

.hided {
	display: none;
}

#box {
	cursor: pointer;
	display: inline-block;
	width: 200px;
	height: 200px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #999;
	background: rgba(255,255,255,0.6);
	margin: 20px 20px 20px 20px;
	-moz-box-shadow: 0 0 10px #fff;
	-webkit-box-shadow: 0 0 10px #fff;
	box-shadow: 0 0 10px #fff;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#box:hover {
	border: 1px solid #fff;	
}

#box div.title {
	height: 18px;
	margin: -10px -10px -10px -10px;
	color: #ffffff;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	text-transform: uppercase;
	vertical-align: middle;
	background: url(images/box_title_bg.png) repeat-x top;
}

#box div.img {
	padding-top: 10px;
}

#box div.img img {
	width: 400px;
	padding: 10px;
	text-align: center;
}

.button {
	background: url(images/button_bg.png);
	outline: 1px solid #c1c5b6;
	border: 1px solid #ffffff;
	font-family: Tahoma;
	font-size: 13px;
	cursor: pointer;
}

.button:hover {
	border-color: #8da4c2;
}

.input {
	padding: 3px;
	color: #000;
	border: 1px solid #c5c1b6;
	background-color: #ffffff;
}

#comment {
	width: 80%;
	padding: 3px;
	margin: 10px auto;
	text-align: left;
}

#comment div {
	border: 1px solid #999999;
	border-width: 0px 0px 1px 0px;
}

#notify {
	text-align: center;
	width: 80%;
	padding: 10px;
	font-style: italic;
	margin: 0 auto;
	border: 1px solid #ffd700;
	background: rgba(255, 255, 255, 0.3);
}

#smiley {
	padding: 3px;
}

#smiley:hover {
	background: rgba(255, 255, 255, 0.3);
}

#smiley_area {
	position: relative;
	top: 0px;
	left: 0px;
	padding: 3px;
	border: 1px solid #999999;
	background: rgba(255, 255, 255, 0.3);
}

#loading_layer {
	width: 100%;
	margin-top: 200px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	background-color: #ffffff;
}

#container {
	margin: 10px 30px 10px 30px;
	background: transparent;
}

#upload {
	padding: 10px 10px 10px 10px;
	color: #fff;
	background: rgb(72,127,195);
	border: 1px solid rgb(112,165,216);
	border-top-width: 0px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;	
}

#upload.right {
	position: absolute;
	top: -2px;
	right: 10px;
	text-align: right;
}

#upload.left {
	position: absolute;
	top: -2px;
	left: 10px;
	text-align: left;
}

#upload.left a {
	color: #fff;
	text-decoration: underline;
}

#upload input {
	cursor: pointer;
	font-family: 'Century gothic', Arial, Tahoma, sans-serif;
	font-size: 18px;
	line-height: 22px;
	padding: 4px 4px 4px 4px;
}

#show_image {
	position: fixed;
	top: 10%;
	left: 30%;
	width: 40%;
	padding: 10px 10px 10px 10px;
	border: 1px solid #fff;
	background: #fff;
	margin: 20px 20px 20px 20px;
	-moz-box-shadow: 0 0 10px #fff;
	-webkit-box-shadow: 0 0 10px #fff;
	box-shadow: 0 0 10px #fff;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;	
}