html,body 
{
	height: 100%;
	background:#444;
	line-height: 1;
	font-family: helvetica, verdena, arial;
	font-size: 12px;
}


#login_panel {
	padding:20px;
	background: #ffffff;
	height: auto;
	width:350px;
}

#login_page
{
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	width:390px;
	box-shadow:0 0 20px #222
}

#login_page #top_em
{
	position: relative;
	text-align: center;
}

#page_top, #page_top_generic {
	font-size:14pt;
	font-weight: bold;
	letter-spacing: 1px;
    height: 10px;
}

#login_page #page_top, #page_top_generic
{
	background-color: #fff;
}

#login_page #login_panel
{
	
}


#stylist_login input[type="text"], #stylist_login input[type="password"], #stylist_login input[type="email"]
{
	padding:10px;
	font-size: 1.4em;
	margin-left:0px;
	max-width: 100%;
}

#stylist_login button
{
	padding:10px;
	font-size: 1.6em;
	width: 300px;
	background-color: #00CED1;
	color: #fff;
	border:0px;
}

#stylist_login button:hover{
	background-color: #333;

}




#top_em {
	font-weight: bold;
	letter-spacing: 2px;
	padding: 14px 10px 10px 20px;
	position: absolute;
	text-align: left;
	left: 0;
}

/* form settings */

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 100px; 
	padding: 0; 
	margin: 10px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
	font-weight: bold;
	color: #999;
}

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0px;
  padding: 0px;
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
	font-weight: bold;
}

form input[type=text], form input[type=password], form input[type=email]
{
	padding:5px;
	border: 1px solid #ddd;
}

em {
	font-weight: bold;
}

h1{
	font-size: 1.4em;
}
h2{
	font-size: 1.3em;
	margin-bottom: 10px;
}
h3{
	font-size: 1.2em;
	margin-bottom: 3px;
}
h4{
	font-size: 1.1em;
}
h5{
	font-size: 1.1em;
}
h6{
	font-size: 1.1em;
}

/* red alert */
#page_alert {
	font-size: 1.0em;
	padding: 10px;
	background-color: #FF5333;
}

.script
{
	font-family: 'Pacifico', cursive;
	letter-spacing: 0.06em;
	line-height: 1.3em;
}

.bigger
{
	font-size:2.3em;
	color: #00CED1;
}


#page_top {
	background-color: #a5c4ca;
}

#email_input, #password_input{
	width: 310px;
}

input:focus
{
	border: 1px solid #e9ce1c;
	background-color: #FFFFE0;
}

.pretty_button, button.pretty_button {
		font-size:1.2em;
		text-decoration:none;
		padding:5px 8px 6px 8px;
		border:1px solid #ddd;
		text-align:center;
		color: #999;
		background-color: #ddd;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		-o-border-radius:4px;
		border-radius:4px;
		background:#ddd;	
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		-o-border-radius:5px;
		border-radius:5px;
}



.pretty_button:hover {
		color:#3278BE;
		border-color:#3278BE;
		-moz-box-shadow:    inset 0 0 3px #7cb0e5;
		-webkit-box-shadow: inset 0 0 3px #7cb0e5;
		box-shadow:         inset 0 0 3px #7cb0e5;		
	}

.big_button{
	font-size:1.4em !important;
	padding:5px 8px 5px 8px;
	
}

.primary_button{
	background: #333 !important;
	color: #fff !important;
	border: 1px solid #333 !important;
}
.primary_button:hover{
	background: #666 !important;
	border: 1px solid #666 !important;
}	