/* base
------------------------------------------------------------*/
body,table,p{
	margin:0;
	padding:0;
	line-height:140%;
	}

h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
	line-height:140%;
	}

ol,dl,dt,dd,ul,li{
	list-style:none;
	list-style-position:outside;
	margin:0;
	padding:0;
	text-indent:0;
	line-height:140%;
	}

img{ border:0; margin:0; padding:0; vertical-align:middle; }

body{
	width:100%;
	font-family:"Lucida Grande","Lucida Sans Unicode",Garuda,sans-serif;
	font-size:12px;
	line-height:140%;
	background:#eee;
	}

input{
	font-family:"Lucida Grande","Lucida Sans Unicode",Garuda,sans-serif;
	}

hr{
	display:none;
	}

/* wrapper
-----------------------------------------------------------------------------*/

div.wrapper{
	width:740px;
	margin:0 auto;
	padding:0 30px 75px;
	background:#fff;
	}

/* description
-----------------------------------------------------------------------------*/

div.description{
	width:740px;
	margin:10px auto 0 auto;
	padding:10px 30px 30px 30px;
	background:#fff;
	}
	
/* header
-----------------------------------------------------------------------------*/

div#header{
	position: relative;	
	height:90px;
	line-height:90px;
	border-bottom:1px solid #a7a3a1;
	}

div#header p{
	float:left;
	padding-top:20px;
	}

div#header p.logo img{
	max-height: 55px;
	}

	div#header p.registry{
	float:right;
	padding-top:37px;
	}

div#header p.login{
	position: absolute;
	right: 0;
	bottom: 5px;
	}

/* contents
-----------------------------------------------------------------------------*/

div#contents{
	padding:45px 0 0;
	}

div#contents #main{
	padding-top: 65px;
	}
	
div#contents #main .error{
	width:442px;
	margin: 0 0 10px 140px;
	padding: 5px;
	border-color: red;
	border: solid 1px;
	color: red;
	}

div#contents h1{
	font-size:26px;
	font-weight:bold;
	}

div#contents dl{
	width:455px;
	padding:0 0 0 140px;
	}

div#contents dl dt{
	float:left;
	width:175px;
	height:47px;
	margin:0;
	line-height:37px;
	font-weight:bold;
	}

div#contents dl .search-type{
	height:47px;
	line-height:47px;
	}

div#contents dl .captcha{
	line-height:59px;
	padding-top:20px;
	}

div#contents dl dt.captcha{ padding-bottom:180px; }

div#contents dl dd{
	float:left;
	width:280px;
	font-size:10px;
	}

div#contents dl dd img{
	margin-bottom:23px;
	}

div#contents dl input.input-text{
	width:257px;
	height:17px;
	padding:10px;
	margin-bottom:10px;
	border:1px solid #c9c9c9;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	}
	
div#contents dl dd.submit{
	margin:45px 0 0;
	}

div#contents dl dd.submit input,
div#contents p.link a{
	text-decoration:none;
	cursor:pointer;
	font-family:"Lucida Grande","Lucida Sans Unicode",Garuda,sans-serif;
	font-size: 12px;
	color: #ffffff;
	height:auto;
	width:auto;
	padding: 8px 25px;
	background:#004496;
	background: -moz-linear-gradient(
		top,
		#0174bb 0%,
		#004496);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#0174bb),
		to(#004496));
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #005cac;
	-moz-box-shadow:
		0px 1px 3px rgba(255,255,255,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(255,255,255,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 1px 3px rgba(255,255,255,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	text-shadow:
		0px 0px 0px rgba(255,255,255,1),
		0px 0px 0px rgba(255,255,255,0);
	*border:none;
}

div#contents p.result{
	line-height:20px;
	}

div#contents p.link{
	text-align:center;
	margin-top:65px;
	}

div#contents dl dd.submit input:hover,
div#contents p.link a:hover{
	background:#0174bb;
	}

/* footer
-----------------------------------------------------------------------------*/

div#footer{
	width:800px;
	margin:15px auto 50px;
	font-size:10px;
	color:#bbb;
	}

div#footer p{
	text-align:center;
	}

/* clearfix */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

