/* -------------------------------------------------------------- 
  
  OIG
  20/9/08/
  Russell Jones
  www.slightlydifferent.co.uk
  
   
-------------------------------------------------------------- */
/* import of separate styles  */
@import url('/css/blueprint.css');/*no need to touch this*/

/*main oig styles*/

body{
	background: url(/images/backgrounds/page.jpg) top center no-repeat #144d82;
	}
	
div.clearme{
	clear:both;
	height:1px;
	}
	
div.divideme{
	width:16px;
	float:left;
	height:2px;
	}
	
a{
	font-weight:bold;
	color:#17a2f9;
	}
	
a:hover{
	text-decoration:underline;
	color:#d26f0f;
	}

/*layout*/
	
#container{
	width:920px;
	margin: 0 auto;
	text-align:left;
	overflow:hidden;
	}
	
.curved-input {
	background:transparent url(/images/backgrounds/inputtop.png) no-repeat scroll left top;
	background-position:0px 5px;
	float:left;
	height:23px;
	padding-top:8px;
	margin-left:10px;
	margin-right:10px;
	width:132px;
}

.curved-input input{
	background:transparent;
	border:0 none;
	color:#FFFFFF;
	height:16px;
	line-height:16px;
	font-size:11px;
	padding-left:3px;
	width:110px;
	}
	
.page{
	background:#fff;
	/*padding-bottom:15px;*/
	font-size: 12px;
	overflow:hidden;
	}
	
p.static{
	padding:20px;
	}
	
h2.static{
font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	color:#000;
	font-weight:bold;
	margin:0;
	font-size:18px;
	}
	






/*footer*/

#footer{
	height:82px;
	background:url(/images/backgrounds/footer.png) top center no-repeat transparent;
	margin-bottom:25px;
	}
	
#footer-info{
	padding-top:25px;
	margin-left:70px;
	position:relative;
	}
	
#footer-info p{
	font-size:10px;
	margin:0;
	}
	
.rights{
	color:#b6bbc2;
	padding-left:20px;
	}
	
#footer-info ul, #footer-info li{
	display:inline;
	list-style-type:none;
	margin:0;
	padding-right:20px;
	}



.messageTitle {
	color: #D26F0F;
}

.messageDetail, .messageDetail p {
	color: #D26F0F;
}

.errors {
	color: #D26F0F;
}