/* general */
body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #aaa;
}
.clear {
	clear: both;
}
.none {
	display: none;
}

a:hover {
	opacity: 0.9;
}

strong {
	font-weight: bolder;
}

.smallTxt {
	font-size: 0.9em;
	color: $555;
	padding-top: 5px;
}

.errorTxt {
	font-size: 0.9em;
	color: #ff0000;
	padding-bottom: 5px;
}

#main input[type="text"]:hover,
#main input[type="password"]:hover {
	background-color: #f1f1f1;
}

#main input[type="text"]:focus,
#main input[type="password"]:focus {
	background-color: #e9f8fc;
}

a {
	overflow: hidden;
}

/* header */
header {
	background: #f5f5f5 url('../images/header-reg.jpg') no-repeat center top;
	height: 210px;
	padding: 0px 0px;
}

header#topHeader {
	background: #f5f5f5 url('../images/header-top.png') no-repeat center top;
	height: 340px;
}

#menuBar {
	height: 60px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

/* 左上メニュー */
#topMenu {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 430px;
	height: 60px;
}

	#topMenu li {
		position: absolute;
		height: 60px;
		top: 0px;
	}

	#topMenu li a{
		display: block;
		text-indent: -9999px;
		height: 60px;
	}
	
	#topMenu li a:hover{
		opacity: 0.8;
	}

	#topPage {
		left: 0px;
		width: 150px;
	}
	
	#topPage a {
		background: #fff url('../images/header-reg.png') no-repeat 0px 0px;
	}
	
	#productInfo {
		left: 150px;
		width: 180px;
	}
	
	#productInfo a {
		background: #fff url('../images/header-reg.png') no-repeat -150px 0px;
	}

/* 右上メニュー */
#coreMenu {
	position: absolute;
	top: 0px;
	right: 5px;
	height: 55px;
	width: 335px;
}

	#coreMenu li {
		position: absolute;
		width: 165px;
		height: 55px;
	}
	
	#coreMenu li a {
		display: block;
		height: 55px;
		text-indent: -9999px;
	}

	#coreMenu li a:hover {
		opacity: 0.9;
	}
	
	#login {
		right: 0px;
	}
	
	#login a {
		background: url('../images/login-btn.png') no-repeat left top;
	}
	
	#logout {
		right: 0px;
	}
	
	#logout a {
		background: url('../images/logout-btn.png') no-repeat left top;
	}
	
	#postMovie {
		right: 170px;
	}
	
	#postMovie a {
		background: url('../images/upload-movie-btn.png') no-repeat left top;
	}



#topHeader #headerWrapper>h1 {
	position: absolute;
	top: 45px;
	left: 0px;
	width: 360px;
	height: 120px;
}

	#topHeader #headerWrapper>h1 a {
		display: block;
		height: 120px;
		text-indent: -9999px;
		background: url('../images/logo-top.png') no-repeat left top;
	}
	


#headerWrapper>h1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 75px;
}

	#headerWrapper>h1 a {
		display: block;
		height: 75px;
		text-indent: -9999px;
		background: url('../images/doradora-logo.png') no-repeat left top;
	}
	
	#headerWrapper>h1 a:hover {
		opacity: 0.8;
	}

/* 検索フィールド部分 */
#searchArea {
	position: absolute;
	right: 5px;
	top: 30px;
	width: 410px;
	height: 24px;
	padding: 6px 6px 6px 36px;
	background: #fff url('../images/zoom-icon.png') no-repeat 8px 8px;
	border-radius: 4px;
	box-shadow: 0px 1px 3px #888 inset;
}

