body {
	position: relative;
	margin: 0 auto;
	text-align: left;
	color: #000;
	background-color: #2d2d2d;
	font-family: Arial, Halvetica, sans-serif;
	background:  url("/images/iQueGUI/backgroundStripes.png") repeat top left;
}

#forminput
{
	margin: -0 5px 0 5px;
	border: 2px solid #666;
	-webkit-border-radius: 10px;
	background: #fff;
	padding: 5px 10px 0px 5px;
}

#instructions
{
	padding: 5px;
    text-shadow: #fff 0px 1px 0px;	
}

#messages
{
	margin: -0 10px 0 10px;
	padding: 20px;
    text-shadow: #fff 0px 1px 0px;	
}

#warning
{
	color: #f00;
}

#notice
{
	color: #0a0;
}

#menu {
	display: none;
}

#imenu {
	width: 100%;
	background: #aaaaaa;
	height: 25px;
	margin-top: 0px;
	text-align: center;
}

.formRow p
{
	font-size: 12px;
}

input[type="submit"]
{
	margin: 20px 0 10px 0;
}

.formCellMerge
{
	height: 150px;	
}

#captcha
{
	position:absolute;
	left: 0;
	top:450px;
	margin:0;
	padding:0;
	text-align:left;
}
