body
{
	font-family : "Verdana", sans-serif;
	background-color : #ffffff;
	color : black;
	font-size : 14px;
	vertical-align : middle;
	margin : 10px auto;
	width : 90%;
}

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
{
    color : #555753;
    background-color : #fff;
    border : 2px solid #d3d7cf;
    border-top : 2px solid #babdb6;
    border-left : 2px solid #babdb6;
    padding : 3px;
}

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

input[type="submit"], input[type="button"]
{
	color : #F9F8F7;
	background-color : #4A7DAC;
	border-top-style : none;
	border-right-style : none;
	border-left-style : none;
	border-bottom-style : none;
	cursor : pointer;
}