﻿*{
padding:0;
margin:0;
list-style:none;
text-decoration:none;
border:0;
}
.con{
width:1100px;
margin:50px auto;
overflow:hidden;
}
.con2{
width:800px;
float:right;
}
.word{
width:800px;
margin:0 auto;
}

.elegant-aero {
margin-left:auto;
margin-right:auto;
max-width: 500px;
background: #F7F7F7;
padding: 20px 20px 20px 20px;
font-size:14px;
color: #666;
}
.elegant-aero h1 {
height:100px;
color: #fff;
font-size:24px;
padding: 10px 10px 10px 20px;
display: block;
/*background: #66C1E4;*/
background:url(404.png) no-repeat;
/*border-bottom: 1px solid #B8DDFF;*/
margin: -20px -20px 15px;
margin-bottom:50px;

}
.elegant-aero h1>span {
display: block;
font-size: 11px;
}
.elegant-aero label>span {
float: left;
margin-top: 10px;
color: #5E5E5E;
}
.elegant-aero label {
display: block;
margin: 0px 0px 5px;
}
.elegant-aero label>span {
float: left;
width: 20%;
text-align: right;
padding-right: 15px;
margin-top: 10px;
font-weight: bold;
}
.elegant-aero input[type="text"], .elegant-aero input[type="email"], .elegant-aero textarea, .elegant-aero select {
color: #666;
width: 70%;
padding: 0px 0px 0px 5px;
border: 1px solid #C5E2FF;
background: #FBFBFB;
outline: 0;
-webkit-box-shadow:inset 0px 1px 6px #ECF3F5;
box-shadow: inset 0px 1px 6px #ECF3F5;
font: 200 12px/25px;
height: 35px;
line-height:2em;
margin: 2px 6px 16px 0px;
}
.elegant-aero textarea{
height:100px;
padding: 5px 0px 0px 5px;
width: 70%;
}
.elegant-aero select {
background: #fbfbfb url('404.png') no-repeat right;
background: #fbfbfb url('404.png') no-repeat right;
appearance:none;
-webkit-appearance:none;
-moz-appearance: none;
text-indent: 0.01px;
text-overflow: '';
width: 70%;
}
.elegant-aero .button{
font-size:16px;
padding: 10px 30px 10px 30px;
background: #66C1E4;
border: none;
color: #FFF;
box-shadow: 1px 1px 1px #4C6E91;
-webkit-box-shadow: 1px 1px 1px #4C6E91;
-moz-box-shadow: 1px 1px 1px #4C6E91;
text-shadow: 1px 1px 1px #5079A3;
}
.elegant-aero .button:hover{
background: #3EB1DD;
}