
.controlPanelTable {
	margin:0 auto;
	width:500px;
	font-size: 12px;
}

.controlPanelTable table {
	border: 3px solid #EAEAEA;
}

.controlPanelTable tr {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
	vertical-align: top;
	background-color:#F2F2F2;
}

.controlPanelTable td {
	padding: 10px;
}

.controlPanelTable th {
	padding: 10px;
	background-color: #EAEAEA;
	color: #000000;
	text-align: center;
}

.controlPanelTable p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.controlPanelTable input, .controlPanelTable textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 300px;
}
	#stylized label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
	color: #C0C0C0;
	}
	#stylized .small{
	display:block;
	font-size:10px;
	font-weight:normal;
	text-align:right;
	width:140px;
	color: #666666;
	}
	#stylized input{
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #aacfe4;
		width:200px;
		margin:2px 0 20px 10px;
	}
#stylized textarea {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:200px;
	margin:2px 0 20px 10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

	#stylized button{
	clear:both;
	margin-left:150px;
	width:125px;
	height:31px;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	background-color: #000000;
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	border: 0px none #000000;
	}
