/* ***********************************************************
 * MTpro Stylesheet : Section : Login Page
 * 
 * Since:          2009-06-01 > Takanori Murakami
 * Last Modified:  2010-01-04 > Takanori Murakami
 * Guideline:      Ver.1.00
 * ***********************************************************
 */

/* clear Background */

div#container,
div#contentswrapper {
	margin: 0;
	padding: 0;
	}

div#container div#contentswrapper div#contents {
	background-image: none;
	padding: 0 15px 0 15px;
	margin: 0;
	}


/* header_login */

#header_login {
	background: url(../../images/sections/login/login_header_left.png) top left no-repeat;
	text-align: right;
	vertical-align: bottom;
	height: 30px;
	}

/* h1, h2 */

#login h1 {
	padding: 0 0 0 15px;
	}

#login h2 {
	text-align: center;
	margin: 0 0 20px 0;
	}


/* top column */

#login_panel {
	margin-top: 30px;
	padding-right: 10px;
	width: 310px;
	height: 220px;
	float: right;
	background: url(/images/sections/login/bg_login_panel.png) top left no-repeat;
	}

#login_panel img {
	vertical-align: middle;
	}

#login_panel input#loginid,
#login_panel input#loginpass {
	font-size: 87.5%;
	width: 150px;
	height: 20px;
	margin-left: 10px;
	}


#login_panel label#login_remember {
	font-size: 68.75%;
	width: 170px;
	float: left;
	margin: 10px 0 0 20px;
	color: #FFFFFF;
	}

#login_panel input#login_button {
	font-size: 87.5%;
	margin: 10px 20px 0 10px;
	float: right;
	}

#login_panel p#login_forget {
	clear: both;
	font-size: 68.75%;
	text-align: right;
	margin: 10px 20px 0 0;
	}

#login_panel p#login_forget a {
	color: #E0FFFF;
	text-decoration: underline;
	}


#service_info {
	width: 650px;
	height: 280px;
	background: url(/images/sections/login/bg_service_info.png) top left no-repeat;
	float: left;
	}

#service_info p {
	margin: 0 0 10px 20px;
	font-size: 93.75%;
	line-height: 1.6;
	color: #333333;
	}


/* error message */

#login_panel #error {
	padding-top: 18px;
	background:url("/images/sections/login/login_error_bg.gif") top left no-repeat;
}

#login_panel #error p {
	font-size: 81.25%;
	font-weight: bold;
	color: #DD0000;
	padding: 0 5px 4px 24px;
	background:#FFEEEE url("/images/common/icons/icon_caution.gif") top left no-repeat;
	background-position: 4px 2px;
	line-height: 1.5;
	border-left: 1px solid #DD0000;
	border-right: 1px solid #DD0000;
	border-bottom: 1px solid #DD0000;
}




/* middle column */

#column_mid {
	clear: both;
	}

#service_slide {
	width: 600px;
	float: left;
	padding-left: 20px;
	padding-right:30px;
	}

#service_slide p {
	text-align: right;
	}

#signup_panel {
	width: 310px;
	float: left;
	}

#signup_panel #signup_doctor {
	display:block;
	width: 310px;
	height: 80px; 
	text-indent:-9999px;
	background:url("/images/sections/login/signup_doctor.png") top right no-repeat;
	}

#signup_panel #signup_doctor:hover {
	background:url("/images/sections/login/signup_doctor.png") top left no-repeat;
	}

#signup_panel #signup_resident {
	display:block;
	width: 310px;
	height: 70px; 
	text-indent:-9999px;
	background:url("/images/sections/login/signup_resident.png") top right no-repeat;
	}

#signup_panel #signup_resident:hover {
	background:url("/images/sections/login/signup_resident.png") top left no-repeat;
	}

#signup_panel #signup_pharma {
	display:block;
	width: 310px;
	height: 70px; 
	text-indent:-9999px;
	background:url("/images/sections/login/signup_pharma.png") top right no-repeat;
	}

#signup_panel #signup_pharma:hover {
	background:url("/images/sections/login/signup_pharma.png") top left no-repeat;
	}





/* slideshow */

#slideshow {
	position: relative;
	height: 360px;
}

#slideshow img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
}

#slideshow img.active {
	z-index: 10;
}

#slideshow img.last-active {
	z-index: 9;
}





/* bottom column */

#column_bottom {
	padding-top: 20px;
	}

#badge_area {
	width: 270px;
	float: left;
	}

#badge_area p {
	text-align: center;
	line-height: 1.6;
	}

#badge_area img {
	padding-right:10px;
	}

#disclaimer {
	width: 670px;
	float: left;
	}

#disclaimer li {
	font-size: 75%;
	padding-bottom: 10px;
	padding-left: 10px;
	list-style-type: none;
	background: url(/images/common/icons/icon_marker_triangle.gif) top left no-repeat;
	background-position: 0 0.5em;
	line-height: 1.6;
	}

#disclaimer li a {
	text-decoration: underline;
	}



