/* CSS Document */

 

<style>
/* Basic Grey */
.basic-grey {
margin-left:auto;
margin-right:auto;
max-width: 630px; 
min-height:243px;
background: #fff;
padding: 1px 0px 1px 0px;
  font-family: Tahoma, "微软雅黑", Arial; 
color: #888;
text-shadow: 1px 1px 1px #FFF;
border:0px solid #c0c0c0; 

}
.basic-grey h1 {
font-size: 12px;
padding: 0px 0px 10px 40px;
display: block;
border-bottom:1px solid #E4E4E4;
margin:0px;
color: #888;
}
.basic-grey h1>span {
display: block;
font-size: 12px;
}
.basic-grey label {
display: block;
margin: 0px;
}
.basic-grey label>span {
float: left;
width: 630px;;
text-align: right;
 
margin-top: 1px;
color: #888;
}
.basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea,  {
border: 1px solid #cccccc;
color: #888;
height: 28px;
margin-bottom: 1px;
 
margin-top: -1px;
outline: 0 none;
padding: 0px 0px 3px 0px;
width: 630px;
max-width: 630px;
font-size: 12px;
line-height:18px;
box-shadow: inset 0px 1px 4px #ECECEC;
-moz-box-shadow: inset 0px 1px 4px #ECECEC;
-webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.basic-grey textarea{
padding: 1px 0px 1px 0px;
}
.basic-grey select {
/*background: #FFF url('down-arrow.png') no-repeat right;
background: #FFF url('down-arrow.png') no-repeat right);*/
appearance:list-menu;
  
/*-webkit-appearance:none;
-moz-appearance: none;*/
text-indent: 0.01px;
color: #888;
width:630px;
height: 28px;
line-height: 18px;
}
.basic-grey textarea{
height:100px;
}
.basic-grey .button {
background: #999;
 
padding: 5px 5px 5px 5px;
color: #fff;

border-radius: 3px;
 
cursor: pointer;
}
.basic-grey .button:hover {
 box-shadow: 1px 1px 1px #666;
 color: #fff;
 background: #dc1d23;
}

</style>