
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,.p,blockquote,fieldset,input {margin:0;padding:0;}



/*

body { 
text-align:center;
vertical-align:middle;

} 

#container 
{
display:block;
position:relative;
vertical-align:middle;
width:100%;
height:100%; 
} 
*/

body {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	color: #333;
}
p {
	margin: 1em;
}


.comments {
    background-color: #e3e3e3; /*dark gray*/
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height:45%;
	padding: 2px;
}

#centerdiv {
	position:absolute;
	top: 50%;
	left: 50%;
	width:22em;
	height:18em;
	margin-top: -9em; /*set to a negative number 1/2 of your height*/
	margin-left: -11em; /*set to a negative number 1/2 of your width*/
	border: 1px solid #ccc;
	background-color: #f3f3f3; /*light gray*/
}

.text_field
{
    width:10em;
    height:15px;
    
}



