body
{
        font-family: arial, helvetica, sans-serif;
	background-color: black;
	color:  #daa520;
	font-size : 16px;
	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;
}

select{
    background-color : #ccc;
}

input[type="text"], input[type="password"], textarea
{
    color : #555753;
    background-color : #ccc;
    border : 2px solid #ccc;
    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 : #ccc;
    border : 2px solid #daa520;
}

input[type="submit"], input[type="button"]
{
  color: #F9F8F7;
  background-color: #555;
  border : 1px solid white;
/*  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none; */
  cursor: pointer;
}