﻿/* ratethispage.css *//********************************** Rate This Page ************************************/#vote {		/*    margin: 1.33em 0;    border:1px solid #e6e6e7;    background-color:#f7f6f8;		*/    padding:10px;    font-weight:bold;    clear:both;				font-family: Arial, Verdana, sans-serif;		font-size: 12px;}.ie7 #vote {    margin: 0;    padding-top:5px;}#vote span{    padding-right:10px;    float:right;}#vote ul{		padding: 0;		margin: 0;    margin-top:1px;    float:right;}#vote ul li {    display:block;    float:left;    width:12px;    height:12px;}#vote ul li input {    display:none;}#vote ul li label{    display:block;    float:left;    width:12px;    height:12px;    background:url('../images/star.png') no-repeat top left;    cursor:pointer;}#vote input[type="submit"] {    background: url(Images/ButtonGradient.png) repeat-x;    border: 2px solid #FFF;    box-shadow: 0 0 4px #AAA;    font: bold 100% Arial, Verdana, sans-serif;    color: #08427b;    padding: 2px 7px 1px;    border-radius: 3px;    -moz-border-radius: 3px;    -webkit-border-radius: 3px;    margin-top: 3px;}#vote input[type="text"],#vote textarea {    padding: 2px 5px;    width: 290px;    color: #666;    border: 1px solid #e5e5e5;    box-shadow: 0 0 3px #DDD inset;    border-radius: 3px;    -moz-border-radius: 3px;    -webkit-border-radius: 3px;    margin: 0 0 7px;}#vote .captcha .voteCaptchaQuestion {    float:left;}#vote .captcha input[type="text"].voteCaptchaAnswer {    float:left;    margin-top:5px;    width:200px;}#vote .captcha .voteCaptchaError {    color:#f00;    display:block;    float:left;    font-weight:bold;    margin-left:10px;    margin-top:8px;}#vote .voteButton {    clear:both;    height:30px;    padding-top:5px;}