﻿body 
{
	background-color:#000000;
}

div.mainHolder
{
	width:100%;
	text-align:center;		
}
div.contentHolder
{
	margin:0 auto;
	width:600px;
}
.inputbox
{
	overflow:hidden;	
	background-color:#000000;
	color:#FFFFFF;		
}

div.input
{	
	width:512px;
	height:300px;
	padding-top:10px;		
	background-repeat:no-repeat;
	background-image:url('/img/inputbg.png');
		
}
div.output
{
	width:346px;
	height:40px;
	padding-top:5px;
	background-repeat:no-repeat;
	background-image:url('/img/output.png');
}

.outputText
{
	font-size:16px;
	font-weight:bold;
	font-family:Verdana;
}
