/* Styles for example queries
 *           ________________________
 * Example: | weight of rabbit     = |
 *           ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
 */

a.example span.content {
    border: 1px solid #AAAAAA;
    color: black;
    display: block;
    font: 12px/16px arial,sans-serif;
    padding: 1px 4px;
    vertical-align: middle;
    background-color: white;
}
		
a.example {
    border: 1px solid transparent;
    display: block;
    margin: 5px 0 14px;
    outline: 0 none;
    padding: 0;
    position: relative;
    width: 287px;
}

a.example .submit {
    background: url("/images/equal_off.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    display: block;
    font-size: 0;
    height: 0;
    margin: auto 0;
    padding: 14px 0 0;
    position: absolute;
    right: 4px;
    top: 3px;
    width: 13px;
}
		
a.example:hover, a.example-selected{
	border: 1px solid #FFCB00;
}
		
a.example:hover .submit, a.example-selected .submit {
  	background-image: url(/images/redesign/_equal_button.gif);
}
		
.ex-caption {
	font-size: 11px;
	color: #888;
    line-height: 16px;
}
