html,body {
	background-color: #F59898;
}
h2 {
	font-size: x-large;
	border-bottom: 3px dotted #f26a07;
	text-align: center;
}
p {
	margin-bottom: 1em;
}
#doc {
	background-color: white;
}
#main {
	margin: 2.5em 0.5em 0.5em 0.5em;
}
#slide {
	width: 100%;
	height: 450px;
	overflow: hidden;
}
#message {
	width: 535px;
	height: 450px;
	font-size: x-large;
	background-color: #EBFF9C;
}
#dlSlide {
	height: 300px;
	width: 440px;
	text-align: center;
	margin: 0 auto;
}
#buttons {
	text-align: center;
}
#binsenContainer {
	height: 450px;
	width: 460px;
	overflow: auto;
}
#thickboxWindow input, #thickboxWindow div, #thickboxWindow span {
	display: none;
}
#ft {
	width: 750px;
	height: 76px;
	background-image: url(../img/binsen-footer.jpg);
}
#ft ul{
	position: relative;
	top: 0px;
	left: 50px;
}
#judge, #dl, #edit {
	margin-top: 10px;
	font-size: 18px;
}
#judge button {
	padding-left: 35px;
	background: transparent url(../img/bookmark.png) no-repeat scroll 3px 50%;
}
*html #judge button {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bookmark.png', sizingMethod=crop);
}

#edit button {
	padding-left: 35px;
	background: transparent url(../img/undo.png) no-repeat scroll 3px 50%;
}
*html #edit button {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/undo.png', sizingMethod=crop);
}
#dl button {
	padding-left: 32px;
	background: transparent url(../img/down.png) no-repeat scroll 0% 50%;
}
*html #dl button {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/down.png', sizingMethod=crop);
}
#publish button {
	padding-left: 25px;
	background: transparent url(../img/messagebox_warning.png) no-repeat scroll 3px 50%;
}
*html #publish button {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/messagebox_warning.png', sizingMethod=crop);
}
#publish {
	margin-top: 1em;
}
#publishUrlContainer {
	text-align: left;
}
#publishUrl {
	width: 100%;
	font-size: 14px;
	background-color: #EBFF9C;
}
#qrcode {
	text-align: center;
}
#qrcode h2 {
	font-size: large;
}
