/***

"Wood" Login theme for emp

by Hindra Joshua

***/


/* $Id: login.css 4559 2011-05-01 09:45:18Z daintree $*/
body {
background:lightgray;
color:white;
font:14px "Century Gothic","Lucida Grande","Arial","Helvetica","Verdana","sans-serif";
text-align:center;
}

img{
vertical-align:middle;
}

#container {
background:steelblue;
border:thin solid gray;
border-radius:15px 15px 15px 15px;
box-shadow:3px 3px 4px #86C3D7 inset, -3px -3px 4px #383878 inset, 0 0 10px black;
margin-left:auto;
margin-right:auto;
margin-top:50px;
width:300px;
z-index:1000;
}

#login_logo {
background:url("../emp.gif") no-repeat scroll center center #FFFFFF;
border:medium outset gray;
border-radius:19px 19px 19px 19px;
height:44px;
margin:10% auto;
padding:12px;
width:190px;
}

/*input{
	background:none repeat scroll 0 0 transparent;
    border:thick outset #FFEEBB;
    border-radius:15px 15px 15px 15px;
    padding:10px;
    vertical-align:middle;
    width:50%;
}

input:hover {
	background:none repeat scroll 0 0 transparent;
    border:thick inset #FFEEBB;
    border-radius:15px 15px 15px 15px;
    padding:10px;
    vertical-align:middle;
    width:50%;
}*/

input.button {
background:none repeat scroll 0 0 transparent;
border:thick outset steelblue;
border-radius:15px 15px 15px 15px;
padding:10px;
vertical-align:middle;
width:50%;
font-weight:bold;
box-shadow:3px 3px 4px black;
color:white;
}

input.button:hover {
background:none repeat scroll 0 0 transparent;
border:thick inset steelblue;
border-radius:15px 15px 15px 15px;
padding:10px;
vertical-align:middle;
width:50%;
box-shadow:3px 3px 4px black inset;	
}

#demo_text{
	padding:10px;
}