/* css reset */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;}:focus {outline: 0;}body {line-height: 1;color: black;background: white;}ol, ul {list-style: none;}table {border-collapse: separate;border-spacing: 0;}caption, th, td {text-align: left;font-weight: normal;}blockquote:before, blockquote:after,q:before, q:after {content: "";}blockquote, q {	quotes: "" "";}/* end css reset */
.clr{clear:both;}
body {
    font: normal 80% "Lucida Grande", Helvetica, Arial, sans-serif;
    color:#545454;
    background:#ccc;
}
input[type=text],input[type=password],select{
    padding:3px;
    color:#000;
    border:1px solid #999;
    font: normal 130% "Lucida Grande", Helvetica, Arial, sans-serif;
    width:250px;
}
input[type=text]:focus,
input[type=password]:focus,
select:focus,
textarea:focus,
input[type=text]:hover,
input[type=password]:hover,
select:hover,
textarea:hover{
    background:#ffffd6;
}
textarea{
    width:400px;
    padding:3px;
    color:#000;
    border:1px solid #999;
    font: normal 130% "Lucida Grande", Helvetica, Arial, sans-serif;
    height:120px;
}
/* Form table */
.form{
   width: 100%;
   table-layout: initial !important;
}
.form td, .form th{
   padding: 6px;
   vertical-align: top;
}
.form th{
   font-weight: bold;
   width: 15%;
}
.container{
	margin: 0 auto;
	width:90%;min-width:1000px;
	position:relative;
}
#wrapper{
    width:90%;min-width:1000px;
    margin:25px auto;
}


#container{
	margin-top:25px;
	width:100%;

}
/**
*Login
*/
#container table{
	background:#f8f8f8;
	width:200px;
   border-radius: 8px;
	margin-left:auto;
	margin-right:auto;
	padding:10px 20px;
	box-shadow: 0px 1px 5px #999;
}


