/************************
View Mode
************************/
.nwContactFormMainBox{
width:420px;
border: 0px solid red;
}
.nwContactFormSpacer{}
.nwContactFormRow
{
    clear: both;
    position: relative;
}
.nwContactFormMessageRow
{
    clear: both;
    position: relative;
	height: 102px;
}
.nwContactFormLabel{
	width: 100px;
    float: left;
}
.nwContactFormFields{
	margin-bottom: 10px;
	float:right;
	width:302px;
	border: 0px solid black;
}
.nwContactFormEmailSelection{}
.nwContactFormTitle{}
.nwContactFormTextLong{
width: 300px;
}
.nwContactFormTextSmall{
width:60px;
clear:both;
float:left;
}
.nwContactFormTextMiddle{
width:225px;
margin-right:0px;
float:right;
}
.nwContactFormTextSmall{}
.nwContactFormMessageText{
width: 300px;
height: 100px;
}
.nwContactFormSubject{}
.nwContactFormCheckBox{}
.NWContactButtonPanel{
text-align:right;
width:420px;
}
/************************
Edit Mode
************************/
.NWMainContainer
{
    text-align: left;
    position: relative;
    width: 624px;
    border-bottom: black 0px solid;
}
.NWTopContainer
{
    left: 0px;
    position: relative;
    top: 0px;
    height: 50px;
}
.NWSpacerRow
{
    border-right: black 0px solid;
    border-top: black 0px solid;
    border-left: black 0px solid;
    border-bottom: black 0px solid;
    position: relative;
    height: 15px;
    background-color: #C0CCDC;
}

.NWFieldRow
{
    clear: both;
    position: relative;
    height: 30px;
    background-color: #C0CCDC;
    padding-left: 35px;
}
.NWFormLabelBox
{
    font-weight: bold;
    font-size: 11px;
    font-family: Arial,Helvetica,Sans Serif;
    width: 130px;
    float: left;
}
.NWFormFieldBox
{
    font-size: 11px;
    font-family: Arial,Helvetica,Sans Serif;
    width: 375px;
    float: left;
}
.NWTextMedium
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    width: 360px;
    border-bottom: black 1px solid;
}
.NWTextLong
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    width: 390px;
    border-bottom: black 1px solid;
}
.NWFloatingPanel
{
    font-weight: bold;
    font-size: 11px;
    font-family: Arial,Helvetica,Sans Serif;
    float: left;
    position: relative;
}
.NWTableConfiguration
{
    padding: 0px;
    margin: 0px;
    border: 0px solid black;
    font-size: 11px;
    font-family: Arial,Helvetica,Sans Serif;
    clear: both;
    background-color: #C0CCDC;
    width: 100%;
}
.NWTableConfigurationSpacerLeft
{
    width: 35px;
}
.NWTableConfigurationLabel
{
    text-align: left;
    font-weight: bold;
    width: 130px;
}
.NWBottomContainer
{
    left: 0px;
    position: relative;
    height: 50px;
}
.NWCornerTopLeftBox
{
    left: 0px;
    position: absolute;
    top: 0px;
}
.NWHeaderBox { LEFT: 33px; WIDTH: 558px; POSITION: absolute; TOP: 0px; HEIGHT: 50px; BACKGROUND-COLOR: #eff2f7 }
.NWCornerTopRightBox { LEFT: 591px; POSITION: absolute; TOP: 0px }

.NWContainerBottomLeftBox
{
    left: 0px;
    position: absolute;
    top: 0px;
}
.NWContainerBottomMiddleBox
{
    left: 33px;
    width: 558px;
    position: absolute;
    top: 0px;
    height: 50px;
    background-color: #eff2f7;
}
.NWContainerBottomRightBox
{
    left: 591px;
    position: absolute;
    top: 0px;
}
.NWButtonsRow
{
    left: 0px;
    position: absolute;
    top: 15px;
    text-align: right;
}
.NWButtonsPane { WIDTH: 600px; TEXT-ALIGN: right }

