/**
 * Stylesheet for plugin jquery.survey.js
 *
 */

form.survey fieldset ul li									{ display: none; }
form.survey fieldset										{ height: 75px; }
form.survey fieldset  label									{ width: 100% !important; margin: 5px 0px 20px 0; font-size: 18px;  color: #00a1de; }
form.survey fieldset .fieldItemValue label					{ margin: 0; padding: 0 10px; line-height: 19px; font-size: 12px; color: #fff;  display: inline-block;
                          			 								 margin-right: 3px; font-size: 1em;}
form.survey fieldset .fieldItemValue label.last				{ margin-right: 0; }
form.survey fieldset.grid4 .fieldItemValue label			{ width: 138px !important; background: url(../interapy/img/blocks/bg-btn-4-small.gif) 0 0 no-repeat; }
form.survey fieldset.grid5 .fieldItemValue label			{ width: 106px !important; background: url(../interapy/img/blocks/bg-btn-5-small.gif) 0 0 no-repeat; }
form.survey fieldset .fieldItemValue label:hover			{ background-position: 0 -20px; color: #00a1de; cursor: pointer; }
form.survey fieldset .fieldItemValue label.selected			{ background-position: 0 -41px; color: #00a1de; }
form.survey fieldset input[type=radio],
form.survey .btnClear,
form.survey .btnSend                                { display: none; }

