.AideBox {
	background-image: url('http://images.simplycite.com/AideBox_BG.png');
	height: 360px;
	width: 467px;
	padding: 30px 25px;
	position: relative;
	background-repeat: no-repeat;
}
.AideItem
{
	width: 467px;
	height: 39px;
	background-image: url('http://images.simplycite.com/AideBox_InputBG.png');
	margin-bottom: 15px;
	background-repeat: no-repeat;
}
.AideTitle
{
	float: left;
	width: 164px;
	font: normal 18px Georgia;
	color: #d7eef4;
	font-style: italic;
	text-shadow: #333333 0px 1px 0px;
	padding: 8px 0px 0px 17px;
}
.AideValue
{
	float: left;
	width: 265px;
	height: 29px;
	font: normal 18px Georgia;
	color: #333333;
	padding: 5px 10px;
}




.AideBoxOptions
{
	background-image: url('http://images.simplycite.com/AideBox_OptionsBG.png');
	background-repeat: no-repeat;
	height: 146px;
	width: 245px;
	z-index: 2;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	overflow: auto;
	padding: 8px 5px 25px 27px;
	color: #333333;
	font: normal 14px Georgia;
}
.AideBoxOptionsContainer
{
	overflow: auto;
	
	height: 135px;
	width: 245px;
}
.AideBoxOptionItem
{
	border-bottom: 1px dashed #999999;
	height: 20px;
	padding: 5px 10px;
}

.AideBoxOptionItem:hover
{
	background-color: #999999;
	color: #e0e5e6;
	text-shadow: #777777 0px 1px 0px;
}
.AideBox input
{
	border: 0px;
	background-color: #bcc8c9;
	width: 265px;
	height: 28px;
	font: normal 18px Georgia;
}
.AideBox a
{
	color: #276ca5;
	font: bold 18px Arial Black, Arial Black, Gadget, sans-serif;
	text-decoration: none;
}
.AideBox a:hover
{
	color: #000000;
	font: bold 18px Arial Black, Arial Black, Gadget, sans-serif;
	text-decoration: underline;
}
.AideSubmit
{
	padding: 15px 0px 0px;
	width: 467px;
	text-align:center;
}
.AideBox textarea
{
	background-color: #bcc8c9;
	box-shadow: inset 0 1px 3px black, inset 0 -5px 15px #bcc8c9, 0 2px 1px white;
	-o-box-shadow: inset 0 1px 3px black, inset 0 -5px 15px #bcc8c9, 0 2px 1px white;
	-webkit-box-shadow: inset 0 1px 3px black, inset 0 -5px 15px #bcc8c9, 0 2px 1px white;
	-moz-box-shadow: inset 0 1px 3px black, inset 0 -5px 15px #bcc8c9, 0 2px 1px white;
	width: 467px;
	height: 175px;
	font: normal 18px Georgia;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

.AideResult 
{
	width: 467px;
	text-align: center;
	color: #333333;
	font: normal 18px Arial, Gadget, sans-serif;
	text-decoration: none;
	text-shadow: #c0c0c0 0px 1px 0px;
	padding-top: 100px;
}

.AideResult h1
{
	width: 467px;
	text-align: center;
	font: bold 18px Arial, Gadget, sans-serif;
	padding-top: 10px;
	color: #276ca5;
	text-shadow: none;
}
	.LoginBox {
		background-image: url('http://images.simplycite.com/LoginBox_BG.png');
		width: 520px;
		height: 178px;
		padding: 50px 37px;
	}
	.LoginItem
	{
		width: 520px;
		height: 50px;
		background-image: url('http://images.simplycite.com/LoginBox_InputBG.png');
		margin-bottom: 15px;
	}
	.LoginTitle
	{
		float: left;
		width: 230px;
		font: normal 18px Georgia;
		color: #d7eef4;
		font-style: italic;
		text-shadow: #333333 0px 1px 0px;
		padding: 12px 0px 0px 17px;
	}
	.LoginValue
	{
		float: left;
		width: 250px;
		height: 30px;
		font: normal 18px Georgia;
		color: #333333;
		padding: 5px 10px;
	}
	.LoginBox input
	{
		border: 0px;
		background-color: #bcc8c9;
		width: 260px;
		height: 40px;
		font: normal 18px Georgia;
	}
	.LoginBox a
	{
		color: #276ca5;
		font: bold 18px Arial Black, Arial Black, Gadget, sans-serif;
		text-decoration: none;
	}
	.LoginBox a:hover
	{
		color: #000000;
		font: bold 18px Arial Black, Arial Black, Gadget, sans-serif;
		text-decoration: underline;
	}
	.LoginSubmit
	{
		padding: 15px 0px 0px;
		width: 520px;
		text-align:center;
	}