body
{
	font-family : Century-Gothic, sans-serif;
	background-color: #000000;
	color : black;
	font-size : 16px;
	vertical-align : middle;
	margin : 10px auto;
	width : 550px;
	background-image: url( 'oldBook.jpg' );
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;

}

fieldset
{
	border : 0px;
}

img
{
	border : 0px;
}

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

a:hover
{
	text-decoration : underline;
}

input[type="text"]
{
    font-size: 13px;
    margin-bottom: 5px;
    padding: 4px;
    border: solid 1px #85b1de;
    background-image: url( 'blue_bg.png' );
    background-repeat: repeat-x;
    background-position: top;
}

input[type="text"]:focus
{
    background-image: none;
    background-color: #ffffff;
    border: solid 1px #33677F;
}

input[type="submit"]
{
	color : #F9F8F7;
	background-color : #4A7DAC;
	border: solid 1px #85b1de;
	cursor : pointer;
}
