/*--------------------------------------------------------------- 
		Sitestudio Pro. | module_template/templ_membership_login.php
--------------------------------------------------------------- */
.membershipLoginDescription {
	font-family: "Arial";
	color:#303030;
	font-weight: normal; 
	font-size: 12px; 
	line-height:19px;
}
.membershipLoginLabel {
	font-family: "Arial";
	color:#666666;
	font-weight: normal; 
	font-size: 12px; 
	line-height:19px;
}
input.membershipLoginInput {
	font-family: "Arial";
	color: #303030;
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
	border: 1px solid #666666;
	width: 200px;
	height: 17px;
}
input.membershipLoginCheckbox {
	font-family: "Arial";
	color: #303030;
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
	border: 1px solid #666666;
}
.membershipLoginSaveSettings {
	font-family: "Arial";
	color:#666666;
	font-weight: normal; 
	font-size: 12px; 
	line-height:19px;
}
input.membershipLoginSubmit {
	font-family: "Arial";
	color: #303030;
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
	border: 1px solid #666666;
	width: 60px;
	height: 17px;
	cursor: pointer;
}
a.membershipLoginPasswordLink {
	font-family: "Arial";
	color:#303030;
	font-weight: normal; 
	font-size: 12px; 
	line-height:19px;
	text-decoration: none;
}
a.membershipLoginPasswordLink:hover {
	font-family: "Arial";
	color:#E30000;
	font-weight: normal; 
	font-size: 12px; 
	line-height:19px;
	text-decoration: underline;
}
a.membershipLoginNewAccountLink {
	font-family: "Arial";
	color:#303030;
	font-weight: normal; 
	font-size: 12px; 
	line-height:19px;
	text-decoration: none;
}
a.membershipLoginNewAccountLink:hover {
	font-family: "Arial";
	color: #E30000;
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
	text-decoration: underline;
}
.membershipLoginDevider {
	font-family: "Arial";
	color:#333333;
	font-weight: normal; 
	font-size: 12px; 
	margin-left:3px; 
	margin-right:3px;
	text-decoration:none;
}
.membershipLoginErrorMessage {
	font-family: "Arial";
	color:#E30000;
	font-weight: normal; 
	font-size: 12px; 
	line-height:19px;
}
/* Forgotten Password */
.membershipPasswordSubject {
	font-family: "Arial";
	color:#303030;
	font-weight: bold; 
	font-size: 12px; 
	line-height:19px;
}
.membershipPasswordDescription {
	font-family: "Arial";
	color:#303030;
	font-weight: normal; 
	font-size: 12px; 
	line-height:19px;
}
.membershipPasswordLabel {
	font-family: "Arial";
	color:#666666;
	font-weight: normal; 
	font-size: 12px; 
	line-height:19px;
}
input.membershipPasswordInput {
	font-family: "Arial";
	color: #303030;
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
	border: 1px solid #666666;
	width: 200px;
	height: 17px;
}
input.membershipPasswordSubmit {
	font-family: "Arial";
	color: #303030;
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
	border: 1px solid #666666;
	width: auto;
	height: 17px;
	cursor: pointer;
}
.membershipPasswordConfirm {
	font-family: "Arial";
	color:#303030;
	font-weight: normal; 
	font-size: 12px; 
	line-height:19px;
}
.membershipPasswordErrorMessage {
	font-family: "Arial";
	color:#E30000;
	font-weight: normal; 
	font-size: 12px; 
	line-height:19px;
}
/* Create new Account */
.membershipAccountSubject {
	font-family: "Arial";
	color:#303030;
	font-weight: bold; 
	font-size: 12px; 
	line-height:19px;
}
.membershipAccountDescription {
	font-family: "Arial";
	color:#303030;
	font-weight: normal; 
	font-size: 12px; 
	line-height:19px;
}
.membershipAccountLabel {
	font-family: "Arial";
	color:#666666;
	font-weight: normal; 
	font-size: 12px; 
	line-height:19px;
	position:absolute;
}
input.membershipAccountInput {
	font-family: "Arial";
	color: #303030;
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
	border: 1px solid #666666;
	width: 150px;
	height: 16px;
	margin-left:120px;
}
input.membershipAccountInput_error {
	font-family: "Arial";
	color: #303030;
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
	border: 1px solid #E30000;
	width: 150px;
	height: 16px;
	margin-left:120px;
}
select.membershipAccountInput {
	font-family: "Arial";
	color: #303030;
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
	border: 1px solid #666666;
	width: auto;
	height: 16px;
	margin-left:120px;
}
a.membershipAccountSubmit {
	display:block;
	font-family: "Arial";
	color: #303030;
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
	border: 1px solid #666666;
	width:70px;
	height:17px;
	background-color:#CCCCCC;
	text-align:center;
	text-decoration:none;
}
a.membershipAccountSubmit:hover {
	display:block;
	font-family: "Arial";
	color: #303030;
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
	border: 1px solid #666666;
	width:70px;
	height:17px;
	background-color:#FFFFFF;
	text-align:center;
	text-decoration:none;
}
.membershipAccountErrorMessage {
	font-family: "Arial";
	color:#E30000;
	font-weight: normal; 
	font-size: 12px; 
	line-height:19px;
}
a.membershipAccountReturnLink {
	font-family: "Arial";
	color:#303030;
	font-weight: normal; 
	font-size: 12px; 
	line-height:19px;
	text-decoration: none;
}
a.membershipAccountReturnLink:hover {
	font-family: "Arial";
	color:#E30000;
	font-weight: normal; 
	font-size: 12px; 
	line-height:19px;
	text-decoration: underline;
}