#topHeader #searchArea {
	top: 60px;
}

	/* 検索フィールド */
	#searchFld {
		font-size: 14px;
		width: 250px;
		border: none;
		padding: 0px;
		outline: none;
		padding: 5px 0px;
	} 
	
	/* 検索ボタン */
	#searchBtn {
		position: absolute;
		right: 4px;
		top: 4px;
		width: 100px;
		height: 28px;
		color: #fff;
		font-size: 13px;
		border: none;
		text-shadow: 0 0 1px #07390b;
		border-radius: 2px;
		box-shadow: 0px 1px 3px #888;
		background: #09560b;
		background: -moz-linear-gradient(90deg, #09560b 0%, #238d40 100%) #aaa;
		background: -webkit-gradient(linear, left bottom, left top, from(#09560b), to(#238d40)) #aaa;
	}
	
	#searchBtn:hover {
		opacity: 0.9;
	}
	
	#searchBtn:active {
		background: #063a07;
		background: -moz-linear-gradient(90deg, #063a07 0%, #20813b 100%) #aaa;
		background: -webkit-gradient(linear, left bottom, left top, from(#063a07), to(#20813b)) #aaa;
	}

#headerWrapper,
#menuWrapper {
	width: 1010px;
	margin: 0px auto;
	position: relative;
}


/* main */
#main {
	background-color: #fff;
	width: 100%;
	padding: 0px 0px;
}

#mainWrapper {
	position: relative;
	width: 1010px;
	margin: 0px auto;
	padding-bottom: 20px;
	background: #fff url('../images/main-bkgnd.png') no-repeat left top;
}

#headItem {
	background: url('../images/top-item.png') no-repeat left top;
	position: absolute;
	top: -36px;
	left: 0px;
	width: 1010px;
	height: 30px;
	padding-top: 20px;
	padding-left: 20px;
}


#movieCategory h1 {
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 100%;
	width: 200px;
	color: #555;
	font-size: 16px;
	margin-top: -5px;
	background: url('../images/side-line.png') no-repeat left top;
}

#movieCactegory-selector {
	position: absolute;
	top: 0px;
	top: 15px;
	left: 180px;
}

#movieCactegory-selector li {
	float: left;
	text-align: center;
	line-height: 100%;
}

#movieCactegory-selector li a {
	display: block;
	padding: 6px 0px;
	margin-right: 1px;
	color: #fff;
	font-size: 13px;
	border-radius: 4px;
	text-decoration: none;
	text-shadow: 0px -1px 0px #000;
	box-shadow: 0 1px 2px #034c6a inset;
	background: #057bab;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#057bab), to(#0ca1dd));
	background-image: -moz-linear-gradient(90deg, #057bab 0%, #0ca1dd 100%);
}

#movieCactegory-selector li.current a{
	background-color: #023f58;
	background-image: none;
}

#movieCactegory-selector li a:hover {
	opacity: 0.9;
}

#all-genle {
	width: 75px;
}

#beautiful-sight {
	width: 75px;
}

#rare-spot {
	width: 75px;
}

#fun-car {
	width: 120px;
}

#danger {
	width: 85px;
}

#angry {
	width: 100px;
}

#rare-car {
	width: 100px;
}

#heartwarming {
	width: 80px;
}

#non-genre {
	width: 100px;
}



#middleBar {
	padding-top: 30px;
	margin: 0px 21px;
}

#movieContents {
	position: relative;
	margin-left: 20px;
	border-bottom: 1px solid #ccc;
}

#topContents {
	position: relative;
	padding-top: 40px;
	margin-left: 25px;
}

#statusIndication {
	position: absolute;
	top: 30px;
	left: 20px;
	padding-left: 22px;
}
.currentStatus {
	font-size: 18px;
	font-weight: bolder;
}
.explanationAdd {
	font-size: 13px;
	color: #666;
}

/* 並び替え */
#sortControls {
	position: relative;
	padding-bottom: 30px;
	padding-left: 690px;
}

#sortControls h1 {
	position: absolute;
	top: 8px;
	left: 620px;
	font-size: 13px;
	width: 180px;
	line-height: 100%;
	color: #666;
}

#sortBtns li {
	float: left;
	font-size: 13px;
	line-height: 100%;
	font-weight: bolder;
	margin-right: 3px;
}

#sortBtns li a {
	display: block;
	color: #666;
	padding: 6px 8px;
	text-decoration: none;
	line-height: 100%;
	border: 1px solid #a8bcc4;
	border-radius: 4px;
	background: #e2e2e2;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#e2e2e2), to(#ffffff));
	background-image: -moz-linear-gradient(90deg, #e2e2e2 0%, #ffffff 100%);
}

#sortBtns li.current a {
	color: #fff;
	background-color: #59b7d9;
	background-image: none;
}

