﻿@charset "utf-8";
@import url("common.css"); /* common stylesheet */

#dammy {
	background: url() no-repeat;
	margin: 0;
	padding: 40px 0 0 0;
	width: 216px;
	overflow: hidden;
	display: block;
	border: none;
	text-decoration: none;
	height: 0px!important;
	height /**/:40px;/* for ie5.x */
	}


/* #
--------- --------- --------- --------- --------- */

.loginarea {
	margin:60px auto 120px auto;
	padding:5px;
	width:400px;
	border-top:2px solid #E0E0E0;
	border-right:2px solid #E0E0E0;
	border-bottom:2px solid #E0E0E0;
	border-left:2px solid #E0E0E0;
	-webkit-border-top-right-radius: 4px; 
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px; 
	-moz-border-radius-topleft: 4px;
	-webkit-border-bottom-right-radius: 4px; 
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px; 
	-moz-border-radius-bottomleft: 4px;
	background-color: #FFF;
	}

.inputarea {
	margin:0 0 9px 0;
	padding:14px 9px 9px 40px;
	background-color: #F1F1F1;
	font-size: 1.2em;
	width:351px;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	position: relative;
	}

.login_form1, .login_form2 {
	font-size:14px;
	margin:0 0 10px;
	padding:0 0 0 30px;
	position:relative;
	width:270px;
	}

.login_form1 b, .login_form2 b {
	font-weight:bold;
	left:0;
	position:absolute;
	top:2px;
	}

.login_form {
	margin:0 0 0 10px;
	width:250px;
	}

