/*----------- Styles for raydiuscreative.com -------------*/
/*----------- version_01 : 9.18.06-------------*/
/*----------- author: Raydius Creative - Kyle kothe -------------*/
/*----------- kyle@raydiuscreative.com : 512.275.6147 -------------*/
/* ---------- All associated graphics copyright 2006, Raydius Creative LLC -----------*/

html {
	margin: 0;
	padding: 0;
}

.backbutton {
	padding: 0 0 0 20px;
}

.clear {
height: 1px;
clear: both;
}

.block {
	display: block;
	padding-bottom: .4em;
}

/* IE5 Hack \*/
* html .clear {
overflow: hidden;
}
/* End Hack */

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

body { 
	margin: 0;
	padding: 0;
	color: #111;	
	font-size: 90%;
	background: #C6BDA0 url(../images/background.jpg) top left repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container {
	position: relative;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	width: 480px;
	height: 300px;
	border: 0;
	padding: 10px;
	top: 35px;
	background: url(../images/clientloginback.gif) top left no-repeat;
}

ol {
	padding: 20px 0 0 40px;
}

h1.clientlogin {
	font-size: 1.5em;
}

li {
	list-style: none;
	color: white;
	padding: 5px 0 5px 0;
}

li em {
	font-weight: bold;
	color: #f00;
}

span.block {
	display: block;
	font-size: .9em;
	color: #333;
}