.movieItem {
	float: left;
	width: 466px;
	padding: 7px 7px 25px 7px;
	margin-right: 10px;
	background: url('../images/movie-item-bkgnd.png') no-repeat left top;
}

	.thumbArea {
		float: left;
		width: 150px;
	}
	
	.thumbArea a:hover img {
		opacity: 0.9;
	}
	
	/* おすすめボタン */
	.thumbArea p {
		float: left;
		width: 95px;
		height: 30px;
		margin-left: 10px;
	}
	
	.thumbArea p a {
		display: block;
		height: 30px;
		text-indent: -9999px;
		background: url('../images/osusume-btn.png') no-repeat 0px 0px;
	}
	
	.thumbArea p.on a {
		display: block;
		height: 30px;
		text-indent: -9999px;
		background: url('../images/osusume-btn.png') no-repeat 0px -30px;
	}
	
	.thumbArea p a:hover {
		opacity: 0.8;
	}
	
	.recomentNumber {
		float: left;
		margin: 4px 0px 0px 0px;
		line-height: 100%;
		font-size: 12px;
		background: #fff;
		padding: 4px 6px;
		border-radius: 5px;
		border: 1px solid #ccc;
	}
	
	.metaArea {
		float: left;
		margin-left: 12px;
		width: 290px;
	}
	
	.metaArea>h1 {
		font-weight: bolder;
		font-size: 16px;
		line-height: 100%;
		padding: 4px 0px 0px;
		margin-bottom: 10px;
		height: 16px;
		overflow: hidden;
	}
	
	.metaArea>h1 a {
		color: #024159;
		text-decoration: none;
	}
	
	.metaArea>h1 a:hover {
		color: #035d7f;
		text-decoration: underline;
	}
	
	.metaArea>p {
		color: #555;
		font-size: 12px;
		line-height: 140%;
		height: 50px;
		overflow: hidden;
	}
	
	.metaArea table {
		margin-top: 10px;
		margin-left: 20px;
		border-collapse: collapse;
		font-size: 12px;
		color: #555;
	}
	
	.metaArea th {
		width: 70px;
	}
	
	
/* pager */
#pager {
	width: 500px;
	padding-top: 15px;
	margin: 0px auto;
}

#pager li {
	float: left;
	font-size: 14px;
	line-height: 100%;
	font-weight: bolder;
	margin-right: 3px;
}

#pager li a{
	display: block;
	color: #666;
	padding: 6px 8px;
	text-decoration: none;
	line-height: 100%;
	border: 1px solid #a8bcc4;
	border-radius: 4px;
	background: #e2e2e2;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#e2e2e2), to(#ffffff));
	background-image: -moz-linear-gradient(90deg, #e2e2e2 0%, #ffffff 100%);
}

#pager li.current a{
	color: #fff;
	background-color: #59b7d9;
	background-image: none;
	
}

#pager li#prevPage {
	margin-right: 12px;
}

#pager li#nextPage {
	margin-left: 12px;
}


/* 画像投稿のお誘い */
#inviteMoviepost {
	margin: 30px auto 40px;
	width: 650px;
	border-radius: 6px;
	background-color: #d0e8ee;
	padding: 20px 40px;
}

#inviteMoviepost p {
	line-height: 140%;
	font-weight: bolder;
	font-size: 14px;
	color: #104d85;
}

#postMovie-btn {
	float: right;
	width: 175px;
	height: 40px;
}

#postMovie-btn a {
	display: block;
	text-indent: -9999px;
	height: 40px;
	background: url('../images/upload-movie.png') no-repeat left top;
}

.google-ads {
	margin: 20px 0 20px 0;
	text-align: center;
}
.banner-image {
	text-align: center;
}


/* footer */
footer {
	margin-top: 0px;
	background-color: #666;
	height: 150px;
	width: 100%;
	padding: 0px 00px;
}

#footerMenu {
	padding-top: 20px;
	padding-bottom: 60px;
}

#footerMenu li {
	font-size: 13px;
	padding-left: 20px;
	padding-right: 15px;
	float: left;
}

#footerMenu li a {
	color: #fff;
	text-decoration: none;
}

#footerMenu li a:hover {
	border-bottom: 1px dotted #fff;
}

