input{
    vertical-align: middle;
/*
    height: 27px;
*/
    color: #404040;
    border: none;
    padding: 8px 0px 0px 0px;
    margin: 2px;
    background: transparent;
}

#login_frm{
	display:none;
	position:fixed;
	top:40%;
	left:40%;
	text-align:left;
	border:solid 1px #eeeeee;
	background-color: #f2f2f2;
	text-shadow: -1px -1px 0px white;
	z-index:9999;
	padding:20px;
	margin-top:5px;
}
#login_frm th{
    width: 40%;
    padding: 0px 0;
    text-shadow: none;
    vertical-align:middle;
}
#login_frm td{
    width: 60%;
    padding: 5px 0;
    text-shadow: none;
}
#login_frm input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}

.jqTransformInputWrapper {
    background: transparent url(/img_common/input_text_left.gif) no-repeat left top;
    height: 31px;
    padding: 0px;
    float: left;
}

.btn {
    display: block;
    background-image: url(/img_common/btn_back.png);
    background-repeat: no-repeat;
    color:#ffffff;
    font-size:24px;
    width: 260px;
    height: 60px;
    margin: 0 auto;
    border: none;
    cursor: pointer;
    margin-top:20px;
}

.content{
	text-align:center;
	margin:5px auto;
}

.register{
	text-align:center;
	border:solid 1px #eeeeee;
	background-color: #f2f2f2;
	text-shadow: -1px -1px 0px white;
	z-index:9999;
	padding:20px;
	max-width:500px;
	margin:5px auto;
}

.email{
	width:500px;
	max-width:100%;
}


.properties_list li a{
	color:#333333;
}

.empty_image{
	width:340px!important;
	height:256px!important;
	border:1px solid #cccccc;
	background-color:#eeeeee;
}


.form-style-6{
    font: 95% Arial, Helvetica, sans-serif;
    max-width: 400px;
    margin: 10px auto;
    padding: 16px;
    background: #F7F7F7;
}
.form-style-6 h1{
    background: #43D1AF;
    padding: 20px 0;
    font-size: 140%;
    font-weight: 300;
    text-align: center;
    color: #fff;
    margin: -16px -16px 16px -16px;
}
.form-style-6 input[type="text"],
.form-style-6 input[type="date"],
.form-style-6 input[type="password"],
.form-style-6 input[type="datetime"],
.form-style-6 input[type="email"],
.form-style-6 input[type="number"],
.form-style-6 input[type="search"],
.form-style-6 input[type="time"],
.form-style-6 input[type="url"],
.form-style-6 textarea,
.form-style-6 select 
{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    background: #fff;
    margin-bottom: 4%;
    border: 1px solid #ccc;
    padding: 3%;
    color: #555;
    font: 95% Arial, Helvetica, sans-serif;
}
.form-style-6 input[type="text"]:focus,
.form-style-6 input[type="date"]:focus,
.form-style-6 input[type="datetime"]:focus,
.form-style-6 input[type="email"]:focus,
.form-style-6 input[type="number"]:focus,
.form-style-6 input[type="search"]:focus,
.form-style-6 input[type="time"]:focus,
.form-style-6 input[type="url"]:focus,
.form-style-6 input[type="password"]:focus,
.form-style-6 textarea:focus,
.form-style-6 select:focus
{
    box-shadow: 0 0 5px #43D1AF;
    padding: 3%;
    border: 1px solid #43D1AF;
}

.form-style-6 input[type="submit"],
.form-style-6 input[type="button"]{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 3%;
    background: #43D1AF;
    border-bottom: 2px solid #30C29E;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;    
    color: #fff;
}
.form-style-6 input[type="submit"]:hover,
.form-style-6 input[type="button"]:hover{
    background: #2EBC99;
}

.prev_btn{
	color: #666666;
	font-size: 1.50em;
	vertical-align: -0.25em;
	background-color: #dedede;
	text-decoration:none;
	padding:10px;
}
.prev_btn:before {
    content: "＜　";
}
.prev_btn:hover{
	opacity:0.8;
}

.curPage{
	font-size:24px;
	color:#000000;
	padding:0 30px;
}

.next_btn{
	color: #666666;
	font-size: 1.50em;
	vertical-align: -0.25em;
	background-color: #dedede;
	padding:10px;
	text-decoration:none;
}
.next_btn:hover{
	opacity:0.8;
}

.next_btn:after {
    content: "　＞";
}

.unablePage{
	font-size: 1.50em;
	padding:10px;
	vertical-align: -0.25em;
	background-color: #fefefe;
	color: #eeeeee;
}


@media (max-width: 900px){
.prev_btn{
	color: #666666;
	font-size: 0.80em;
	vertical-align: -0.25em;
	background-color: #dedede;
	text-decoration:none;
	padding:10px;
}
.prev_btn:before {
    content: "＜";
}
.prev_btn:hover{
	opacity:0.8;
}

.curPage{
	font-size:24px;
	color:#000000;
	padding:0 30px;
}

.next_btn{
	color: #666666;
	font-size: 0.80em;
	vertical-align: -0.25em;
	background-color: #dedede;
	padding:10px;
	text-decoration:none;
}
.next_btn:hover{
	opacity:0.8;
}

.next_btn:after {
    content: "＞";
}

.unablePage{
	font-size: 0.80em;
	vertical-align: -0.25em;
	background-color: #fefefe;
	color: #eeeeee;
}
}
