/* CSS Document */
body{
font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
background-image:url('../images/mainbg.jpg');
background-repeat:no-repeat;
background-attachment:fixed;
margin:0px 0px 0px 0px;
}

.textfield {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 12px;
	color: #542f63;
	text-decoration: none;
	border: 1px solid #542f63;
}