/* - - - - - - - - - - - - - - - - - - - - -

Title : COMAS LOGIN
Author : Artificialtourism
URL : http://www.artificialtourism.com

Description : ARTIFICIALTOURISM CMS LOGIN CSS
- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

html{
	background: #44435b url(../images/bkg.gif) repeat;
}

body{
	margin: 0px 0px 20px 0px;
	text-align: center;
}

#container {	width: 486px;
	font: .8em Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
	margin-top: 80px;
	color: #383850;
}

#shadow{
	border: 2px solid #38374c;
	margin: 0;
	padding: 0;
	background: #fff;
}

#content {
	margin: 0;
	min-height: 200px;
	text-align: left;
	border: 8px solid #b7b7c9;
	padding: 40px 60px;
}

/* Hides from IE5-mac \*/

* html #content {
	height: 1%;
}

/* End hide from IE5-mac */

h1{
	font: 2em Times New Roman, Times, serif;
}

.left {
	width: 105px;
	float: left;
	margin: 0 0 12px;
	padding-top: 5px;
}

.right {
	width: 240px;
	float: left;
	margin: 0 0 12px;
}

.clear{
	margin: 0;
	padding: 0;
	clear: both;

}

a {
	color: #4b4b63;
	font-weight: normal;
}

a:hover {
	color: #141427;
}

form {
	margin: 30px 0 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

input.btn {
	padding: 2px 40px 2px 10px;
	border: 1px solid #c3c3ca;
	background: url(../images/long_arr.gif) right center no-repeat #fff;
	text-decoration: none;
	color: #6d6d7f;
	margin: 0 35px 0 0;
	font: bold 1.2em Times New Roman, Times, serif;
}

input.btn:hover {
background: url(../images/long_arr_b.gif) right center no-repeat #dadade;
	text-decoration: none;
	color: #383850;
}

input.fixed{
	color: #333;
	font: normal 1.15em Arial, Helvetica, sans-serif;
	padding-left: 3px;
	width: 220px;
	background: #f0f0f1;
}

/* G aded styles for form errors */

.message {
	color: #ff3333;
	margin: 20px 0 15px;
	padding: 10px;
}
