body
{
	font-family:Arial, Helvetica, sans-serif;	
	background-color:#EEE;
	color:#111;
	margin:0px;
	padding:0px;
}
#logo
{
	width:670px;
	height:157px;
}
#wrapper
{
	width: 100%;
	text-align:center;
}
#BaseConverter
{
	width: 100%;
	text-align:center;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
}
#BaseConverter input, select
{
	color:#008aff;
}
a
{
	color:#008aff;
	cursor:pointer;
}
#BaseConverter #boxContainer
{
	padding-bottom:10px;
	padding-top:10px;
}
#BaseConverter .addLink
{
	cursor: pointer;
}
#BaseConverter .box
{
	width:100%;
}
#BaseConverter .box .removeLink
{
	cursor: pointer;
	font-size:16px;
}
#BaseConverter .box input
{
	font-size:20px;
	width:700px;
	margin-right:5px;
}
#BaseConverter .box select
{
	font-size:20px;
	margin-right:5px;
}