
#scaffold label {
	width:200px;
	float:left;
}

#scaffold input {
	width:380px;
}

#scaffold textarea {
	width:380px;
}

#scaffold_list{
	width:650px;
	font-size:12px;
}

#scaffold_list th{
	text-align:left;
	background-color:#5C5C5C;
	color:white;
}

#scaffold_list th a{
	color:white;
}

#scaffold_list td{
	padding:5px;
	margin:0px;
}

.list1{
	background-color:#Cfccfc;
}

.list2{
	background-color:#fff;
}

#scaffold_list tr:hover{
	background-color:#5C5C5C;
	color:white;
}

#scaffold_list tr:hover a{
	color:white;
}

a.field_information {text-decoration:none;}
.field_information span{display:none;}
.field_information:hover span{display:block;position:absolute; width:200px; height:200px;background:white;border:1px solid black;}