/*these 3 lines are for the backgroud*/
#signInTable {
	border: 4px solid white;
	font-family: myriad roman, verdana, arial, helvetica, sans-serif;
    margin: 0 auto;
}
#signInMember {
	width: 100%;
	background-color: #b9cde7 ;
	height: 100%;
	display: table;
}
#signInMembership {
	width: 100%;
	background-color: #cac4b7;
	height: 100%;
	display: table;
}
/*these linea are used for both sections*/
.titleH1 {
	font-weight: bold;
	font-size: 22px;
	color: white;
	margin-top: 5px;
	margin-left: 20px;
}
.titleH2 {
	font-weight: bold;
	font-size: 18px;
	color: navy;
	text-align: center;
	margin-top: 5px;
	height:40px;
}
#singMembershipError, #singMemberError{
	margin: 20px;
	margin-top: 5px;
	BORDER: #a9100e 1px solid;
	VERTICAL-ALIGN: middle;
	FONT-SIZE: 13px;
	BACKGROUND-COLOR: #fff8d8;
	line-height:15px;
	visibility: hidden;
	display:none;
	width: 300px;
}
.errorExclamationMark, .singInMessageError{
	COLOR: #a9100e;
	BACKGROUND-COLOR: #fff8d8;
}
.singInMessageError{
	PADDING: 13px;
	padding-left:10px;
}
.errorExclamationMark{
	BACKGROUND-COLOR: #fff8d8;
	VERTICAL-ALIGN: middle;
	text-align: center;
	width: 55px;
	padding-left:10px;
	padding-right:10px;
}
#singMemberForm, #singMembershipForm {
	margin: 10px;
	margin-top: 5px;
}
#singMembershipForm {
}
#singMembershipForm table {
	margin-top: 5px;
}
#singMemberForm td, #singMembershipForm td{
	padding-left:10px;
	padding-bottom:3px;
}
.singMemeberRememberMe, #loginLeyend {
	font-size: 11px;
	vertical-align: text-bottom;
}
.singMemeberLeft {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	VERTICAL-ALIGN: middle;
	WHITE-SPACE: nowrap;
	TEXT-ALIGN: right;
}
.loginInpText{
	width: 90%;
}
.submitButtom {
	BORDER-COLOR: #063a86;
	BACKGROUND-COLOR: #5093f7;
	height: 22px;
	vertical-align: bottom;
}
.cancelButtom {
	BORDER: #999999 2px solid;
	BACKGROUND-COLOR: #cccccc;
	height: 22px;
	width: 66px;
	text-align: center;
	vertical-align: bottom;
}
#singMembershipText {
	width: 98%;
	font-size: 13px;
	line-height: 14px; 
	padding-left: 5px; /*parche*/
}
#singMemebershipButton {
	width: 170px;
}
#processingMessage, #processingMessageMembership {
	visibility: hidden;
	display: none;
	font-size: 11px;
	margin-bottom: 5px;
}
.loginTopMessage {
	font-family: myriad roman, verdana, arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: navy;
	text-align: center;
	margin-top: -15px;
}
#progressBar{
	white-space: nowrap;
}