

/*=========================

	DDL

=========================*/

* {
	position:relative;
	text-decoration:none;
	}

html {
	background:#014885 url(./images/bg.jpg) 50% 50% no-repeat;
	font-family:'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-size:1em;
	text-align:center;
	vertical-align:middle;
	}

/*==========
General Layout
=============*/

#logo {
	margin:15px auto 5px;
	}

#all {
	background:transparent url(./images/bg_90p.png) repeat;
	width:400px;
	margin:5px auto 0;
	
	-moz-box-shadow:0px 0px 5px #444;
	-webkit-box-shadow:0px 0px 5px #444;
	-khtml-box-shadow:0px 0px 5px #444;
	box-shadow:0px 0px 5px #444;
	
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-khtml-border-radius:12px;
	border-radius:12px;
	
	}

#left {
	float:left;
	border-right:1px solid #444;
	width:140px;
	padding:5px;
	margin:5px 0;
	}

#right {
	float:left;
	width:239px;
	padding:5px;
	margin:5px 0;
	}

#form {
	clear:both;
	padding:5px 0;
	margin:5px;
	border-top:1px solid #444;
	}

#form >img {
	float:left;
	margin:0 5px 10px 0;
	}

#form > h4 {
	text-align:left;
	font-size:0.75em;
	font-weight:bold;
	margin-top:5px;
	}

#form > form {
	clear:both;
	}
