﻿.textbox {
	width:20em;
	margin-left:1em;
	padding:0.3em;
	border:#CCCCCC solid 0.1em;
	background-color:#fff;
}

.loginBtn {
	width:8em;
	height:1.8em;
	font-weight:bold;
	float:right;
	border:0.1em solid #cccccc;
	font-family:Arial;
	font-size:1.3em;
	background:#1c568f;
	color:#FFFFFF;
	margin-top:1em;
	padding-bottom:1em;
}

.loginBtn:hover {
	background-color:#4c96e0;
	cursor:pointer;
}

.loginRight 
{
    text-align:right;
}


.loginInput {
	width:15em;
	margin-left:1em;
	padding:0.2em;
	height:1.2em;
	border:#CCCCCC solid 0.1em;
	background-color:#fff;
}

#gallery_col {
    width: 80em;
    margin:8em auto 0 18%;
}

#main_top {
	width:630px;
	height:14px;
	float: left;
	background:url(../media/gallery/box_01-trans.png) top left no-repeat;
	padding: 0 0 0 .7em;
}

#main_top, #main_bottom {
	font-size: .1em;
}

#main {
	width:630px;
	float: left;
	background:url(../media/gallery/box_02-trans.png) top left repeat-y;
	min-height: 300px;
}

#main .cnt {
	float: left;
	margin: .4em;
	display: inline;
	width: 19em;
}

#main_bottom {
	width:630px;
	height:23px;
	float: left;
	background:url(../media/gallery/box_03-trans.png) top left no-repeat;
	display: inline;
}

#main_title {
	float: left;
	width:40em;
	margin: 1.3em 2em 1em 2em;
	height: 2em;
	display: inline;
}

#intro {
	float: left;
	width:40em;
	margin: 0 0 0 2em;
	display: inline;
}

#intro p {
	color: #a2a5a5;
	font-size: 1.15em;
	line-height: 1.5em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

#loginBox {
    float: left;
    width: 35em;
    margin: 1.3em 0 1.5em 7em;
    display: inline;
    z-index: 999;
}

#loginBox a:link, #loginBox a:visited {
	font-size:1.1em;
	color:red;
	text-decoration:none;
	font-weight:normal;
}

#loginBox a:hover {
	color:red;	
	text-decoration:underline;
}

#loginBox h1 {
	font-size:1.2em;
	color:#000;
	font-weight:normal;
}
