body {
	font-family: Trebuchet MS;
	font-size:11px;
	padding:0px;
	margin:20px;
}
.stylePicksPop {
	color: #A7CD39;
	font-weight: bold;
	font-size: 16px;
	font-family: Trebuchet MS;
}
.topPod {
	color: #52BFEA;
	font-weight: bold;
	font-size: 16px;
	font-family: Trebuchet MS;
}
.textboxadmin      {
        font-size : 8pt;
        font-family: 'verdana';
        color: #000000;
        text-decoration: none;
	background-color: #EFEFEF;
}

.adminheader, .adminerror      {
        font-size : 8pt;
        font-family: 'verdana';
        color: #000000;
		font-weight: bold;
        text-decoration: none;
}

.adminerror {
color: red;
}
.instructions     {
        font-size : 8pt;
        font-family: 'verdana';
        color: #666666;
        text-decoration: none;
		text-align: left;
}

/********************
	Form Buttons
********************/
.grid_btn{
	height: 21px;
	font: bold 11px arial;
	text-transform: uppercase;
	background: url(../images/grid_btn.gif);
	cursor: pointer;
	cursor: hand;
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 2px;
}

.grid_btn_select{
	background: url(../images/grid_btn_select.gif);
}


.labelbox, .labelform    {
        font: bold 8pt 'verdana';
        color: #000000;
        text-decoration: none;
		background-color: #E7EDF3;
}

.labelform {
	text-align: right;
	padding:9px;
}