#footerWrapper {
	width: 1010px;
	margin: 0px auto;
}

#footer-secondItem {
	position: relative;
	width: 650px;
	margin: 0px auto;
}

#copyright {
	font-size: 13px;
	color: #ccc;
}

#jafmateLinks {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 300px;
}

#jafmateLinks li {
	float: left;
	width: 90px;
	height: 30px;
	margin-left: 30px;
}

#jafmateLinks li a {
	display: block;
	text-indent: -9999px;
	height: 30px;
}

#jafmate {
	background: url('../images/jafmate.png') no-repeat left top;
}

#eJmagazine {
	background: url('../images/ejmagazine.png') no-repeat left top;
}

#ways {
	background: url('../images/ways.png') no-repeat left top;
}

/* video player */

#backBtn {
	margin-top: 10px;
	height: 26px;
	line-height: 100%;
	font-size: 14px;
	width: 200px;
}

#sharing {
	width: 340px;
	position: absolute;
	top: 25px;
	right: 40px;
}

#sharing h1 {
	position: absolute;
	top: 10px;
	left: -210px;
	line-height: 100%;
	font-size: 12px;
	color: #555;
	width: 200px;
	text-align: right;
}

#shareList li {
	float: left;
	height: 30px;
	margin-left: 5px;
}

#shareList li a {
	display: block;
	height: 30px;
	text-indent: -9999px;
}

#facebookBtn a{
	width: 90px;
	background: url('../images/sharingBtns.png') no-repeat 0px 0px;
}

#twitterBtn a{
	width: 70px;
	background: url('../images/sharingBtns.png') no-repeat -90px 0px;
}

#googleBtn a{
	width: 80px;
	background: url('../images/sharingBtns.png') no-repeat -160px 0px;
}

#hatenaBtn a{
	width: 80px;
	background: url('../images/sharingBtns.png') no-repeat -240px 0px;
}

#backBtn a {
	color: #555;
	font-weight: bolder;
	text-decoration: none;
	display: block;
	height: 14px;
	padding: 6px 0px 6px 36px;
	background: url('../images/backArrow.png') no-repeat left top;
}

#videoPlayer {
	background-color: #444;
	width: 990px;
	margin: 0px auto;
	text-align: center;
}

#explanationArea {
	width: 640px;
	margin: 0px auto 0px;
}

#userinfo {
	margin-top: 10px;
	margin-bottom: 15px;
}

.userName {
	float: left;
	width: 300px;
	background: url('../images/usericon.png') no-repeat left top;
	height: 12px;
	padding: 9px 0px 9px 42px;
	line-height: 100%;
	font-size: 14px;
	font-weight: bolder;
	color: #014167;
}

.userName span {
	font-size: 12px;
	padding: 0px 5px;
}

.datePosted {
	float: left;
	width: 298px;
	padding: 9px 0px;
	font-size: 14px;
	text-align: right;
	color: #555;
}

.videoplayerMeta {
	float: left;
	width: 480px;
	padding-left: 10px;
}

.videoplayerMeta h1 {
	font-size: 16px;
	font-weight: bolder;
	color: #333;
	line-height: 100%;
	margin-bottom: 15px;
}

.videoplayerMeta p {
	font-size: 14px;
	color: #555;
	line-height: 150%;
	margin-bottom: 14px;
}

p.genreinfo {
	font-size: 13px;
	font-weight: bolder;
}

#linkCode {
	border-top: 1px solid #ccc;
	padding-top: 20px;
	margin: 20px 0px 20px;
	text-align: center;
}

#linkCode p {
	font-size: 12px;
	line-height: 100%;
	margin: 0px 0px 12px;
}

#linkCode textarea {
	text-align: left;
	line-height: 120%;
	width: 640px;
	height: 80px;
	margin: 0px auto;
	font-size: 14px;
}

/* single Page */
h1.pageTitle {
	font-size: 24px;
	font-weight: bolder;
	margin: 10px 50px 0px 50px;
	color: #555;
	border-bottom: 1px solid #ccc;
}

#textContents {
	width: 760px;
	margin: 0px auto 0px;
	padding-top: 40px;
	padding-bottom: 40px;
}

