/* CSS Document

@name:			css_alexi.css
@version: 		1
@date:			125 Mar 2008
@author: 		Hamish O'Neill

*/
html {
	height: 100%
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	margin: 0;
	padding: 0;
	background: #FFF url(img_bg-5.jpg) center;
	height: 100%
}
form {
	padding:0px;
	margin:0px;
	width:100%;
}
input {
	padding:0px;
	margin:0px;
	float:left;
}
img {
	border:0px;
}
#containerDiv {
	width:100%;
	padding:75px 0 0 0;
	
	position:absolute;
	
}
#mainDiv {
	width:812px;
	height:525px;
	left:50%;
	margin-left:-406px;
	position:absolute;
	/* Remove verticle centering
	
	top:50%;
	margin-top:-262px;
	*/
}
#confirmDiv {
	width:190px;
	height:135px;
	left:50%;
	margin-left:-95px;
	position:absolute;
	/* Remove verticle centering
	
	top:50%;
	margin-top:-68px;
	*/
}
#siteLeft {
	width:406px;
	height:525px;
	float:left;
}
#siteRight {
	width:406px;
	height:525px;
	float:right;
	background:#FFF;
}
#siteRight div {
	float:left;
}
#siteRight img {
	float:right;
}
#mlistInputEmail {
	/* position: absolute; */
	width: 125px;
	margin: 20px 20px 0 45px;
	padding:0px;
	border: 0;
	font-size: 12px;
	color:#CCC;
	background-color: transparent;
	
}
#mlistInputPostcode {
	/* position: absolute; */
	width: 67px;
	margin: 20px 0 0 0;
	padding:0px;
	border: 0;
	font-size: 12px;
	color:#CCC;
	background-color: transparent;
	
}
#inputFormDiv {
	background: url(img_textbox.gif) no-repeat 0 0;
	width:406px;
}
#mlistSubmitButton {
	float:right;
	border:0;
	margin:0;
	display:inline;
}
