* {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	background: #e2ddc7 url('img/background.jpg');
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: .9em;
	min-width: 900px;
}

a {
	text-decoration: none;
	color: #606429;
}
	a:hover {
		text-decoration: underline;
	}

img {
	border: 0;
}

ul, ol, li {
	list-style: none;
}


.noscript-padding {
	font-size: .9em;
	padding: 5px 30px;
}
.noscript-data {
	font-size: .9em;
	background: orange;
	color: white;
	padding: 5px 30px;
	position: fixed;
	top: 0;
	width: 100%;
}


.wrapper {
	width: 900px;
	margin: 0 auto;
}

.header {
}

.content-header {
	width: 700px;
	margin: 1em auto;
	padding: 15 15 0 15;
	text-align: center;
	font-size: 1.5em;
}

	.box-shadow {
		width: 817px;
		height: 228px;
		background: url('img/shadow.png') no-repeat;
		margin: 0 auto;
	}
	* html .box-shadow {
		background: url('img/shadow-ie.png') no-repeat;
	}

		.box {
			margin-left: 3px;
			width: 817px;
			height: 228px;
			background: url('img/box.png') no-repeat;
			overflow: hidden;
		}

			.badge {
				width: 298px;
				height: 183px;
				background: url('img/badge.png') no-repeat;
				margin-top: 45px;
				margin-left: 28px;
				float: left;
			}
			* html .badge {
				margin-left: 14px;
			}
				.badge-link {
					height:103px;
					margin-left:99px;
					margin-top:57px;
					width:189px;
					float: left;
				}
					.badge-link span {
						display: none;
					}

			.ribbon {
				background: url('img/ribbon.png') no-repeat right top;
				float: right;
				height: 90px;
				padding-right: 161px;
				padding-top: 52px;
				margin-top: 73px;
				margin-right: 36px;
				font-size: .9em;
				/*color: #606429;*/
				text-align: right;
				width: 290px;
			}
			* html .ribbon {
				margin-right: 18px;
			}

.arisu {
	font-size: .9em;
	width: 537px;
	margin: 0 auto;
	background: url('img/arisu.jpg') no-repeat right top;
}
	.about {
		width: 300px;
		margin-left: 30px;
		padding: 25px 0 5px;
		font-family: 'Trebuchet MS', 'Helvetica', sans-serif;
	}
	.makewish-shadow {
		height: 84px;
		width: 537px;
		background: url('img/wishbutton_shadow.png') no-repeat;
	}
		* html .makewish-shadow {
			background: url('img/wishbutton_shadow-ie.png') no-repeat;
		}
		.makewish {
			height: 84px;
			width: 537px;
			background: url('img/wishbutton.png') no-repeat;
			font-weight: normal;
			text-align: center;
		}
			.makewish-link {
				color: white;
				line-height: 84px;
				display: block;
				font-family: 'Trebuchet MS', 'Helvetica', sans-serif;
				font-size: 1.1em;
			}

.navigation {
	width: 800px;
	margin: 2em auto -1em;
	border-bottom: 1px solid white;
	color: #606429;
	padding-bottom: 4px;
	position: relative;
}

.spacer {height: 15px;}

.wishes {
}
	.wish {
		width: 868px;
		margin: 0 auto;
	}
		.wish-header {
			background: url('img/wish.png') no-repeat left top;
			height:56px;
			padding: 45px 88px 0 64px;
		}
			.wish-votes {
				float: right;
				color: darkgreen;
				font-weight: bold;
				padding-right: 1em;
			}
			.wish-author {
				font-weight: bold;
				font-size: 1em;
			}
			.wish-datetime {
				margin-left: 10px;
				font-weight: bold;
				font-size: 0.7em;
			}
		.wish-body {
			background: white;
			margin: 0 32px 0 36px;
			border-top: 1px solid white;
			border-bottom: 1px solid white;
		}
		.wish-text {
			padding: 0 28px;
			margin-top: -20px;
		}
		.wish-subtitle {
			padding: 0 28px;
			margin-top: 20px;
		}
		.wish-footer {
			background: url('img/wish.png') no-repeat left bottom;
			height: 60px;
			padding: 40px 50px 0 121px;
			text-align: right;
		}
			.wish-comment {
				font-weight: bold;
			}
			.wish-comments {
			}
			.wish-action {
				color: darkred;
				font-weight: bold;
			}

.pager {
	text-align: center;
}

.pager a {
margin-left: 5px;
}

.current-page {
	font-weight: bold;
	padding-left: 5px;
}

.content {
	width: 700px;
	margin: 2em auto;
}

.framed {
	padding: 25px;
	border: 3px solid #725c13;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.framed-thin {
	padding: 25px;
	border: 1px solid #725c13;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.list {
	margin-left: 15px;
	margin-bottom: 7px;
}

.list li {
	list-style: disc;
}

.sub-list {
	margin-left: 35px;
	margin-bottom: 7px;
	list-style: circle;
}

.sub-list li {
	list-style: circle;
}

.centernote {
	width: 400px;
	margin: 2em auto;
	font-size: .8em;
}

.centernote2 {
	width: 400px;
	margin: 0em auto;
	font-size: 1em;
	text-align: center;
}

.form-header {
	width: 400px;
	margin: 1em auto;
	padding: 15 15 0 15;
	text-align: center;
	font-size: 2.2em;
}

.form-header2 {
	width: 400px;
	margin: 0em auto;
	margin-top: 1em;
	margin-bottom: 0.5em;
	padding: 15 15 0 15;
	text-align: center;
	font-size: 2.2em;
}

.form-erorr {
	font-size: 1.0em;
	background-color: #ff6600;
	width: 400px;
	margin: 2em auto;
	padding: 15px;
	border: 1px solid #ccc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.form-erorr-wide {
	font-size: 1.0em;
	background-color: #ff6600;
	width: 450px;
	margin: 2em auto;
	padding: 15px;
	border: 1px solid #ccc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.form {
	width: 400px;
	margin: 2em auto;
	padding: 15px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	.form-row {
		margin-bottom: 1em;
	}
		.input-text,
		.input-password,
		.input-textarea {
			width: 400px;
			font-size: 1.2em;
		}
		.input-text-wide,
		.input-textarea-wide {
			width: 700px;
			font-size: 1em;
		}
		.input-short {
			width: 100px;
		}
		.form-subtitle {
			font-size: 0.8em;
			color: #777777;
		}
	.form-submit {
		text-align: center;
	}
		.button-submit {
				margin-top: .9em;
			padding: .5em 1em;
			font-size: 1.2em;
			background: url('img/wishbutton.png') 50% 30% no-repeat;
			border: none;
			color: white;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			-moz-box-shadow: 0px 0px 5px #999;
			-webkit-box-shadow: 0px 0px 5px #999;
			box-shadow: 0px 0px 5px #999;
			cursor: pointer;
		}
			.green-button {
				background: url('img/box.png') 50% 35% no-repeat;
				color: #725c13;
				font-size: 1.3em;
				padding: .3em 1.3em;
			}


.footer {
	width: 800px;
	margin: 2em auto;
	border-top: 1px solid white;
	padding-top: 4px;
	font-size: 1.1em;
}
	.copyright {
		float: right;
	}