#textContents a {
	color: #366883;
}

#textContents a:hover {
	color: #1e9ce0;
}

section>h1 {
	font-size: 16px;
	font-weight: bolder;
	line-height: 100%;
	margin-bottom: 16px;
}

.subsection>h1 {
	color: #036186;
	padding-bottom: 4px;
	border-bottom: 1px solid #ccc;
}

section {
	margin-bottom: 60px;
}

section p {
	color: #555;
	margin: 12px 0px;
	font-size: 14px;
}

section ul {
	padding-left: 50px;
}
section ul li {
	list-style: disc;
	margin-left: 0px;
	padding-left: 10px;
	color: #555;
	margin: 8px 0px;
	font-size: 14px;
}

section ol {
	padding-left: 50px;
}
section ol li {
	margin-left: 0px;
	color: #555;
	margin: 8px 0px;
	font-size: 14px;
}

.companyInfo {
	border-collapse: collapse;
	width: 730px;
	
}

.companyInfo th {
	width: 100px;
	text-align: left;
	font-size: 14px;
	border: 1px solid #6e7f90;
	color: #114b86;
	font-weight: bolder;
	background-color: #dce8ed;
	padding: 12px;
}

.companyInfo td {
	font-size: 14px;
	border: 1px solid #6e7f90;
	padding: 12px;
	color: #555;
}

.companyInfo ul {
	margin-bottom: 10px;
	padding-left: 30px;
}

.companyInfo ul li {
	list-style: disc;
	padding-left: 0px;
}

.companyInfo td p {
	margin-bottom: 10px;
}

.bolderTxt {
	font-weight: bolder;
}

/* top page */
.movieList {
	position: relative;
	width: 960px;
	height: 170px;
	margin-bottom: 10px;
	background: url('../images/list-area.png') no-repeat left top;
}

.listTitle {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 198px;
	height: 125px;
}

.genleStyle {
	position: absolute;
	left: 12px;
	top: 25px;
	width: 120px;
	height: 35px;
	text-indent: -9999px;
	background: url('../images/genle-top.png') no-repeat left top;
}

.allgenle {
	position: absolute;
	left: 12px;
	top: 25px;
	width: 120px;
	height: 35px;
	text-indent: -9999px;
	background: url('../images/all-genle-top.png') no-repeat left top;
}

.genleName {
	position: absolute;
	top: 64px;
	left: 12px;
	font-size: 12px;
	color: #555;
	line-height: 100%;
	padding-bottom: 2px;
	border-bottom: 1px solid #bbb;
	width: 180px;
}

.genleName a {
	text-decoration: none;
	font-weight: bolder;
	color: #035d82;
	font-size: 18px;
}

.genlePop {
	position: absolute;
	top: 85px;
	left: 60px;
	color: #555;
	font-weight: bolder;
	font-size: 13px;
}

.thumbnailList {
	padding-left: 198px;
	padding-top: 8px;
}

.topThumb {
	width: 150px;
	float: left;
	margin-right: 10px;
}

.topThumb h1 {
	font-size: 13px;
	font-weight: bolder;
	text-align: center;
	line-height: 100%;
	margin: 7px 0px 5px
}

.topThumb h1 a {
	text-decoration: none;
	color: #035d82;
}

.topThumb h1 a:hover {
	text-decoration: underline;
}

.topThumb p {
	font-size: 11px;
	text-align: center;
	color: #555;
	line-height: 100%;
}

.moreButton {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 105px;
	height: 125px;
}

.moreBtn {
	position: absolute;
	width: 100px;
	top: 40px;
	right: 15px;
	font-size: 12px;
	font-weight: bolder;
}

.moreBtn a {
	display: block;
	text-align: center;
	color: #035d82;
	text-decoration: none;
	line-height: 100%;
	padding-top: 50px;
	background: url('../images/moreBtn.png') no-repeat center top;
}

#bannerSpace {
	text-align: center;
	margin-bottom: 30px;
}

.centerImage {
	text-align: center;
}

#supportCenterInfo {
	width: 500px;
	margin: 0px auto;
	text-align: center;
	border: 1px solid #aaa;
	padding: 25px 15px 15px;
	border-radius: 6px;
}

