body {
	font-family: Arial, "MS Trebuchet", sans-serif;
	text-align: center;
	font-size: 14px;
	background: #ffffff url("img/bg.png") repeat-x;
}

span {
	text-decoration: underline;
	cursor: pointer;
}

a, a:visited {
	color: #000000;
}

#menu {
	text-align: right;
	font-size: 11px;
	margin-right: 10px;
}

#container {
	width: 750px;
	margin: 80px auto 0 auto;
}

#header {
	margin-top: 130px;
	text-align: center;
	font-size: 40px;
}

#content {
	min-height: 200px;
	position: relative;
}

#footer {
	font-size: 12px;	
}

#footer .note {
	font-size: 10px;
	color: #333333;
}

#result {
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #cccccc;
	border: 1px solid #999;
	display: none;
}

label {
	font-weight: bold;
}
.urlbox {
	background-color: #ffffff;
	width: 450px;
	/*height: 25px;*/
	border: 2px solid #333333;
	font-size: 15px;
	padding: 3px 1px 3px 15px;
}

.sbutton {
	border: 1px solid #333333;
	background-color: #000000;
	color: #cccccc;
	width: auto;
	/*height: 28px;*/
	font-size: 13px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.justified {
	text-align: justify;
}

noscript {
	color: red;
}
