body
{
	scrollbar-arrow-color : rgb(255,255,255);
	scrollbar-base-color : rgb(0,0,0);
	scrollbar-dark-shadow-color : rgb(0,0,0);
	scrollbar-track-color : rgb(84,9,148);
	scrollbar-face-color : rgb(103,154,232);
	scrollbar-shadow-color : rgb(0,0,0);
	scrollbar-highlight-color : rgb(221,221,221);
	scrollbar-3d-light-color : rgb(128,128,128)
}

input[type="button"]
{
	background-color : rgb(103,154,232);
	font-family : Georgia,   Palatino,   "Times New Roman",   Times,   Serif;
	font-size : 1 em;
	color : rgb(255,255,255);
	border : 2px outset rgb(132,115,48)
}

input[type="submit"]
{
	background-color : rgb(103,154,232);
	font-family : Georgia Palatino "Times New Roman";
	font-size : 1 em;
	color : rgb(255,255,255);
	border : 2px outset rgb(132,115,48)
}

input[type="reset"]
{
	background-color : rgb(103,154,232);
	font-family : Georgia Palatino "Times New Roman";
	font-size : 1 em;
	color : rgb(255,255,255);
	border : 2px outset rgb(132,115,48)
}

input[type="text"]
{
	background-color : rgb(84,9,148);
	font-family : Georgia,   Palatino,   "Times New Roman",   Times,   Serif;
	color : rgb(255,255,255);
	border : solid 1px rgb(0,0,0)
}

input[type="password"]
{
	background-color : rgb(84,9,148);
	font-family : Georgia Palatino "Times New Roman";
	color : rgb(255,255,255);
	border : solid 1px rgb(0,0,0)
}

input[type="checkbox"]
{
	background-color : rgb(103,154,232);
	font-family : Georgia,   Palatino,   "Times New Roman",   Times,   Serif
}

input[type="radio"]
{
	background-color : rgb(103,154,232);
	font-family : Georgia,   Palatino,   "Times New Roman",   Times,   Serif
}

input[type="file"]
{
	background-color : rgb(84,9,148);
	font-family : Georgia,   Palatino,   "Times New Roman",   Times,   Serif;
	color : rgb(255,255,255);
	border : solid 1px rgb(0,0,0)
}

textarea
{
	background-color : rgb(84,9,148);
	font-family : Georgia,   Palatino,   "Times New Roman",   Times,   Serif;
	color : rgb(255,255,255);
	border : solid 1px rgb(0,0,0)
}

select
{
	background-color : rgb(84,9,148);
	font-family : Georgia,   Palatino,   "Times New Roman",   Times,   Serif;
	color : rgb(255,255,255);
	border : solid 1px rgb(0,0,0)
}

fieldset
{
	border : solid rgb(84,9,148)
}

legend
{
	font-family : Georgia,   Palatino,   "Times New Roman",   Times,   Serif;
	border : solid 1px rgb(84,9,148)
}

label
{
	font-family : Georgia,   Palatino,   "Times New Roman",   Times,   Serif;
	color : rgb(84,9,148)
}