#supportCenterInfo h1 {
	font-weight: bolder;
	font-size: 20px;
	line-height: 100%;
	margin-bottom: 15px;
}

#supportCenterInfo h1 img {
	vertical-align: text-bottom;
}

#supportCenterInfo h2 {
	font-weight: bolder;
	font-size: 16px;
	line-height: 100%;
	margin-bottom: 15px;
}

#supportCenterInfo h3 {
	font-weight: bolder;
	font-size: 13px;
	line-height: 120%;
	padding: 15px;
	margin: 0px 30px;
	background-color: #d8edf4;
	border-radius: 4px;
}

.centerTxt {
	font-weight: bolder;
	text-align: center;
}

#newsBox {
	position: absolute;
	top: 180px;
	left: 5px;
	width: 880px;
	padding: 10px 100px 10px 20px;
	border-radius: 6px;
	background-color: rgba(26, 87, 128, 0.72);
	font-size: 13px;
	color: #fff;
	text-shadow: 0px 1px 3px #000;
}

#newsBox h1 {
	float: left;
	width: 145px;
	padding-left: 15px;
}

#newsListButton {
	position: absolute;
	top: 10px;
	right: 5px;
	width: 90px;
}

#newsListButton a {
	position: absolute;
	top: -5px;
	right: 0px;
	display: block;
	width: 100px;
	color: #ccc;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	line-height: 100%;
	padding: 9px 0px;
	border-radius: 4px;
	background: #282828;
	background: -moz-linear-gradient(90deg, #282828 0%, #484848 100%) #000;
	background: -webkit-gradient(linear, left bottom, left top, from(#282828), to(#484848)) #000;
}

#newsListButton a:hover {
	color: #fff;
}

#newsTicker {
	float: left;
	width: 720px;
	height: 18px;
	font-size: 13px;
}

#newsTicker a {
	color: #9dd8e8;
	text-decoration: none;
	border-bottom: 1px dotted #9dd8e8;
}

#newsTicker a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

#newsBox .newsDate {
	opacity: 0.8;
	text-shadow: none;
	padding-right: 10px;
}

.explanationTxt {
	font-size: 14px;
	color: #555;
	line-height: 140%;
}

.inputPanel {
	clear: both;
	width: 600px;
	margin: 20px auto 0px;
	background-color: #eee;
	border-radius: 6px;
	border: 1px solid #ddd;
	padding: 20px 15px 15px;
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.40) inset;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.40) inset;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.40) inset;
}

#uploadpanel.inputPanel {
	width: 730px;
}

.discriptionPanel {
	clear: both;
	width: 722px;
	margin: 20px auto 0px;
	background-color: #fff;
	border-radius: 6px;
	border: 5px solid #ddd;
	padding: 20px 15px 15px;
}

.discriptionPanel p {
	font-size: 14px;
	line-height: 140%;
	color: #555;
	margin: 15px 0px;
	padding: 0px 20px;
}

.discriptionPanel ul {
	font-size: 14px;
	line-height: 140%;
	color: #555;
	margin: 15px 0px;
	padding: 0px 20px;
}

.discriptionPanel li {
	list-style: disc;
	margin-left: 30px;
}

.inputPanel>dl {
	clear: both;
	border-bottom: 1px solid #ddd;
}

dl.bottomFlds {
	clear: both;
}

.inputPanel dt {
	float: left;
	font-size: 14px;
	font-weight: bolder;
	color: #555;
	width: 190px;
	padding: 8px 0px;
}

.inputPanel dd {
	float: left;
	font-size: 14px;
	padding: 5px 0px;
	width: 410px;
}

.inputPanel dd input {
	background-color: #fff;
	border: 1px solid #999;
	padding: 5px;
	width: 300px;
}

.forgetPwd-line {
	font-size: 14px;
	margin: 20px auto 0px;
	width: 600px;
	color: #555;
	text-align: right;
}


.btnLine {
	margin: 0px auto 100px;
	width: 325px;
}

.btnLine02 {
	margin: 0px auto 100px;
	width: 150px;
}

.btnLine div,
.btnLine02 div {
	margin: 0px auto;
	float: left;
	width: 150px;
	font-size: 14px;
}

