﻿h,dtmliv,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {font-size:1em; font-weight:normal; font-style:normal;}
ul,ol {list-style:none;}
fieldset,img,hr {border:none;}
caption,th {text-align:left;}
table {border-collapse:collapse; border-spacing:0;
}
td {vertical-align:top;}

img, div { behavior: url(iepngfix.htc) }


body
	{
	margin: 0px auto;
	font-family: verdana;
	font-size: 14px;
	background-image: url('../../Images/Login_pattern.png');
}

body a
{
	text-decoration:none;
}
#Name {
	width: 500px;
	margin: 20px auto 5px auto;
	text-align: center;
}
#LoginForm {
	width: 500px;
	margin: auto;
	border: 3px solid #E0E0E0;
	background-color: #FFFFFF;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 5px;
	position: relative;
	behavior: url("../../CSS/PIE.htc");
	font-family: calibri;
	padding-bottom: 30px;
}
#LoginTitle {
	background-color: #F0F0F0;
	padding: 20px;
	font-size: x-large;
	font-weight: bolder;
}
#LoginError {
	background-color: #FFF3B8;
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #F4E8B5;
	background-image: url('../../Images/alert_icon.png');
	background-repeat: no-repeat;
	background-position: 21px center;
	padding: 15px 0px 15px 52px;
}
#LoginContent {
	padding: 20px;
	font-size: medium;
	font-weight: bold;
}

input[type="text"]
{
	border: 1px solid #999999;
	height: 25px;
	outline: none;
	width: 400px;
	padding: 10px 5px 0px 5px;
	top: 0px;
	left: 0px;
	margin-top: 5px;
}

input[type="password"]
{
	border: 1px solid #999999;
	height: 25px;
	outline: none;
	width: 400px;
	padding: 10px 5px 0px 5px;
	top: 0px;
	left: 0px;
	margin-top: 5px;
}


#Login {
	padding: 20px;
}

.button {
	-moz-box-shadow: inset 0px 0px 0px 1px #f29c93;
	-webkit-box-shadow: inset 0px 0px 0px 1px #f29c93;
	box-shadow: inset 0px 0px 0px 1px #f29c93;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color: #fe1a00;
	display: inline-block;
	color: #ffffff;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	padding: 8px 24px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #b23e35;
	cursor: pointer;
    margin-top: 0px;
}
.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}.button:active {
	position:relative;
	top:1px;
}

