﻿.test{}
body 
{
		background-color:#BAB39E;
		font-family:Arial;
		font-size:12px;
		margin-left:100px;
}
h1
{
	font-family:Arial;
	font-size:22px;
}
h3
{
	font-family:Arial;
	font-size:14px;
}
.Qlabel
{
    height:10px;
	font-family:Arial;
	font-size:12px;
	width:250px;
	margin:0px 0px 0px 0px;
	padding:0px 10px 20px 0px;
}
.Qinputfield 
{	
	font-family:Arial;
	font-size:12px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.matrix 
{
	width:520px;
	font-family:Arial;
	font-size:12px;	
}
.matrix .row
{
	
	clear:both;
	width:100%;
}
.matrix .row .col1
{
		
	float:left;
	width:100px;
}
	.matrix .row .col2
{
	float:left;
	width:100px;
	}
	.matrix .row .col3
{
	float:left;
	width:100px;
}
.radioOtherText
{
	position:relative;
	top:-25px;
	left:65px;
}
.debugRow{
	width:450px;
	border:1px dotted black;
	clear:both;
}
.debugCol1
{	
	width:250px;
	float:left;
	border:0px solid green;
}
.debugCol2
{
	width:150px;
	float:left;
	border:0px solid red;
}
