@CHARSET "ISO-8859-1";

/* Color Pallette
Greens
	#DEEBD8
	#92D050
	#72B832
Pinks
	#FAD6F2
	#F6ADE5
	#F185D9
	#BF1698
	#FB4E67
Blues
	#D6F0F0
	#83D2F0
	#0F5E7C
Yellows
	#FFC000
	#E0A301
(Skin)
	#FAD6D8
	#FFC0AE
*/

body
{
	font-family: "Calibir", sans-serif;
	/*Fixes to more easily adjust properties of other elements*/
	margin: 0px;
	min-width: 750px;
}

header
{
	width: auto;
	text-align: right;
	color: white;
	background-color: #72B832;
	padding-right: 15px;
}

#main
{
	text-align: center;
}

#boxHolder
{
	width: 700px;
	height: 315px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	/*color: #72B832;*/
}

#boxHolder *
{
	padding: 2px;
}

.Box
{
	width: 620px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 0px;
	left: 35px;
	background-color: #ffffff;
	/*color: #72B832;*/
	
	border-width: 2px;
	border-style: solid;
	border-color: #72B832;
	border-radius: 15px;
}

.left
{
	padding-top: 45px;
	width: 300px;
	float: left;
}

.left input
{
	border-color: #83D2F0;
	border-radius: 25px;
	border-style: solid;
}


.right
{
	width: 300px;
	float: right;
	text-align: left;
}

.right input
{
	border-color: #F185D9;
	border-radius: 25px;
	border-style: solid;
}

#bLogin
{
	background-color: #0F5E7C;
	border-width: 5px;
	border-radius: 15px;
	border-color: #0F5E7C;
	color: #D6F0F0;
	font-weight: bold;
	margin: 5px;
}

#bLogin:hover
{
	background-color: #83D2F0;
	border-width: 5px;
	border-radius: 15px;
	border-color: #83D2F0;
	color: #0F5E7C;
	font-weight: bold;
	box-shadow: 0px 0px 10px #D6F0F0;
	text-shadow: 0px 0px 10px #0F5E7C;
	margin: 5px;
}

#bNew
{
	background-color: #BF1698;
	border-width: 5px;
	border-radius: 15px;
	border-color: #BF1698;
	color: #FAD6F2;
	font-weight: bold;
	margin: 5px;
}

#bNew:hover
{
	background-color: #F6ADE5;
	border-width: 5px;
	border-radius: 15px;
	border-color: #F6ADE5;
	color: #BF1698;
	font-weight: bold;
	box-shadow: 0px 0px 10px #FAD6F2;
	text-shadow: 0px 0px 10px #BF1698;
	margin: 5px;
}

footer
{
	width: auto;
	min-width: 750px;
	text-align: right;
	color: white;
	background-color: #72B832;
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
}

progress
{
	border-radius: 15px;
	overflow: hidden;
}

meter
{
	border-radius: 15px;
	overflow: hidden;
}
a
{color: inherit;}
