*{
margin:0;
padding:0;
}

body{
background:#EFEFEF;
font-family:Calibri;
}

a {
color:#404040;
}


#main{
width:407px;
min-height:400px;
padding:10px;
margin:auto;
background:#FFF;
border:1px solid #CECECE;
border-top:0;
margin-bottom:300px;
-webkit-border-bottom-right-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
}

#logo{
margin-bottom:25px;
}

label{
font-weight:bold;
}

input[type="text"]
{
display:block;
width:400px;
height:19px;
line-height:19px;
outline:none;
border:1px solid #CECECE;
margin-bottom:5px;
padding:3px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
}

.slider
{
width:407px;
margin-top:5px;
margin-bottom:5px;
}

.ui-slider-handle{
background-image:0;
}

.marker{
width:407px;
text-align:center;
overflow:hidden;
margin-bottom:15px;
}

.marker span{
float:left;
width:135px;
font-size:11px;
}

#nutshellx45{
display:none;
}

.marker .left{
text-align:left;
}

.marker .right{
text-align:right;
}

input[type="button"], input[type="submit"], textarea 
{
display:block;
font-weight:bold;
font-size:11.5px;
outline:none;
border:1px solid #CECECE;
margin-bottom:5px;
padding:5px;
background:#F0F0F0;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
}

textarea{
width:398px;
height:200px;
margin-top:5px;
margin-bottom:5px;
font-weight:normal;
}

input[type="button"]:hover, input[type="submit"]:hover{
background:#E0E0E0;
cursor:pointer;
}