@charset "utf-8";

/*--------------------------------------
	Style Name : Login Style Sheet

	Header Area
	Content Area
--------------------------------------*/


/*--------------------------------------
	body
--------------------------------------*/

body {
	background:#d4e3e8;
}

/*--------------------------------------
	Header Area
--------------------------------------*/

#header-area {
	height:55px;
}

#header h1 {
	padding:5px 0 13px 3px;
}

#header #search {
	position:absolute;
	top:0;
	right:0;
	_width:320px;
	font-size:80%;
}

#header #search input {
	margin:0 0 0 5px;
	color:#666;
	vertical-align:middle;
	font-size:90%;
}

#header #search input.focus {
	color:#666;
}

#header #search input.text {
	width:115px;
}

#header #search span.note {
	display:block;
	font-size:94%;
	line-height:1.2em;
}


#header #search span.note input{
	margin:1px 5px 0 5px;
}


#header #search span.help {
	text-align:right;
	font-size:94%;
	line-height:1.5em;
}
/*--------------------------------------
	Content Area
--------------------------------------*/

#content-area {
	_padding:42px 0 5px;
	padding:42px 0 60px;
	background:url(../img/login/texture_content_01.png) repeat-x 0 0;
}

#content {
	_padding:30px 192px 100px;
	padding:30px 146px 100px;
	width:740px;
	_height:296px;
	height:456px;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	background:url(../img/login/texture_content_02.png) no-repeat 50% 0;
}

/*	div.section
--------------------------------------*/

div.module_login {
	float:left;
	width:320px;
}

div.module_login h2 {
	margin:20px 0 10px;
	text-align:center;
}

div.module_login h3 {
	margin:0 0 10px;
	text-align:center;
}

div.module_login table {
	margin:0 0 10px;
	width:100%;
}

div.module_login table th,
div.module_login table td {
	padding:5px 0 5px 5px;
	text-align:right;
}

div.module_login table th {
	font-weight:bold;
	_color:#1690d1;
	color:#666;
	font-size:100%;
	_text-shadow:1px 1px 1px #fff;
}

div.module_login table td {
	white-space:nowrap;
}

div.module_login input {
	border:1px solid #b1b1b1;
	color:#666;
}

div.module_login input.focus {
	border:1px solid #6f90b6;
}

div.module_login input.text {
	width:158px;
}

div.module_login input.name {
	margin:0 0 0 5px;
	width:75px;
}

div.module_login div.action-link button {
	padding:4px 8px;
	border:1px solid #1690d1;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	background:#1690d1;
	color:#fff;
	font-size:92%;
	font-weight:bold;
	cursor:pointer;
}

div.module_login div.action-link button:hover,
div.module_login div.action-link button:active {
	background:#fff;
	color:#1690d1;
}

div.module_login p.note {
	padding:0 0 0 60px;
	font-size:77%;
}

div.module_login div.action-link {
	text-align:center;
}

div.lead_block {
	float:right;
	width:400px;
}

div.lead_block h2 {
	margin:0 0 1.5em;
}

div#ads {
	margin:-60px auto 15px auto;
	width:760px;
	clear:both;
	overflow:hidden;
}

div#ads #movie {
	width: 600px;
	float:left;
}
div#ads #twitter {
	width: 150px;
	float:right;
	padding-right:0;
	margin-right:0;
}
