/* log in styles - start */


.login_frame {
	
	display: block;
	position: relative;
	
	width: 480px;
	height: 300px;
	
	overflow: hidden;
	
	background-color: #ffffff;
	
	box-shadow: 0px 5px 10px #d2d2d2;
	-moz-box-shadow: 0px 5px 10px #d2d2d2;
	-webkit-box-shadow: 0px 5px 10px #d2d2d2;
		
	}


.login_frame .logo, .medgateDefaultLogo {

	display: block;
	position: absolute;
	
	width: 171px;
	height: 58px;
	
	left: 21px;
	top: 15px;
	}

.medgateDefaultLogo {
    background-image: url('../images/cority-logo.svg');
    background-repeat: no-repeat;
}
	
.login_frame .logo img {
    max-width: 171px;
	max-height: 58px;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
	
.login_frame .tagline {

	display: block;
	position: absolute;
	
	color: #656565;
	font-size: 15px;
	font-weight: bold;
	
	left: 23px;
	top: 90px;
	
	text-align: left;
	
	width: 200px;

	}
	
.login_frame .buildinfo {

	display: block;
	position: absolute;
	
	color: #838383;
	font-size: 12px;
	font-weight: bold;
	
	left: 23px;
	top: 150px;
	
	text-align: left;
	
	width: 200px;

	}
	
.login_frame .copyinfo {
	
	display: block;
	position: absolute;
	
	color: #afafaf;
	font-size: 12px;
	font-weight: bold;
	
	left: 23px;
	bottom: 25px;
	
	text-align: left;
	
	width: 200px;

	}
	
.login_frame .form_frame {

	display: block;
	position: absolute;
	
	width: 230px;
	height: 300px;
	
	top: 0px;
	right: 10px;
	
	background-color: #dddddd;
	
	/*background-color: #6e99cc;
	background-image: url('interface/main_nav_background.gif');
	background-repeat: repeat-x;*/
	
	/*box-shadow: inset 0px 0px 10px #2f5ca3;
	-moz-box-shadow: inset 0px 0px 10px #2f5ca3;
	-webkit-box-shadow: inset 0px 0px 10px #2f5ca3;*/
	
	box-shadow: inset 0px 0px 10px #ccc;
	-moz-box-shadow: inset 0px 0px 10px #ccc;
	-webkit-box-shadow: inset 0px 0px 10px #ccc;
	}
	
.form_frame .titlearea {
	
	display: block;
	position: relative;
	width: 200px;
	
	margin-top: 40px;
	margin-bottom: 15px;
	
	font-size: 18px;
	color: #ffffff;
	
	text-shadow: 0px 1px 2px #656565;
	
	text-align: center;
		
	}
	
.form_frame .home_logkey {
	
	display:  inline-block;
	*display: inline;
	position: relative;
	zoom: 1;
	
	width: 32px;
	height: 32px;
	
	background-image: url('interface/home_logkey.png');
	background-repeat: no-repeat;
	
	margin-left: -5px;
	margin-right: 10px;
	
	vertical-align: middle;
		
	}
	
.form_frame .form_label {
	
	display: block;
	position: relative;
	
	width: 200px;
	
	text-align: center;
	
	font-size: 12px;
	
	color: #666666;
	
	margin-bottom: 5px;

	}

.form_frame .ssologout_form_label {
	
	display: block;
	position: relative;
	
	width: 200px;
	
	text-align: left;
	
	font-size: 12px;
	
    font-weight: bold;

	color: #ffffff;
	
	margin-bottom: 5px;
    text-shadow: 0px 1px 2px #656565;

	}
    	
.form_frame input.form_input {

	background-color: #ffffff;
	
	color: #656565;
	
	border: none;
	width: 156px;
	
	padding: 5px;
	font-size: 14px;
	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	box-shadow: inset 0px 2px 2px #d2d2d2;
	-moz-box-shadow: inset 0px 2px 2px #d2d2d2;
	-webkit-box-shadow: inset 0px 2px 2px #d2d2d2;
	
	text-align: center;
	
	margin-bottom: 15px;

	}
	
.form_frame .button {
	display: block;
	width: 176px;
	font-size: 12px;
	margin-top: 10px;
	padding: 3px 9px;
	}
	


/* log in styles - end */