/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


.clear_box {
	clear: both;
}

body {
	background-image:url(../image/body_bg.jpg);
	background-repeat:repeat-x;
}

div {
	text-align: left;
}

ol, ul {
	list-style: none;
}

h3 {
	font-size: 18px;
}


div {
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
}


div.mainbox {
	clear: both;
	margin-left: 15px;
	margin-top: 15px;
	width: 650px;
}

div.header {
	text-align: center;
	height: 40px;
}

div.wrap_form {
	width: 650px;
}


div.wrap_form_left {
	clear: both;
	float: left;
	display: inline;
	width: 325px;
}

div.wrap_form_right {
	float: right;
	display: inline;
	width: 325px;
}


div.form_row {
	clear: both;
	width: 325px;
}

div.form_left {
	clear: both;
	float: left;
	display: inline;
	width: 185px;
	height: 30px;
}

div.form_right {
	float: right;
	display: inline;
	width: 85px;
	height: 30px;
	text-align:right;
	margin-right: 45px;
}

div.form_right input{
	width: 85px;
	border: 1px #ffffff solid;
	text-align:right;
}

div.result {
	text-align: right;
	padding-right: 45px;
	font-size: 18px;
	font-weight: bold;
}

div.subrow {
	font-size: 18px;
	font-weight: bold;
}

div.send {
	width: 650px;
	text-align: center;
	margin-left: 20px;
}

div.send input{
	width: 300px;
	padding: 5px;
	background-color: #333333;
	border: 1px #ffffff solid;
	color: #ffffff;
}

div.output {
	width: 560px;
	border: 1px solid #FFCC00;
	color: #FF6600;
	text-align:center;
	margin-left: 40px;
	margin-top: 10px;
	vertical-align:middle;
	padding-top: 10px;
	padding-bottom: 10px;
}

