/* CSS for Forms in Motion */

html, body, h1, h2, h3, h4, h5, h6, ul, ol {
margin: 0;
padding: 0;
}

body {
	font-family: Verdana;
	font-size: 12px;
	color: #ffffff;
	background-color: #111111;
	text-align: center;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/pg-bg.jpg);
	background-repeat: repeat;
	height: 100%;
}

table {
	background-color: #000000;
	font-family: Verdana;
	text-align: left;
	font-size: 12px;
	color: #cccccc;
	border: 2px solid #999999;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	height: 100%;
}

.left {
	width: 200px;
	text-align: right;
}

.title {
	font-size: 14pt;
	height: 120px;
	valign: middle;
	vertical-align: middle;
	color: #19908f;
}

.small {
	font-size: 10px;
	color: #999999;
}

.buttons {
	text-align: center;
	vertical-align: top;
	height: 150px;
}
