/*---- Layout ----*/
div
{
	padding: 0;
	margin: 0;
}
body
{
         margin: 0;
}
#oldbrowser
{
	text-align: center;
}
#masthead
{
	background: url(top.jpg);
         height: 97px;
}

#masthead h1
{
	display: inline;
}
#leftcolumn
{
	margin-right: -196px;	/* IE 4 fix */

}
#leftColumn
{
	float: left;
	width: 196px;

	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#rightColumn
{
	float: right;
	width: 180px;
}
#contentColumn
{
	width: auto;
	margin-left: 195px;
}
#innerLeftColumn, #innerContentColumn, #innerRightColumn, #innerFooter
{
	padding: 10px 0 10px 10px;
}
#footer
{
	clear: both;
}
#innerFooter
{
	text-align: center;
}
#innerContentColumn
{
	overflow: visible;
	height: 100%;	/* fix the Win32 IE float bug */
	margin-right: 180px;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#contentColumn>#innerContentColumn
{
	height: auto;	/* fix Opera 5 which breaks with the above IE fix */
}
#innercontentcolumn
{
	height: 100%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}
#masthead, #footer
{
	z-index: 10;
}

/*---- Borders ----*/
#pageFrame
{               width:expression(document.body.clientWidth > 1060? "1060px": "auto" );
             border: solid 1px #000;
             max-width: 1060px;
             background: url(navi.jpg) repeat-y;
             margin: auto;
}
#footer, #masthead, #innerLeftColumn, #contentColumn, #innerContentColumn
{
	border: solid 0px #000;
}
#footer
{
	border-top-width: 1px;
}
#masthead
{
	border-bottom-width: 1px;
}

/*---- Visual Elements ----*/
body
{
	background-color: #eee;
	color: #000;     
	margin: 0;
}
#pageFrame
{
	background-color: #FFF;
	color: #000;
	min-width: 500px;
}
#footer
{
background-color: #CEE2D7;
}

fieldset.tx-powermail-pi1_fieldset label {

/* Style labels */

display: block;

width: 150px;

float: left;

clear: both;

}

fieldset.tx-powermail-pi1_fieldset input,

fieldset.tx-powermail-pi1_fieldset select {

/* Style input fields */

width: 200px;

border: none;

border-bottom: 1px solid #413819;

margin-left: 10px;

}



div.tx_powermail_pi1_fieldwrap_html {

/* Increase margin between every field */

margin: 10px 0;

}     
.powermail_textarea {
     margin-left: 10px;
     border: 1px solid #000;
     }
.powermail_submit {
     background: #CEE2D7;

     }