﻿body {
}

.tableMain {
border:3px solid #19979F;
width:600px;
padding:10px;
font-size:70%;
line-height:1.4em;

}

.tableMain p{
font-size:100%;

}
.CenteredLoadingPanel {   
position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000 url(/images/loading/loading.gif) center center no-repeat;
	opacity: .50;
	filter: alpha(opacity=50);
    }   


.textBox {
font-size:12px;
width:250px;
padding:3px;
}


.helpTable 
{
}

.helpTable td 
{
    padding:5px;
}

.helpTable .question
{
text-align:right;
width:400px;
font-weight:bold;
padding-left:30px;
color:#19979F;
font-size:110%;
}

.helpTable input, .helpTable select
{

 height:20px; 
}

.helpTable select {
width:310px;
}

.textBox {
width:300px;
}

.helpTable .cb
{
width:20px;
}

.helpTable textarea
{
 width:300px;
 height:120px;
}

.question {
vertical-align:top;
}
