table.FormTable {
	width: 480px;
        margin: 5px;
}
table.FormTable p {
	margin-left: 0px
}
table.FormTable td {
	text-align: left;
        vertical-align: top;
	padding: 5px;
}
table.FormTable .FullWidth {
	width: 100%;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}
table.FormTable .OneThirdWidth {
	width: 100%;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}
table.FormTable .TwoThirdsWidth {
	width: 100%;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}
table.FormTable .normal {
	color: white;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	position: relative;
	left: 0px;
}
table.FormTable .CommandButton{
	color: white;
	text-decoration: none;
	padding: 2px 20px 2px 20px;
	border: solid 1px #FC0099;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
        margin-left: 150px;
	font-weight: bold;
	background-color: #FF6FC9;
        font-style: normal;
}
table.FormTable .CommandButton:visited {
	color: white;
}
table.FormTable .SubHead {
        color: #FF6FC9;
	font-size: 14px;
}