/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

.spacer{
clear:both;
height:1px;
}

#wraplogin{
width: 370px;
height: 230px;
background: #ffea56;
margin-bottom: 10px;
border: 1px solid #d88900;
}

#titlelogin{
height: 40px;
background:#ffee00;
padding-top: 5px;
border-bottom: 1px solid #d88900;
}

.miformulogin{
width:130px;
padding:12px;
border-right: #d88900 solid 1px;
}

#formulogin{
font-family: "Trebuchet MS", Verdana;
font-size:12px;
color:#d88900;
}

#formulogin h1{
font-size:18px;
font-weight:bold;
margin-bottom:8px;
border-bottom:solid 1px #d88900;
height: 30px;
}

#formulogin p{
font-size:11px;
margin-bottom:20px;
border-bottom:solid 1px #d88900;
padding-bottom:10px;
}

#formulogin label{
display:block;
font-weight:bold;
text-align:left;
width:100px;
float:left;
}

#formulogin .small{
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}

#formulogin input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #d88900;
width:125px;
margin:5px 0 5px 0px;
}

#formulogin button{
clear:both;
margin: 5px auto;
width: 130px;
height:30px;
background: url(images/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}

#formulogin button:hover{
background: url(images/button-hover.png) no-repeat;
}

.remember{
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
margin-top: 5px;
font-style:italic;
}

.remember a{
color:#d88900;
text-decoration:none;
}

.remember a:hover{
color:#d88900;
text-decoration: underline;
}

#adlogin {
float: right;
width: 210px;
margin-top: -183px;
}

#warning {
float: left;
margin-left: 5px;
margin-right: 5px;
}
#warningmsg {
padding: 8px;
line-height: 12px;
font-size: 12px;
font-style:italic;
}

