btvendor.css 410 Bytes
html *
{
	font-family: Arial !important;
}

table.textinput
{
	border-collapse: separate;
	border-spacing: 10px 0;
	border: 0px;
}

#container 
{
	height: 100%;
	width:100%;
	font-size: 0;
}

#left, #right 
{
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	font-size: 12px;
}

#left
{
	margin-left: 15px;
	margin-right: 15px;
}

#right
{
	margin-left: 100px;
	margin-right: 30px;
}