/* CSS Document */
body {
font-family:Arial, Helvetica, sans-serif;
color:#888;
font-size:10px;
}

.main {
background-color:#EEEEEE;
border: 1px #ccc solid;
margin: 20px 100px 100px 100px;
width: 700px;
padding: 0px 0px 10px 0px;
}

.links {
background-image:url(bar.png);
height:50px;
background-position:top left;
background-repeat:no-repeat;
}

.button {
width:115px;
height:50px;
float:left;
}

.textbox {
margin: 10px 40px 0px 40px;
}

a {
color:#333333;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}

.list {
font-size:12px;
}