*{
	font-family: tahoma, verdana, "sans-serif";
	margin: 0;
	padding: 0;
	font-size: 95%;
}

body
{
background-image: url('../images/wall1.jpg');
}

a, a:hover{
	text-decoration: none;
	color: #48f;
}
a:hover{
	color: #33CCFF;
}

p{
	font-size: 90%;
	margin-top: 1em;
	margin-bottom: 2em;
	color: #333;
}

h1 {
	color: #0099CC;
	font-size: 1.6em;
}


/* Form */
form {

	margin: auto;
	width: 400px;
	height: 160px;
	border: none;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:30px;
	margin: 150px auto;
	background: url(../images/fix.png) no-repeat;
}

label {
	display: block;
	margin-top : 8px;
	width: 100%;
	background-repeat: no-repeat;
}

.blue {
	color: #0099CC;
	font-weight: bold;
}

/*Forms defaults - change as needed*/
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
}
label {
	color:#999;
	cursor:pointer;
	padding-left:2px;
	line-height:16px;
}
label.chosen {color:#333;}

/*Transparent items*/
.outtaHere {
	position:absolute;
	left:-3000px;
