body,html{
	margin: 0;padding: 0;
}
body{
	width: 1100px;
	margin: auto;
}
input{ 
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    transition: border linear 0.2s,box-shadow linear 0.2s;
    font-size: 1em;
    display: inline-block;
    padding: 4px;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 3px;
    margin: 5px 0 5px 5px;
}
.btn{
	display: inline-block;
    *display: inline;
    padding: 4px 10px;
    font-size: 1em;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#e6e6e6));
    background-image: linear-gradient(top,#ffffff,#e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff',endColorstr='#e6e6e6',GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    *zoom: 1;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
}
.main{
	background: none repeat scroll 0 0 #FFFFE0;
    border: 1px solid #E6DB55;
    border-radius: 3px;
    margin-bottom: 5px;
    padding: 10px;
    overflow: hidden;
}
.box{
	width:500px;float: left;
}
.box .li{
	margin-bottom: 5px;
}
.box .li input[type='text']{
	width: 340px;
}
.box .li span{
	display: inline-block;
	width: 75px;
}
.result{
	width:540px;float: right;
}
.note{
	background: none repeat scroll 0 0 #F5F5F5;
    border: 1px dotted #785;
    margin: 10px 0 0;
    padding: 10px;
    margin-bottom: 5px;
    min-height: 165px; 
}
.note .bg{
	height: 25px;width: 75px;margin-bottom: 10px;
}
.note .bli{
	color:#333;margin-bottom: 10px;
}
.note .bli span{
	display: inline-block;width: 50px;
}
.ts{
	margin: 20px 0;
	background: #f1f2f3;
	padding: 10px;
}
.ts p{
	color:#666;margin-bottom: 10px;
}
.ts p span{
	color:#F16F5C;
}

