ul.shield <?php
header("Cache-Control: no-cache, must-revalidate"); // HTTP1.1 
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the past  
$env = unserialize(base64_decode($_GET['env']));
$ie=$env['browser']['ie'];if ($ie==6)$ie6=true;
$firefox=$env['browser']['firefox'];
$safari=$env['browser']['safari'];
if ($firefox) header('Content-Type: text/css');
?>@charset "UTF-8";
form{margin:0;padding:0;}
.tipsbox {z-index:1000}
.tipsbox .tipsbox_top_left{background: url('<?php echo $location; ?>top_left.png') no-repeat;}
.tipsbox .tipsbox_top{background: url('<?php echo $location; ?>top.png') repeat-x;height: 17px;}
.tipsbox .tipsbox_top_right{background: url('<?php echo $location; ?>top_right.png') no-repeat;}
.tipsbox .tipsbox_left{background: url('<?php echo $location; ?>left.png') repeat-y;width: 17px;}
.tipsbox .tipsbox_right{background: url('<?php echo $location; ?>right.png') repeat-y;width: 22px;}
.tipsbox .tipsbox_bottom_left{background: url('<?php echo $location; ?>bottom_left.png');}
.tipsbox .tipsbox_mark{background: url('<?php echo $location; ?>mark.png') no-repeat;height: 36px;}
.tipsbox .tipsbox_bottom_right{background: url('<?php echo $location; ?>bottom_right.png');}
.tipsbox .tipsbox_inner, .tipsbox .tipsbox_inner_ie6{background: url('<?php echo $location; ?>inner.png');}
.tipsbox .tipsbox_inner_ie6 {padding: 4px;}
.tipsbox .tipsbox_error {display:none;}
.tipsbox p {padding:2px 4px;line-height: 12px;}
.tipsbox p span {font-size: 1em;font-weight: bold;color: red;line-height: 35px;}

/**
 * Forms
 **/
input,select{border:1px solid #333}
input{float:left;}
input,select,textarea {height:17px;height:18px;margin-bottom:1px;font-size:9px;<?php if ($ie): ?>height:18px;border:1px solid #191919;<?php else: ?>height:17px;<?php endif; ?> }
fieldset {border:none;border:0px solid #efefef;background:none;padding:3px 0 6px 0px;min-width:142px}
legend {font-weight:bold;font-size:11px;padding:3px 7px;color:#333;background:none;border:0px solid #efefef;margin-bottom:-4px;}
form p{margin:0;}
div#domainTools form p.label {display:block;color:#444;float:left;width:120px;height:17px;font-size:10px;margin:0 3% 0 1%;clear:left;}
div#domainTools form p.input {display:block;float:left;}
div#domainTools form p.input input {padding-top:2px;height:14px;width:130px;}
div#domainTools form p.submit {display:block;float:left}
div#domainTools form p.submit input {padding:1px 5px;height:18px;float:left;margin-left:2px;}
div#domainTools form p.submit span {font-size:9px;display:block;float:right;margin-right:7px;font-variant:small-caps;}
div#domainTools form div.ajax{font-size:11px;line-height:20px;text-align:center;}
/** AJAX **/
.domainLookupAjaxWaiting,.checkPageRankAjaxWaiting,.competitorPageRankAjaxWaiting{height:75px;width:167px;clear:left;background: url(../../images/icons/spinner.gif) no-repeat center;}
.domainLookupAjaxResponse,.checkPageRankAjaxResponse,.competitorPageRankAjaxResponse{clear:both;width:167px;height:auto;padding:2px 0 8px;color:#353535}
