body
{
	margin: 0px;
	font-family: arial, verdana;
	font-size: 13px;
}

a
{
	color: #0033CC;
}
#header_title
{
	font-family: georgia, verdana, arial;
	font-size: 15px;
	padding-top: 80px;
}

#header_title a
{
	color: brown;
	text-decoration: none;
}

#sub_title
{
	color: brown;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px solid #ab884c;
}

#content
{
	padding: 5px;
	padding-top: 8px;
}

#form_text
{
	width: 200px;
	border: 1px solid #5c3d11;
	background-color: #f9efe0;
}

#output1
{
	width: 30px;
	border: 1px solid #5c3d11;
	background-color: #f9efe0;
}

#output2
{
	width: 60px;
	border: 1px solid #5c3d11;
	background-color: #f9efe0;
}

#generate_button
{
	font-size: 14px;
	color: brown;
	border: 1px solid #5c3d11;
}

#error_message
{
	padding: 5px;
	color: #0033CC;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #EFEFEF;
}

#note
{
	color: #555555;
	font-size: 11px;
	padding: 5px;
}

#result_image
{
	padding: 5px;
	border: 1px solid #555555;
}

#show_image
{
	
}

#loading
{
	padding: 4px;
}

#footer
{
	padding-top: 10px;
	border-top: 1px solid #e9d7bc;
	text-align: center;
	font-size: 11px;
}


.btn { display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer; }
.btn * { font-style: normal; background-image: url(images/btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btn span,
* html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }

.btn.blue { background: #2ae; }
.btn.green { background: green; }
.btn.pink { background: #e1a; }
.btn:hover { background-color: #a00; }
.btn:active { background-color: #444; }
.btn[class] {  background-image: url(shade.png); background-position: bottom; }

* html .btn { border: 3px double #aaa; }
* html .btn.blue { border-color: #2ae; }
* html .btn.green { border-color: #9d4; }
* html .btn.pink { border-color: #e1a; }
* html .btn:hover { border-color: #a00; }
