body
{
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(bg.jpg);
	color : black;
	font-size : 13px;
	vertical-align : middle;
	margin : 10px auto;
	width : 550px;
}

fieldset
{
	border : 0px;
}

img
{
	border : 0px;
}

a, a.link
{
	color : blue;
	background-color : transparent;
	text-decoration : none;
}

a:hover
{
	text-decoration : underline;
}

input[type="text"], input[type="password"], textarea
{
    font-family:Georgia, "Times New Roman", Times, serif;
	color : #000;
    background-color : #fff;
    border : 1px solid #000;
    padding : 3px;
	width: 375px
}

/*input[type="text"]:focus, input[type="password"]:focus, textarea:focus
{
    color : #000;
    background-color : #fff;
    border : 2px solid #000;
}*/

input[type="submit"], input[type="button"]
{
	color : #000;
	background-color : #CCC;
	border: #000 solid 1px;
	cursor : pointer;
	padding: 3px;
}