﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* This style sheet is intended to contain OFTEN CHANGED rules used when the Login control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */

.field
{
	padding-top: 2px;
	padding-right: 35px;
	padding-bottom: 2px;
	padding-left: 4px;
	background-color: #FFF7F4;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7992b2;
	border-left-color: #7992b2;
	border-right-color: #dce3ed;
	border-bottom-color: #dce3ed;
}

.block .field
{
	background-x-position: 98%;
	background-y-position: 52%;
	background-repeat: no-repeat;
}

.block
{
}

h4
{
	font-size: 1em;
	font-weight: bold;
	font-family: arial,sans-serif;
	margin-bottom: 0.2em;
}

.description
{
	font-size: 0.8em;
}

.register .block
{
	/*left: -50px;
	padding-left: 50px; */
	position: relative;
}



.mid_text
{
	font-size: 200%;
	color: #404040;
	width: 100%;
}

.field .text
{
	background-color: transparent;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: -moz-use-text-color;
	border-right-color: -moz-use-text-color;
	border-bottom-color: -moz-use-text-color;
	border-left-color: -moz-use-text-color;
}

.field .input
{
width: 300px;
	
}

.text_holder {padding:2px 2px 2px 3px; position:relative;}
.text_holder input.text, .text_holder textarea {
	background:none;
	border:none;
	width:300px;
	cursor:text;
	position:relative;
}

.register .text
{
}

textarea {
	overflow:auto;
	height:200px;
}
textarea.small {
	height:40px;
}
textarea.middle {
	height:120px;
}

.PrettyLogin
{
}

.PrettyLogin .AspNet-Login
{
}

.PrettyLogin .AspNet-Login .AspNet-Login-TitlePanel
{
}

.PrettyLogin .AspNet-Login .AspNet-Login-FailurePanel
{

	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
}

.LoginErrorMessage
{
	font-weight: bold;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-bottom-style: double;
	border-bottom-color: #F2581B;
	border-bottom-width: 2px;
}

.PrettyLogin .AspNet-Login .AspNet-Login-UserPanel,
.PrettyLogin .AspNet-Login .AspNet-Login-PasswordPanel,
.PrettyLogin .AspNet-Login .AspNet-Login-RememberMePanel,
.PrettyLogin .AspNet-Login .AspNet-Login-SubmitPanel
{
}

.PrettyLogin .AspNet-Login .AspNet-Login-UserPanel label,
.PrettyLogin .AspNet-Login .AspNet-Login-PasswordPanel label
{
}

.PrettyLogin .AspNet-Login .AspNet-Login-UserPanel input,
.PrettyLogin .AspNet-Login .AspNet-Login-PasswordPanel input
{
}

.PrettyLogin .AspNet-Login .AspNet-Login-RememberMePanel input
{
}

.PrettyLogin .AspNet-Login .AspNet-Login-SubmitPanel input
{
}

.PrettyLogin .AspNet-Login .AspNet-Login-PasswordRecoveryPanel
{
}

.PrettyLogin .AspNet-Login .AspNet-Login-CreateUserPanel a,
.PrettyLogin .AspNet-Login .AspNet-Login-PasswordRecoveryPanel a
{
}

.PrettyLogin .AspNet-Login .AspNet-Login-InstructionPanel,
.PrettyLogin .AspNet-Login .AspNet-Login-CreateUserPanel,
.PrettyLogin .AspNet-Login .AspNet-Login-HelpPanel
{
}

/* ------------------------------------------------------------------- */
/* Specific to this sample web site. */
/* These rules are probably not useful in your site. */

#BooquaLogin .Login-Skin
{
}

