/* CSS Document */

body {
	background: #fff;
	margin: 0px;
	vertical-align:top;
	padding: 0px;
	font-size:12px;
}
.hidden { display:none;
}

.bodystyle {
	background: #FFF;
	color: #101010;
	width: 247px;
	height: 176px;

}

p { 
	margin-top:0px;
	margin-bottom:0px;
}

.scrollme {
	width: 225px; 
	height: 150px; 
	overflow: auto;

}

#top {
	text-align: center; 
	display: table; overflow: hidden;
	background-color:#FFF;
}

#bottom {
	text-align:center;
	display: table; overflow: hidden;
}

.picturebox {
	top: 50%; display: table-cell; vertical-align: middle;
}

input {
	font-size: x-large;
}
