#sortBox {
	width: 684px;
	padding: 5px 10px 0px 10px;
	/*display: none;*/
	border: 1px #cccccc solid;
	clear: both;
}
#sortBox h2 {
	font-size: 14px
}
#sortOptions {
	clear: none;
}
#sortOptions2 {
	float:right
}
#sortOptions3 {
	float: left
}
#sortOptions ul{
  float: left;
  width: 680px;
  margin: 5px 0 10px 0;
  padding: 0;
  list-style: none;
  text-align:left;
}
#sortBox fieldset { border: 1px solid white; padding: 0px !important; margin: 0px !important; }
#sortBox fieldset:hover {background-color: #f0ffd3; border: 1px solid #e2e2e2;}

#sortOptions li{
  float: left;
  width: 200px;
  margin: 0;
  padding: 0;
  background-image:none;
	}	

#sortOptions2 ul, #sortOptions3 ul{
  float: left;
  width: 115px;
  margin: 5px 0 10px 0;
  padding: 0;
  list-style: none;
  text-align:left;
}
#sortOptions2 li, #sortOptions3 li{
  float: left;
  width: 115px;
  margin: 0 0 4px 0;
  padding: 0;
  background-image:none;
	}	
#flagOptions ul{
  float: left;
  width: 350px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align:left;
}
#flagOptions li{
  float: left;
  width: 165px;
  margin: 0 0 4px 0;
  padding: 0;
  background-image:none;
	}	
#clickMe {	
	float:right;
	margin-right:20px
	}
#sortButtons {
	margin-top:10px;
	margin-bottom:10px;
	width:100%
	}
.subscribe img {
	margin: 0 5px 0 5px
}
fieldset label {
	width: 125px;
}
#sortInfo h2,.sortInfo h2 {
	color:#415b11;
}
.savedMessage {
	background:transparent url(/img/frogpond/FROGicons/smallICONS/savedFrog.png) no-repeat scroll 0 0;
	display:block;
	height:20px;
	margin-bottom:10px;
	margin-left:35px;
	margin-top:10px;
	width:20px;
	}
	#bzzDescript  {
	display:none;
	float:left;
	width:400px;
	padding:0;
	margin:0;
		
}
	/* -------------------------------------- Input Restlying (CRIR) ------------------------------------------------------ */
	
	/* Checkboxes */
label.checkbox_checked {
	background: url(/img/frogpond/check.png) no-repeat left;
	display: block;
	margin: 0 0;
	padding-left: 20px;
}
label.checkbox_unchecked  {
	background: url(/img/frogpond/box.png) no-repeat left;
	display: block;
	margin: 0 0;
	padding-left: 20px;
}

/* Radio Buttons */
label.radio_checked {
	background: url(/img/frogpond/check.png) no-repeat left;	
	display: block;
	margin: 0 0;
	padding-left: 20px;
}
label.radio_unchecked  {
	background:  url(/img/frogpond/bullet.png) no-repeat left;	
	display: block;
	margin: 0 0;
	padding-left: 20px;
}


/* Hover State */
label:hover{
	color: #575B60;
}

label.highlighted {
	border: 1px solid #333;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* STOP EDITTING - DO NOT CHANGE OR REMOVE        */
.crirHidden {
	position: absolute;
	left: -1000px;
}
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

.categoryDescription{
	display:none;
	float:left;
	width:400px;
	padding:0;
	margin:0;		
}



/* ------------------------------------------------------- COOL BUTTONS -----------------------------------------------*/
	.btn { display: block; position: relative; padding: 5px 5px; float: left; color: #fff; text-decoration: none; cursor: pointer; }
    .btn * { font-style: normal; background-image: url(/img/frogpond/btn4.png); background-repeat: no-repeat; display: block; position: relative; }
    .btn i { background-position: top left; position: absolute; margin-bottom: -5px; top: 0px; left: 0; width: 5px; height: 5px; }
    .btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
    .btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
    .btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }
	.btn.gray { background: #cccccc;  }
    .btn.green { background: #A5D642; }
	.btn.search {background:#ff9900; margin-top:5px; font-size:10px}
	.btn.flagging {background:#ff9900; font-weight:bold; margin-right:5px}
	.btn.sort {background:#ff9900; margin-top:-5px; margin-right:10px;margin-bottom:10px; font-size:12px; position:relative; font-weight:bold; width:150px; text-align:center}
	.btn.frogList {color:#333333; width:565px; text-align:justify}
    .btn.pink { background: #e1a; }
    .btn:hover { background-color: #92BD40; text-decoration:none; }
    .btn:active { background-color: #444; }
    /*.btn[class] { background-image: url(../img/shade.png); background-position: bottom; }*/
/* IE6 Hack */
  * html .btn { border: 3px double #aaa; }
  * html .btn.gray { border-color: #cccccc; }
  * html .btn.green { border-color: #A5D642; }
  * html .btn.pink { border-color: #e1a; }
  * html .btn:hover { border-color: #92BD40; }
  
