a{color: white;}

a:VISITED{color: #C0C0C0;}

body{
	color: white;
	background: #C0C0C0;
	font-size: 16px;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	background: #205727;
}

fieldset{
	border: 1px solid white;
	border-radius: 15px;
}

input, select, textarea{
	border: 2px white inset;
	border-radius: 10px;
	color: black;
	background: white;
	padding: 1px 10px;
}

button{
	border: 2px white outset;
	border-radius: 10px;
	color: black;
	background: white;
	padding: 1px 10px;
}

#Customer_city{
	max-width: 162px;
}


#orderSum{
	border-top: 2px solid white;
}