.btnLine div a,
.btnLine02 div a {
	display: block;
	height: 14px;
	font-weight: bolder;
	color: #fff;
	text-decoration: none;
	line-height: 100%;
	text-align: center;
	padding: 10px 0px;
	border-radius: 6px;
}

#login-btn,
#register-btn {
	margin-right: 25px;
}

#login-btn a {
	background: #cd720b;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#cd720b), to(#ff9013));
	background-image: -moz-linear-gradient(90deg, #cd720b 0%, #ff9013 100%);
	border: 1px solid #7d470f;
	text-shadow: 0 -1px 0 rgb(106, 71, 28);
}

#registration-btn a,
#confirm-btn a,
#register-btn a{
	background: #2a69a4;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#2a69a4), to(#4c91d1));
	background-image: -moz-linear-gradient(90deg, #2a69a4 0%, #4c91d1 100%);
	border: 1px solid #1f4e7b;
	text-shadow: 0 -1px 0 rgb(28, 64, 106);
}

#cancel-btn a {
	background: #666666;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.005, #666666), to(#959595));
	background-image: -moz-linear-gradient(90deg, #666666 0.5%, #959595 100%);
	border: 1px solid #666;
	text-shadow: 0 -1px  #444;
}

.spacer {
	height: 100px;
}

.mailsentTxt {
	font-size: 14px;
	line-height: 140%;
	margin-bottom: 14px;
}

.inputPanel textarea {
	width: 400px;
	height: 200px;
}

.inputPanel textarea.uploadTxt {
	width: 520px;
	height: 80px;
}

.inputPanel textarea:hover {
	background-color: #f1f1f1;
}

.inputPanel textarea:focus {
	background-color: #e9f8fc;
}

.inputPanel select {
	width: 520px;
	height: 16px;
}

.smallTxext {
	font-size: 12px;
}

.requiredItem {
	font-size: 12px;
	color: #3380c8;
}

#loginInfo {
	position: absolute;
	top: 15px;
	right: 200px;
	text-align: right;
	line-height: 100%;
	font-size: 13px;
	width: 200px;
	height: 30px;
}

#changeRegistration {
	position: absolute;
	top: 20px;
	right: 0px;
	width: 148px;
	height: 14px;
	text-align: center;
}

#changeRegistration a {
	display: block;
	height: 14px;
	padding: 5px 0px;
	color: #555;
	border: 1px solid #999;
	border-radius: 4px;
	font-weight: bolder;
	text-decoration: none;
	background: #dbdbdb;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#dbdbdb), to(#e9e9e9));
	background-image: -moz-linear-gradient(90deg, #dbdbdb 0%, #e9e9e9 100%);
	text-shadow: 0 1px 0 #ffffff;
}

.upload-btn-line {
	width: 730px;
	margin: 0px auto 60px;
}

.upload-btn-line div {
	margin: 0px auto;
	width: 300px;
}

.upload-btn-line div a {
	display: block;
	font-size: 18px;
	text-decoration: none;
	height: 18px;
	line-height: 100%;
	text-align: center;
	font-weight: bolder;
	padding: 15px;
	color: #fff;
	border-radius: 6px;
	background: #2a69a4;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#2a69a4), to(#4c91d1));
	background-image: -moz-linear-gradient(90deg, #2a69a4 0%, #4c91d1 100%);
	border: 1px solid #1f4e7b;
	text-shadow: 0 -1px 0 rgb(28, 64, 106);
}

.upload-btn-line p {
	margin-top: 15px;
	text-align: center;
	font-size: 14px;
	color: #555;
}

.upload-btn-line p a {
	color: #366883;
}

.upload-btn-line p a:hover {
	color: #1e9ce0;
}

#small-logoutBtn {
	position: absolute;
	top: 10px;
	right: 40px;
	width: 150px;
	line-height: 100%;
}

#small-logoutBtn a {
	display: block;
	font-size: 12px;
	text-decoration: none;
	font-weight: bolder;
	color: #333;
	height: 14px;
	text-align: right;
	padding: 19px 60px 19px 0px;
	background: url('../images/logout-btn02.png') no-repeat right top;
}

span.news-line {
        width: 700px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
}
