@charset "UTF-8";
/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

img {
    border: none;
}
body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #000;
}


h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.4em;
	color: #C4CB35;
	font-weight: bold;
	padding-top: 10px;
	letter-spacing: 0.2em;
}

h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	color: #FFF;
	font-weight: bold;
	padding-top: 10px;
	letter-spacing: 0.2em;
}

#centrebox{
	width: 402px; /* Right and left margin set to "auto", to center the box horizontally */
	text-align: center; /* Needed to counteract IE5/Win alignment problem  */
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #272727;
        }

form {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #000;
}
form p{
	font-weight:bold;
	color: #FFF!important;
	font-size: 0.9em!important;
	margin-top: 0px;
	text-align: left;
}

legend{
	font-weight:bold;
}
label{
	display:block;
}
input{
	width:100%;
}
textarea{
	width:400px;
	height:100px;
	margin-bottom: 10px;
}

input[type="text"] {
	height: 22px;
	margin-top: 4px;
}

input[type="password"] {
	height: 22px;
	margin-top: 4px;
}

input[type="submit"] {
	border: 1px solid #FFFFFF;
	background-color: #C5CB2B;
	color: #FFFFFF;
	width: 120px;
	height: 28px;
	margin-top: 20px;
	cursor: pointer;
}

input:focus[type="submit"] {
	background-image:none;
}

textarea:focus, input:focus {
	border: 2px solid #FFF;
	background-image: url(images/green.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

#charismabox{
	width: 402px; /* Right and left margin set to "auto", to center the box horizontally */
	text-align: center; /* Needed to counteract IE5/Win alignment problem  */
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	}
	
#charismabox p{
	color: #CCC;
	font-size: .6em;
	}
