html
{
	margin: 0px;
	padding: 0px;
}
body
{
	
	font-family: Calibri, Tahoma;
font-size: 14px;
background-image: url(../site-images/background.png);
}

.mp-title
{
	background-image: url(../site-images/mindposting-title-hp.png);
background-repeat: no-repeat;
background-position: center center;

margin-top:30px;
margin-bottom:30px;
width: 100%;
height: 142px;
	
}

#main-table
{
}


.content
{
width: 800px;
font-size: 13px;
color: white;
text-align: left;
}


.left
{
background-color:#111111;
width: 390px;
height: 450px;
float: left;
}

.right
{
background-color:#111111;
width: 390px;
height: 450px;
float: right;
}

.title
{
width: 100%;
height: 70px;
text-align: center;
margin-bottom: 5px;
}

.title-whatis
{
background-image: url(../site-images/title-whatis.png);
background-repeat: no-repeat;
background-position: center center;
}


.title-login
{
background-image: url(../site-images/title-login.png);
background-repeat: no-repeat;
background-position: center center;
}


.title-newmember
{
background-image: url(../site-images/title-newmember.png);
background-repeat: no-repeat;
background-position: center center;
}

.right-align
{
margin-left: 5px;
width: 370px;
text-align: right;
}

.paragraph
{
padding: 10px 0px 20px 5px;
width: 385px;
font-size: 14px;
color: white;
}

.label
{
float: left;
height: 20px;
width: 100px;
margin-bottom: 10px;
margin-left: 5px;
padding-top:3px;
}

.textfield
{
float: right;
font-family: Calibri, Tahoma;
font-size: 14px;
width: 250px;
margin-bottom: 10px;
margin-right: 10px;
background-color:#111111;
color: white;
border: 2px solid #777777;
-moz-border-radius: 3px;
border-radius: 3px;
}

.button
{
font-family: Calibri, Tahoma;
font-size: 14px;
width: 100px;
}

.highlight
{
font-style: italic;
color: #666666;
}

#copyright
{
position: absolute;
right: 5px;
bottom: 5px;
color: #555555;
}

#legal a
{
text-decoration:none;
color: white;
}
