﻿.rwWindowContent th, td {
padding: 0px !important;
}

.memberPopup {
	background:#ffffff;
	color:  #AD0A04;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.memberPopup .header
{
    border-bottom: 2px solid #AD0A04;
   background: black;
     background-repeat: no-repeat;
    height: 80px;
	width: 100%;
    color: white;
    text-align: center;
    padding-top: 5px;
	margin: 0 auto;
}
.memberPopup .header h3
{
    color: White;
    padding: 24px;
    margin: 0px 0px 0px 0px;
}
.memberPopup #MainContentDiv
{
	margin: 10px;
}

.memberPopup.ErrorMessage{color:Red}

.memberPopup a, .memberPopup a:visited, .memberPopup a:link, .memberPopup a:active
{
    color: #79756C;
   text-decoration: none;
}
.memberPopup a:hover
{
    color: #35322D;
   text-decoration: underline;
}


.memberPopup #editorForm
{
    text-align: left;

}
