input {
	border-radius: 2px;
}

.button {
	width: 100px;
	border-width:1px;
	border-style:solid;
	border-color:#AEAEAE #999999 #999999 #AEAEAE;
	border-radius:2px;
	box-shadow: 0 0 1px #B5B5B5, 0 1px 1px white inset;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), color-stop(50%,#f6f6f6), to(#E6E6E6)) !important; /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #f6f6f6, #f6f6f6, #e6e6e6) !important; /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #f6f6f6, #f6f6f6, #e6e6e6) !important; /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #f6f6f6, #f6f6f6, #e6e6e6) !important; /* IE10 */
	background-image:      -o-linear-gradient(top, #f6f6f6, #f6f6f6, #e6e6e6) !important; /* Opera 11.10+ */
	background-image:         linear-gradient(to bottom, #f6f6f6, #f6f6f6, #e6e6e6) !important;
}

.button:hover {
	border:1px solid #7A7A7A;
	border-radius:2px;
	box-shadow: 0 1px 1px white, 0 1px 1px white inset;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), color-stop(50%,#EEEEEE), to(#E6E6E6)) !important; /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #EEEEEE, #EEEEEE, #e6e6e6) !important; /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #EEEEEE, #EEEEEE, #e6e6e6) !important; /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #EEEEEE, #EEEEEE, #e6e6e6) !important; /* IE10 */
	background-image:      -o-linear-gradient(top, #EEEEEE, #EEEEEE, #e6e6e6) !important; /* Opera 11.10+ */
	background-image:         linear-gradient(to bottom, #EEEEEE, #EEEEEE, #e6e6e6) !important;
}
.button:active {
	border-radius:2px;
	box-shadow: 0 1px 1px white, 0 1px 1px white inset;
	background-color: #8a8a8a !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#C5C5C5), color-stop(50%,#C5C5C5), to(#A1A1A1)) !important; /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #C5C5C5, #C5C5C5, #A1A1A1) !important; /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #C5C5C5, #C5C5C5, #A1A1A1) !important; /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #C5C5C5, #C5C5C5, #A1A1A1) !important; /* IE10 */
	background-image:      -o-linear-gradient(top, #C5C5C5, #C5C5C5, #A1A1A1) !important; /* Opera 11.10+ */
	background-image:         linear-gradient(to bottom, #C5C5C5, #C5C5C5, #A1A1A1) !important;

}


html {
	height: 100%;
}

body.login {
	background: #004A82;
	background-image:  -webkit-gradient(linear, left top, left bottom, from(#002B4B), color-stop(33%,#002B4B), color-stop(66%, #004A82), to(#004A82)) !important; /* Saf4+, Chrome */
	background-image:    -webkit-linear-gradient(top, #002B4B, #002B4B, #004A82, #004A82) !important;
	background-image:       -moz-linear-gradient(top, #002B4B, #002B4B, #004A82, #004A82) !important;
	background-image:        -ms-linear-gradient(top, #002B4B, #002B4B, #004A82, #004A82) !important;
	background-image:         -o-linear-gradient(top, #002B4B, #002B4B, #004A82, #004A82) !important;
	background-image:            linear-gradient(top, #002B4B, #002B4B, #004A82, #004A82) !important;
	margin: 0px;
	font-family: Arial;
	color:#000000;
	font-size: 8pt;
	height: 100%;
	width: 100%;
	position: absolute;
}
table#layout {
	height: 100%;
	width: 100%;
}
table#layout tr td {
	vertical-align: middle;
	text-align: center;
}
div#login_main {
	width: 730px;
	height: 700px;
	border: 0px;
	background-image: url(../images/login.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
}
			
			
div#login_main span#version {
	position: absolute;
	right: 130px;
	bottom: 230px;
	color: #fff;
	font-family: Arial;
	font-size: 8pt;
	margin-right: 20px;
}

div#login_data {
	position: absolute;
	top: 230px;
	left: 170px;
	height: 190px;
	width: 400px;
	padding-left: 25px;
	color: black;
}

div#login_data p {
	margin: 0;
	margin-top: 15px;
	margin-left: 15px;
	font-size: 12pt;
	font-weight: bold;
	color: #666;
}
div#login_data p.error {
	margin: 0;
	margin-left: 15px;
	color: red;
	font-weight: bold;
	font-size: 8pt;
}

div#login_data table#form_fields {
	margin: 0;
	margin-top: 5px;
	margin-left: 15px;
		
	width: 275px;
}

div#login_data table#form_fields tr th {
	font-weight: normal;
	text-align: left;
	margin: 0;
	width: 68px;
}

div#login_data table#form_fields tr td {
	width: 206px;
	padding: 0;
	margin: 0;
	text-align: left;
}
div#login_data table#form_fields tr td .inputelement {
	border: 1px solid #ddd;
	width: 100%;
	margin: 0;
	padding-left: 2px;
	height: 16px;
	font-size: 14px;
	border-radius: 4px;
	height: 22px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	margin-bottom: 10px;
}

div#login_data table#form_fields tr td select.inputelement {
	width: 100%;
	height: 22px;
	font-size: 14px;
}

div#login_data table#form_fields tr td input#submitbutton {
	font-size: 11px;
	height: 20px;
	width: auto;
}

.button-row {
	background-image: url(../images/loginicons.png);
	background-repeat: no-repeat;
	background-position: right;
}
