@charset "utf-8";
/* CSS Document */




body{

	font: 12px Arial, Helvetica, sans-serif;
}
/*Starting of the forms*/
	label,
	input,
	button,
	select,
	textarea {
	  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	  font-size: 13px;
	  font-weight: normal;
	  line-height: 18px;
	}
	label {
	  display: block;
	  margin-bottom: 5px;
	  color: #333333;
	}
	input,
	textarea,
	select,
	.uneditable-input {
	  display: inline-block;
	  width: 210px;
	  
	  padding: 4px;
	  margin-bottom: 9px;
	  font-size: 13px;
	  line-height: 18px;
	  color: #555555;
	  border: 1px solid #ccc;
	  -webkit-border-radius: 3px;
	  -moz-border-radius: 3px;
	  border-radius: 3px;
	}
	
	
/* Buttons and button links */
input[type=submit],
.actions ul li a,
.actions a {
	font-weight:normal;
	padding: 4px 8px;
	background: #dcdcdc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
	color:#333;
	border:1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 0;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-user-select: none;
	user-select: none;
}
		input[type="button"], input[type="reset"], input[type="submit"] {
	  width: auto;
	  height: auto;
	}
/* LogIN
================================================================================*/
	.login-workspace{
		background: #fff;
		opacity: 0.7;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);			
		height: 265px;

		padding: 15px 30px 30px 30px;
		margin: 0 0 20px 0;
	}
	
	.login-workspace:after{ 
		clear: both; 
	}
	.login-workspace { 
		zoom: 1; 
	}
	.login-workspace>.work-title{
		border-bottom: 1px solid #e4e4e4;
		color: #32496f;
		height: 35px;
		font: 16px Arial, Helvetica, sans-serif;
		font-weight: bold;
		line-height: 35px;
		margin: 0 0 20px 0;
		text-transform: uppercase;
		width:100% - 40px;	
	}
.login-panel{
	width: 450px;
	height: 157px;
	margin: 0px;	
}
.login-panel>a{
	display: block;
	color:#039;
	margin: 0 0 20px 0;	
}

.login-panel>a:hover{
	display: block;
	color:#039;
	margin: 0 0 20px 0;	
}

.login-panel-image{
	float: left;
	width: 200px;
	min-height: 157px; 
}
.login-main-panel{
	float: right;
	width: 250px;
}
.login-panel input[type="submit"]{
	width: 220px;
	margin: 0 0 10px 0;
}
.password{
	margin: 0 0 10px 0;	
}

#fgt-pw{
	color:#039;
        cursor: pointer;
	text-decoration: none;
}
a#fgt-pw:hover{
	color: #D31B1B;
	text-decoration: none;        
}
#HiddenDiv{
        display: none;
}

form div {
    clear: both;
    margin-bottom: 1em;
    padding: 0;
    vertical-align: text-top;
}

.login-workspace {
	float:right;
	display:inline;
	margin-top:2%!important;
	margin-right:2%!important;
}
.login-panel-image {
	margin-left:1%!important;
	margin-top:32%!important;
	
}