/* ################################## */
/* STYLES SPECIFIC TO USER_LOGIN PAGE */
/* ################################## */

/* Arranged alphabetically by tag, then by class/id name where applicable, then class/id of parent elements */

div#column1 {
	float: left;
	width: 375px;
}
div#column2 {
	float: right;
	width: 208px;
}
div.error {
	background: #F8F3D2;
	padding: 2px 10px;
}

div#login form {
	background: #F8F3D2;
	font-size: 90%;
	margin-bottom: 17px;
	padding: 3px 10px 3px 10px;
}

div#login h2 {
	background: #EBDC7F;
	font-size: 110%;
	margin: 15px 0 0 0;
	padding: 3px 10px;
}

div#login input {
	width: 185px;
}
div#login input.submit {
	width: auto;
}

div#column1 img#heading {
	margin-top: 10px;
}
div#column2 img {
	margin-bottom: 10px;
}

p#links {
	font-size: 100%;
	margin: 17px 1px 0 0;
	text-align: right;
}

/* Copyright (c) Studio 2 Online Ltd. */
