html,body,div,form,fieldset{
margin:0;
padding:0;
font:11px Trebuchet MS,Tahoma,Arial,Verdana;
color:#333;
text-align:left
}
body{
	width:100%;
	height:100%;
}
body {
text-align:center;
}
html{
height:100%
	width:100%;
}
a{
text-decoration:none;
color:#595959
}
a:hover{
text-decoration:underline;
color:#595959
}
a img{
border:0
}
/* Heading */
h1,h2,h3,h4,h5,h6,.head{
margin:0 0 0.4em;
color:#333
}

/* Table */
th{
padding:0;
text-align:left;
vertical-align:top
}
td{
padding:0;
vertical-align:top
}
/* Paragraph */
p{
margin-bottom:.8em
}
/* Form */
form{
display:inline;
margin:0
}
label{
color:#333;
cursor:pointer;
font-size:11px
}
input,select,button{
vertical-align:middle
}
input,select,textarea{
font:11px inherit;
color:#494949
}
input.input-text{
height:18px;
padding:0;
}
select{
height:19px
}
/* Lists */
ol,ul,li{
margin:0;
padding:0;
list-style:none
}
:focus{
outline:0
}
input{
outline:0
}
.clear{
clear:both
}
.a-left{
float:left;
margin:0 5px 0 0
}
.a-right{
float:right;
margin:0 0 0 5px
}
