#minsida{
	width: 		700px;
        font-family:	Trebuchet MS, Arial, Sans-Serif;
	color:		#000000;
	font-size:	11px;
}
#minsida label, #minsida input, #minsida select, #minsida textarea {
	display: 	block;
	width: 		150px;
	float: 		left;
	margin-bottom: 	5px;
}
.readonlyitem {
  	color:		#000;
  	background-color: #D8D8D8;
}
.right{float:right;}
.left{
        float:          left;
}

#minsida label {
	text-align: 	left;
	width: 		120px;
	padding-right: 	10px;
}


#header{
	color:		#FF0000;
	font-family:	Trebuchet MS, Arial, Sans-Serif;
	font-size:	13px;
	font-weight:	bold;
}

#container{
	position: 	relative;
	background-color: #FFF;
	padding: 	1px;
	float: 		left;
}
.subhead{
	background-color: #D8D8D8;
	padding: 	3px 0 3px 5px;
	text-align: 	left;
	font-family:	Trebuchet MS, Arial, Sans-Serif;
	font-size:	16px;
	color:		#333333;
	font-weight:	bold;
}
#container .left, #container .right, #container .bottom, #container .ftext{
	position: 	relative;
	border: 	1px;
	padding: 	5px;
	background-color: #FFFFFF;
	float: 		left;
}

#buttons{
	position: 	relative;
	border:   	1px;
	background-color: #FFFFFF;
	padding:  	0px;
	float:    	right;
	text-align: 	center;
}
#buttons input {
	width: 		200px;
	align:		center;
	text-align:	center;
}

#minsida br {
	clear: 		left;
}
#container .ftext{
	color:		red;
}

