﻿.box, .box1, .box2, .box3, .box0 {
    /*color: #888888;
    height: 205px;*/
   left:100%;
    padding: 20px;
    position: fixed;
    right: 30%;
    top: 15%;
    width: 555px;
    z-index: 101;
    text-align:justify;
	
}
.box0 {border:5px solid #75d0f0; border-radius:10px; -moz-border-radius:10px; background-color: #eaf9fe; color:#161a1c;}/*about*/
.box {border:5px solid #ef0486; border-radius:10px; -moz-border-radius:10px; background-color: #fff6ea; color:#13110e;}/*home*/






.box1 {border:5px solid #8cc345; border-radius:10px; -moz-border-radius:10px; background-color: #eefddb; color:#151b0e;}/*fine*/
.box2 {border:5px solid #fbd877; border-radius:10px; -moz-border-radius:10px; background-color: #fff5da; color:#221e13;}/*how*/
.box3 {border:5px solid #f6ec7f; border-radius:10px; -moz-border-radius:10px; background-color: #fffcdc; color:#19180d;}/*fet*/

.content1{float:left; width:100%; margin-top:-30px; line-height:24px;}
.content1 h3{}
.content1 p{font-size:18px; width:100%; float:left;}
.content1 ul{padding-left:50px;}
.content1 ul li{font-size:20px; width:100%; float:left; padding:5px 0;}

.input1{float:left; width:49%;}
.input1 ul{float:left; padding:0;}
.input1 ul li{font-size:12px; width:100%; float:left; list-style:none; padding:5px 0; }
.input1 ul li input{outline:none; height:40px; padding:0 10px; width:240px; border:0; background-image:url('../images/input.html'); background-position:left top; background-repeat:no-repeat; background-color:transparent; color:#19180d;}


.content1 textarea{outline:none; height:49px; margin-top:10px; padding:10px 10px 30px 10px; width:535px; border:0; background-image:url('../images/textarea.html'); background-position:left top; background-repeat:no-repeat; background-color:transparent; color:#19180d;}

.overlay {
    background: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
	opacity:0.5;
}

a.boxclose {
    background: url('../images/cancel1.png') repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 26px;
    left: 32px;
    position: relative;
    top: -33px;
    width: 26px;
}