/***** COLOURS *****/

.orange {
	color: #ff6600; 
}

body {
	margin:0px;
	padding:0px;
	font:normal 12px/18px Arial, Helvetica, sans-serif;
	background:#FFFFFF;
	color: #ff6600;
}

div#container {
	width: 950px;
	margin: 0 auto;
}

div#header {
	background-color: #58a928;
	width: 850px;
	height: 50px;
	padding-left: 100px;
}

img#rightImage {
	float: right;
	margin-top: 1em;
	margin-right: 1em;
}

div#header a {
	display: block;
	float: left;
	padding: 16px;
	color: white;
	text-decoration: none;
}

div#header a:hover,
div#header a.selected {
	background-color: #f0a045;
}

div#body {
	width: 67%;
	float: left;
	text-align: justify;
	margin-bottom: 25px;
}

div#loginSide {
	float: right;
	width: 238px;
	margin-bottom: 25px;
}

div#loginSide form {
	border: 1px solid red;
	text-align: center;
	margin-left: 2px;
	width: 232px;
	padding: 1em 0;
	-moz-border-radius: 5px;
}

div#loginSide form input {
	width: 115px;
	height: 18px;
	padding-left: 20px;
	border: none;
	margin-bottom: 1em;	
}

div#loginSide form input[type=text] {
	background: url(http://localhost/ydm/img/username_bg.png) no-repeat;
}

div#loginSide form input[type=password] {
	background: url(http://localhost/ydm/img/password_bg.png) no-repeat;
}

div#loginSide form input[type=submit] {
	background: url(http://localhost/ydm/img/login_button_bg.png) no-repeat;
	width: 21px;
	height: 20px;
	margin-bottom: 0;
}

h1 {
	color: #008000;
	line-height: 36px;
	text-align: center;
}

h2 {
	color: #008000;
}

h3 {
	font-weight: bold;
	font-style: italic;
	line-height: 18px;
}

div.boxNote {
	background: url(http://localhost/ydm/img/box.gif) no-repeat;
	width: 276px;
	height: 161px;
	float: left;
	margin-right: 15px;
	margin-bottom: 25px;
}

div.boxNote h4 {
	text-align: center;
	color: #3A9E05;
}

div.boxNote p {
	margin: 0 15px;
	text-align: justify;
}

div#footer {
	margin-top: 50px;
	clear: both;
	width: 100%;
	background-color: #f0a045;
	text-align: center;
	color: black;
}

div.action {
	font-weight: bold;
}

div.action ul li {
	margin-bottom: 1em;
}

div.error {
	border: 2px solid red;
	width: 400px;
	padding: 1em;
	margin-bottom: 1em;
}


/***** FORMS *****/

form#register input[type=text],
form#register input[type=password] {
	width: 250px;
	margin-bottom: 1em;
}

form#register input[type=submit] {
	margin-top: 1em;
}