/* General Styles */
form.fp-form {
	padding:0px;
	margin:0px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
}

form.fp-form section {
	position: relative;
	width:auto;
	padding:0px;
	margin:0px;
	line-height:40px;
	overflow: hidden;
	color: black;
}

form.fp-form section  a.fp-lostpassword{
	color:silver !important;
}

form.fp-form section.fp-error-msg {
	display:none;
}

form.fp-form section.fp-error-msg p{
	font-weight:bold;
	text-align:center;
}

form.fp-form section label {
	position:relative;
	padding:0px;
	margin:0px;
	float:left;
	display:block;
	text-align:right;
	font-size: 14px;
}

form.fp-form  section input[type="text"], form.fp-form  section input[type="password"], form.fp-form section input[type="email"]  {
	position:relative;
	padding:0px;
	margin:0px;
}

form.fp-form  section input[type="submit"], form.fp-form  section input[type="button"] {
	margin:0px;
}

.fp-hidden {
	display:none;
}

p.fp-error {
	color:red;
}

p.fp-info {
	color: #80abc8;
}

div.fp-error {
	position:relative;
	float:left;
	width:32px;
	height:32px;
	margin-left:10px;
}

div.fp-error.img {
	background-image: url('../img/error.png');
}

/* Form Login Styles */

form#login_form{
	top:50px;
	width:200px;
	height:auto;
	background-color:white;
	border:1px solid #80abc8;
	border-radius:10px;
	z-index: 30010;
	position: absolute;
	display:none;
}

form#login_form  section label {
	width:35%;
	margin-right:3%;
}

form#login_form  section input[type="text"], form#login_form  section input[type="password"], form#login_form  section input[type="email"]  {
	width:60%;
}

form#login_form  input.fp-two-buttons {
	margin-left:5px !important;
	color: black;
	background-color: white;
	border: 1px solid black;
	border-radius: 5px;
	width: auto;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	height: auto;
	float:left;
}

form#login_form  input.fp-center-button {
	margin-left:45px !important;
}

/* Form reset password styles */
form#resetpasswordform section label{
	width:150px;
	margin-right:10px;
}

form#resetpasswordform  section input[type="text"], form#resetpasswordform  section input[type="password"], form#resetpasswordform section input[type="email"]  {
	width:200px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	float:left;
}

form#resetpasswordform  input.fp-submit-reset {
	margin-left:160px;
}

form#resetpasswordform  p.fp-error { 
	padding:0px;
	margin:0px;
	margin-left:40px;
	width:200px;
}

form#resetpasswordform  section.fp-error-msg p.fp-error, form#resetpasswordform  section.fp-error-msg p.fp-info { 
	width: auto;
	text-align:left;
}