﻿body {
}

.fullwidthcontainer
{
	width:98%; 
	border-width:0px; 
	padding:0px 0px 0px 0px;
}

.inputBox 
{
	width:150px;
}


.inputlabel
{
	float:left;
	width:15em;
}

.inputformlabel
{
	float:left;
	width:8em;
}

fieldset .selfService
{
	width:40%;
}

.error
{
	color:Red;
}

div .tabletitle
{
	width:98%;
	border-collapse:collapse;
	text-align:center;
}

.right
{
	float:right;
}

div .MenuDiv
{
	text-align:center;
}

fieldset label
{
    clear:both;
    text-align:right;
	width:40%;	
	
}

fieldset input
{
	
	width:40%;
}

fieldset select
{
	clear:both;
	width:50%;
}

fieldset textarea
{
	width:50%;
}

fieldset p
{
	padding-top:5px;
	clear:both;
}

.divleft
{
    float:left;
    width:58%
}

.divright
{
    float:right;
    width:40%
}

.divclear
{
    float:left;
    width:58%
}

.divclearleft
{
    clear:left
}

.divclearright
{
    clear:right
}


#PropDivLeft
{
    width:58%;
    float:left;
    border-style:dashed;
    border-width:thick;
    border-color:Orange;
}

#PropDivRight
{
    width:40%;
    float:right;
    border-style:dashed;    
}

