@import "forms.css";
@import "main/persistentElements.css";
@import "main/elements.css";
@import "main/contentBlocks.css";


#asdf
{
    font-size:8px;
    padding:7px 14px 7px 14px;
    display:none;
}


#ContactsFeedback SELECT , 
#ContactsFeedback TEXTAREA , 
#ContactsFeedback INPUT 
{
	margin:1px;
}

.MultiSelectForm SELECT
{
	margin: 2px;
	
}
.MultiSelectForm .number
{
	margin: 2px;
	font-size:10px;
	font-weight:bold;
}



BODY {
	background:#004460;
}
.Spacer {
	height:12px;
	overflow:hidden;
}

#LayoutTable {
	table-layout:fixed;
	
}

#InterfaceLayoutTable {
	table-layout:fixed;
	background: #e4e4e4;
	
}

#ContentLayoutTable {
	table-layout:fixed;

}
















