/* @override 
	http://samuelgarneau.com/slidebox.css
	http://samuelgarneau.com/lab/validator/slidebox.css
	http://samuelgarneau.com/lab/slidebox.css


body {
	margin: 0;
	padding: 75px 0 0;
}

*/

.slide-panel {
	position: absolute;
	z-index: 25;
}

.bottom {
	bottom: 0;
}

.top {
	top: 0;
}

.content {
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
	background-color: #343434;
	height: 0;
	width: 100%;
	color: #fff;
}

 
#close-button {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 125px;
	z-index: 20;
	cursor: pointer;
	height: 25px;
	padding-top: 10px;
	text-align: center;
	color:#fff;
	background:#343434;
	font-weight:bold;
	text-decoration:none;
}

.slide-button:hover {
	color:#14ff14;
}

/* below css for login form */

#myform{
margin:10px auto;
width:650px;
padding:14px;
border:solid 2px #b7ddf2;
background:#ebf4fb url(../img/formbg.jpg) no-repeat;
color:#5091ee;
}

#myform h1 {
font-size:14px;
font-weight:bold;
margin-bottom:5px;
}
#myform p{
font-size:11px;
color:#666666;
margin-bottom:10px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#myform p.foot{
clear:both;
border-bottom:none;
padding-bottom:0px;
margin-bottom:0px;

}
#myform label{
display:block;
font-weight:bold;
text-align:right;
width:100px;
float:left;
}
#myform .small{
color:#666666;
display:block;
font-size:9px;
font-weight:normal;
text-align:right;
width:100px;
}
#myform input{
float:left;
font-size:10px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:100px;
margin:2px 0 10px 10px;
}
#myform button{
float:left;
margin-left:20px;
margin-top:2px;
width:80px;
height:23px;
background:#666666 url(../img/button2.png) no-repeat;
text-align:center;
line-height:31px;
color:#14ff14;
font-size:12px;
font-weight:bold;
border:0px;
cursor:hand;
}
