body {
	font-family: arial, verdana, sans-serif;
}
span {
	color : #ffbcc4;
	font-size : 12px;
}
input {
	border : #fff 1px solid;	
	background : #9b9bff;
	color : #fff;
}
input.button {
	border : 0px;
	background : #9b9bff;
	color : #fff;
	font-weight : bold;
	width : 100px;
}
table.center {
	position: fixed;
    left: 35%;
    top: 25%;
    margin: auto;
}
table.in_form {
	color : #fff;
}
table td.form	{
	background-color: #FFFFFF;
	background-image: url(../../Images/form-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	height : 170px;
	width : 360px;
}
td hr {
	color : #9b9bff;
	border : #fff 1px solid;
}
