@CHARSET "UTF-8";

html, body {
	background-color: white;
	text-align: center;
	font-family: helvetica, Arial;
	font-size: 16px;
	color: #666666;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

body {	
	background-image: url('../images/repeat.png');
	background-repeat: repeat-x;
	background-position: top left;	
}

p {
	line-height: 1.5em;	
}

img {
	border: 0;	
}

select {
	font-size: 20px;
}

option {
	padding: 0 10px;
	color: #cccccc;	
	background-color: #eeeeee;
}

option.selected {
	color: #333333;	
	background-color: white;
}

.logo {
	background-image: url('../images/header.png');
	background-repeat: no-repeat;
	background-position: top left;
	height: 160px;
	text-align: left;
}

.logo img {
	padding-top: 20px;	
}

.logo, .main, .footer {
	width: 760px;	
	margin: 0 auto;
	padding: 0 20px;
}

.largest, .large {
	color: #FF6600;
	font-size: 30px;
	float: right;
	margin-top: 2px;
	font-weight: bold;
}

.largest {
	font-size: 60px;	
	margin-top: 40px;
}

.footer {
	color: #cccccc;
	padding: 20px;
	font-size: 12px;
}

.footer img {
	vertical-align: middle;
}

.select {
	margin-top: 20px;	
	font-size: 20px;
}

.select input {
	border: 2px solid #cccccc;
	font-size: 20px;
	width: 130px;
	padding: 5px;
	margin: 5px 0;
}

.box_left, .box_right {
	float: left;
	text-align: right;
	width: 50%;	
}

.box_left div {
	text-align: left;
	margin-right: 25px;
	float: right;
}

.box_right {
	float: right;
	text-align: left;	
}

.box_right div {
	margin-left: 25px;	
}

.left {
	float: left;	
}

.right {
	float: right;	
}

.clear {
	float: none;
	clear: both;
}

#result {
	background-color: #eeeeee;
	margin: 20px auto;
	padding: 20px;
	width: 420px;
	font-size: 20px;
	border: 1px solid #eeeeee;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-weight: normal;
}

.load {
	opacity: 0.5;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: none;
	background-color: white;
}

.load_image {
	z-index: 101;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../images/load.gif");
	background-position: center center;
	background-repeat: no-repeat;
	display: none;
}

.small {
	font-size: 11px;	
}

.sample {
	display: none;
	padding-top: 20px;	
}

.highlight {
	color: #FF6600;	
}

.sample input {
	width: 260px;	
}

input[type="button"] {
	width: 130px;
	background-color: #FF6600;
	color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}

a.point {
	color: #ff6600;
}

.point_text {
	background-color: white;
	width: 600px;
	position: absolute;
	z-index: 100;
	display: none;
	top: 220px;
	left: 50%;
	margin-left: -320px;	
	border: 1px solid #ff6600;
	padding: 20px;
	padding-top: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 12px;
	text-align: left;
}


