html,body {
	margin-bottom: .1px;
	height: 100%!important;

}

#footer a {
	color: #FFF;

}

form {
	margin: 0;
	padding: 0;

}

body,p,td,span {
	font-family: "Trebuchet MS", arial,verdana;
	font-size: 12px;
	line-height: 1.3;

}

.selector {
	font-weight: 700;

}

.property {
	color: blue;

}

.value {
	color: green;

}

#container {
	width: 728px;
	text-align: left;
	margin: 0 auto;

}

#top {
	width: 730px;
	height: 60px;

}

#content {
	width: 730px;

}

#footer {
	width: 730px;
	height: 32px;
	text-align: center;
	color: #FFF;

}

#finalCSSWrapper {
	width: 690px;
	text-overflow: ellipsis;
	overflow: hidden;

}

#finalCSS {
	background: #eee;
	padding: 10px;

}

#submitField {
	width: 730px;
	height: 220px;
	background: url(/img/bg-submitfield.png) no-repeat;
	position: absolute;

}

#submitFieldContent h1,#submitFieldContent h2 {
	color: #FFF;
	font-size: 18px;
	margin: 0 0 5px;

}

#submitFieldWrapper {
	width: 730px;
	height: 220px;
	position: relative;

}

#resultFieldTop {
	width: 730px;
	height: 20px;
	background: url(/img/bg-resultfield-top.png) no-repeat;

}

#resultField h2 {
	font-size: 18px;
	margin: 0 0 5px;

}

#resultField {
	color: #000;
	width: 730px;
	background: #FFF;
}

#resultFieldBottom {
	margin-bottom: 20px;
	width: 730px;
	height: 20px;
	background: url(/img/bg-resultfield-bottom.png) no-repeat;

}

.cPadd {
	padding: 0 20px;

}

#inputCSStext {
	width: 340px;
	height: 35px;
	font-family: "Trebuchet MS", arial,verdana;
	font-size: 11px;
	line-height: 1;
	overflow: hidden;
	border: 1px solid #8DD8F8;

}

#inputCSSfile {
	width: 340px;
	font-family: "Trebuchet MS", arial,verdana;
	font-size: 11px;
	border: 1px solid #8DD8F8;

}

input,textarea {
	border: none;
	font-weight: 700;

}

.inactiveInput,.inactiveInput a {
	color: #bbb;

}

pre {
	line-height: 1;
	margin: 0;

}

pre span {
	font-size: 9px;

}

.iconizedLink {
	text-indent: 30px;
	margin-bottom: 2px;
	display: block;
	font-size: 18px;
	font-weight: 700;

}

a:active,a:focus {
	outline: 0;

}

#resultField a,.activeInput,.activeInput a {
	color: #000;

}

.tips {
	margin-top: 50px;

}

.tips,.tips a {
	color: #999;

}

.tips i {
	color: #eee;

}

#submitFieldContent,#submitFieldContent a {
	width: 730px;
	height: 220px;
	position: absolute;
	color: #FFF;

}

.option {
	width: 24.9%;
	float: left;
	margin-bottom: 3px;

}