* {
	margin: 0;
	padding: 0;
	font-family:Verdana;
}

body {
	margin: 20px 0;
	background: #fff;
	line-height: 20px;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #696969;
}

td.label {
    text-align:right;
    font-weight:bold;
    padding-right:20px;
}

td.button {
    text-align:right;
    padding-right:20px;
}

/* New layout */
div.holder {
    width:800px;
    margin:0 auto;
}

div.header {
    width:800px;
    float:left;
}

div.header img {
    border:0;
}

div.header_left {
    float:left;
}

div.header_right {
    margin-left:30px;
    float:left;
}

div.window {
    width:800px;
    float:left;
}

div.window_title {
    padding-top:3px;
    padding-bottom:3px;
    padding-left:10px;
    color:#fff;
    background-color:#6fc7ff;
    background-image:url(livro-de-visitas/window_title.gif);
    background-repeat:no-repeat;
    font-weight:bold;        
}

div.window_body {
    padding:10px;
    color:#000;
    background-image:url(livro-de-visitas/window_body.gif);
    background-repeat:repeat-x;
    background-color:#d4d4d4;
}

div.window_buttons {
    float:right;
}

form fieldset legend {
    font-weight:bold;
    color:#000;
}

form fieldset select option {
    padding-left:10px;
    padding-right:10px;
}

form fieldset input.button {
    background-color:#e9e9e9;
    border-bottom:1px solid gray;
    border-right:1px solid gray;
    padding:5px;
    margin-top:20px;
    font-weight:bold;
    margin-left:5px;
}

div.footer {
    text-align:center;
}
