@import url(css/layout.css);
@import url(css/component.css);


/*  ==================== 全局通用部分 ====================  */
* html {
  filter:expression(document.execCommand("BackgroundImageCache", false, true));
}
body,p,td,th,select,textarea {
  font: normal normal 12px Arial;
  margin: 0;  padding: 0;
}
/**html{filter:Gray;}*/
ul,ol,dl,dt,dd, h1,p{
  margin: 0;  padding: 0;
  display:block;
}
body{
	background:#772130;
}
form{
	margin:0px; padding:0px;
}
ul,ol {
  list-style: none;
}
img {
  border: 0;
}
textarea {
  padding: 3px;
  border: 1px solid #a5d2eb;
}
a:hover,a:active {
  text-decoration: underline;
}
a{
	color:#333;
	text-decoration:none;
}
.vAlign {
  vertical-align: middle;
}

.textwhite {
  color: #fff;
}
input{
	padding:0 0 0 3px;
}
