@charset "utf-8";
/* CSS Document */

#nav {border-bottom:1px solid #dedede;}


#index {
	width:1000px;
	margin:auto;
	overflow:hidden;
	padding-left:8px;
	padding-right:8px;
	background:#FFF;
	}

.title {width:100%; margin-bottom:8px;}

.detail {line-height:1.5; margin-bottom:32px;}

#feedback {width:100%; min-height:550px;
	line-height:1.5;
	margin-bottom:36px;
	margin-top:36px;
}


#content {width:80%; overflow:hidden;}

#content  textarea {border:1px solid #f1f1f1; height:256px; resize:none; width:98%;}

#buttom {margin-top:16px; width:79%; overflow:hidden;}


#msg {float:left; color:#ff6699;}


#save {
	padding-right:8px;
	height:32px;
	width:210px;
	border:1px solid #dedede;
	background:#fff;
	color:#666;
	cursor:pointer; float:right;}

#save:hover {
	background:#ff6699;
	color:#fff;
	-webkit-transition: all .2s; 
	-moz-transition: all .2s; 
	-ms-transition: all .2s; 
	-o-transition: all .2s; 
	transition: all .2s;
	border:1px solid #ff6699;
}



@media screen and (min-width: 1680px) {
	
	#index {width:1200px;}
	
}


