.highlight {
	background-color: yellow;
	padding: 5px;
	display: inline-block; 
}

.alt_row { background-color: #F7F7F7; }

.textfield {
	width: 100px;
	height: 26px;
	font-size: 18px;
	margin-top: 5px; /* margin-top must be consistent with label */
	padding: 2px 5px;
}

.tf_default_value {
	font-style: italic;
	color: #CCCCCC;
}

#recaptcha_image img {
	/*width: 210px;
	height: 40px;*/
	border: 1px solid #CFCFCF;
}


a { font-size: 10px; }

span.scale {
	font-size: 9px;
	font-weight: normal;
}

.msg {
	padding: 5px;
	font-size: 12px;
	background-color: #FEFF9F;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.msg_yes { 	
	background-color: #CCF300; 
	color: #000;
}

.msg_no { 
	background-color: #CC0000; 
	color: #fff;
}

.text_yes, a.text_yes { color: green; }

.text_no, a.text_no { color: #CC0000; }

.textfield:focus, select:focus {
	border: 2px solid #17B5FE;
	color: #5F5F5F;
}

select {
	width: 100px;
	height: 26px;
	font-size: 18px;
}

label {
	margin: 5px 10px 0 0;  /* margin-top must be consistent with .textfield */
	margin-right: 10px;
	display: block;
	text-align: left;
	float: left;
	width: 150px;
	height: 26px;
	overflow:auto
}

.radio {
	margin: 0 3px;
}

p.radio_option {
	margin: 0;
	height: 26px;
	float: left;
}

.submit_button {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid #5F5F5F;
	background-color: #CFCFCF;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	font-family: arial, sans-serif;
	padding: 4px 10px;
}

.fb_submit_button {
	background-color: #3B5998;
	border: none;
	padding: 5px;
	font-weight: bold;
	color: #fff;
	font-size: 11px;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
}

.fb_submit_button:hover { 	cursor: pointer; }

.submit_button:hover {
	cursor: pointer;
	background-color: #5F5F5F;
}

.button_yes {
	border-color: #9BC88C;
	background-color: #CFE4C8;
}

.button_yes:hover {
	background-color: #9BC88C;
}

.button_no {
	border-color: #FF7F7F;
	background-color: #FFBFBF;
}

.button_no:hover {
	background-color: #FF7F7F;
}


.option_button { /* eg. for sorting options button in gallery and details page*/
	/* use on <a>*/
	padding: 5px 5px;
	margin: 3px 5px;
	background-color: #F3F3F3;
	font-size: 11px;
	text-align: center;
	width: 100px;
	height: 15px;
	display: inline-block;
	border: 1px solid #CCCCCC;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.option_button:hover { /* eg. for sorting options[changed with blue links error] & product_snippet[haven't update to use this copy] button in gallery and details page*/
	/* use on <a>*/
	border-color: #9B9B9B;
	text-decoration: none;
}

.blank_button { background-color: #fff; border: none; }
.blank_button:hover { text-decoration: underline; }

/* sorting box */
div.sort_box {
	/*float: left;*/
	/*border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;*/
	/*width: 400px;*/
	border: 1px solid #CCCCCC;
	margin: 10px 0;
	padding: 5px;
}

.sort_box h1 {
	margin: 0;
	float:left;
}

.sort_box h1 #selected_sorting_option { 
	text-decoration: underline; 
	color: #17B5FE; 
	font-weight: bold;
}

.sort_box h2 {
	font-weight: normal;
	font-size: 11px;
	color: #000;
	margin: 0;
}

.sort_box select.option_click{
	margin: 0;
	padding: 0;
}

.sort_box ul.buttons {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

.sort_box .buttons li {
	display: inline;
	list-style: none;
}
/* //sorting box */



.bounce {
	border:1px solid #CCCCCC; border-top: none; border-left: none; 
	padding: 5px;
	width: 150px;
	background-color:#F4F4F8;
	text-align:justify;
	position: absolute;
}

