/* 
    Document   : loginForm
    Created on : 4.6.2014, 23:45:59
    Author     : Martin
    Description:
        Purpose of the stylesheet follows.
*/

root { 

}

html {
/*	background: url(http://localhost/motorpal/img/background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
}

#horizon        
	{
	color: black;
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	}

#content    
	{
	font-family: Arial;
	background-color: #aaffff;  
	margin-left: -150px;
	position: absolute;
	top: -135px;
	left: 50%;
	width: 300px;
	height: 270px;
	visibility: visible
	}

h1 {
	font-size: 20px;
}

table {
	margin: auto;
}

table .caption {
	text-align: right;
}

table .value {
	text-align: left;
}

.errMsg {
	height: 10px;
	color: red;
}