/* Comment page style sheet */


div#box {
float:left;
width:647px;
margin-bottom: 0px;
}

div#boxwords {
margin: 10px 30px 0 30px;
} 

div#boxwords h2 {
color: #fcd116;
font-size: 20px;
text-align: center;
padding: 10px 0 15px 0;
}

div#boxwords p{
color: #fffacd;
font-size: 12px;
font-weight: bold;
margin-bottom: 22px;
line-height: 16px;
}

div#center p{
color:#fffacd;
font-size: 12px;
text-align: center;
font-weight: bold;
}

div#boxform {
font-size: 12px;
font-weight: normal;
color: red;
margin-left: 30px;
}

input#username {
width: 200px;
height: 16px;
margin-bottom: 10px;
}

input#useremail {
width: 200px;
height: 16px;
margin-bottom: 10px;
}

input#userwebsite {
width: 167px;
height: 16px;
margin-bottom: 20px;
margin-left: 3px;
}

textarea#bookabout {
width: 400px;
height: 80px;
}



