
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: 25px;
	font-family: arial, helvetica, sans-serif;
	color: #333;
}
p {
	margin: 1em;
}

.loginbutton 
{
    width:100px;
    height:50px;
    font-size:x-large;
}

.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:500px;
	height:440px;
	margin-top: -220px; /*set to a negative number 1/2 of your height*/
	margin-left: -225px; /*set to a negative number 1/2 of your width*/
	border: 1px solid #ccc;
	background-color: #f3f3f3; /*light gray*/
}

#centerdiv-old {
	position:absolute;
	top: 50%;
	left: 50%;
	width:400px;
	height:618px;
	margin-top: -309px; /*set to a negative number 1/2 of your height*/
	margin-left: -200px; /*set to a negative number 1/2 of your width*/
	
}

.text_field
{
    width:15em;
    height:50px;
    font-size:x-large;    
}



