@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;	
	background-color: #eff2f3;
	font-size: 12px;
}


 #liquid-round {
	width:650px;
	margin:0px auto;
	background:#fff url(/dailygrind/images/leftside.gif) repeat-y left top;
}

.top {
width:100%;
height:20px;
background:url(/dailygrind/images/top.gif) no-repeat left top;
}
.top span {
display:block;
position:relative;
height:20px;
background:url(/dailygrind/images/top-right.gif) no-repeat right top;
}

.center-content {
position:relative;
background:url(/dailygrind/images/rightside.gif) repeat-y right top;
padding:1px 20px 1px 25px;
margin:-1px 0 -50px 0;
}
.bottom {
height:60px;
background:url(/dailygrind/images/bottom.gif) no-repeat left bottom;
clear: both;
}
.bottom span {
display:block;
position:relative;
height:60px;
background:url(/dailygrind/images/bottom-right.gif) no-repeat right top;
}

#filler {
	margin: 20px;
}


#privacyPolicy {
	font-size: 10px;	
}

#privacyPolicy p {
	margin: 5px;	
}

h1 {
	text-align: center;
	border-bottom: solid 1px #777;
	font-size: 18px;
}

h2 {
	text-align: center;
	border-bottom: solid 1px #977;
	font-size: 14px;
}

.bigInput {
	font-size: 16px;
	padding: 6px;
	font-weight: bold;
	width: 500px;
}

.formTitle {
	font-style: italic;
	color: #222222;
}

.borders {
	border-top: solid 1px #e1e1e1;
	border-left: solid 1px #e1e1e1;
}

.borders td {
	border-right: solid 1px #e1e1e1;
	border-bottom: solid 1px #e1e1e1;
}

.header {
	background-color: #81b9d5;	
	font-weight: bold;
	text-align: center;
}
