/**
 * CSS styles for forms generated by yiic.
 *
 * The styles can be applied to the following form structure:
 *
 * <div class="form">
 *     <div class="row">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 *     <div class="row">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 *     <div class="row buttons">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 * </div>
 *
 * The above code will render the labels and input fields in separate lines.
 * In order to render them in the same line, please use the "wide" form as follows,
 *
 * <div class="wide form">
 *     ......
 * </div>
 *
 * @author Qiang Xue <qiang.xue@gmail.com>
 * @link http://www.yiiframework.com/
 * @copyright Copyright &copy; 2008-2010 Yii Software LLC
 * @license http://www.yiiframework.com/license/
 */

#fbtpage div.form
{
	margin: 0;
  overflow: auto;
}

#fbtpage div.form input,
#fbtpage div.form textarea,
#fbtpage div.form select
{
	margin: 0 0 15px;
}

#fbtpage div.form fieldset
{
	border: 1px solid #DDD;
	padding: 10px;
	margin: 0 0 10px 0;
}

#fbtpage div.form label {
	font-weight: bold;
	font-size: 12px;
	display:block;
	float: left;
}

#fbtpage div.form .row
{
	margin: 15px 0 0 0;
	overflow: auto;
	clear:both;
  width: 655px;
  border-top: 0;
}
#fbtpage div.form .buttons {
	overflow: hidden;
  margin-left: 20px;
  margin-right: 15px;
  width: auto;
}

#fbtpage div.form .hint
{
	margin: 0;
	padding: 0;
	color: #999;
}

#fbtpage div.form .note
{
	font-style: italic;
}

#fbtpage div.form span.required
{
	color: #E10019;
}

#fbtpage div.form .ui-state-default span.required {
	color: #E10019;
}

#fbtpage div.form div.error label,
#fbtpage div.form label.error,
#fbtpage div.form span.error
{
	color: #E10019;
}

#fbtpage div.form div.error input,
#fbtpage div.form div.error textarea,
#fbtpage div.form div.error select,
#fbtpage div.form input.error,
#fbtpage div.form textarea.error,
#fbtpage div.form select.error
{
	background: #FEE;
  border: 1px solid #E10019;
  box-shadow: 0;
}

#fbtpage div.form div.success input,
#fbtpage div.form div.success textarea,
#fbtpage div.form div.success select,
#fbtpage div.form input.success,
#fbtpage div.form textarea.success,
#fbtpage div.form select.success
{
	background: #E6EFC2;
	border-color: #C6D880;
}


#fbtpage div.form .errorSummary
{
	border: 2px solid #E10019;;
  margin: 0 0 20px 0;
  background-color: #FFEEEE;
  font-size: 0.9em;
}

#fbtpage div.form .errorMessage
{
	color: red;
	font-size: 0.9em;
}

#fbtpage div.form .errorSummary p
{
	margin: 0;
	padding: 5px;
  font-size: 14px;
}

#fbtpage div.form .errorSummary ul
{
	margin: 0;
	padding: 20px;
}

#fbtpage div.wide form label
{
	float: left;
	margin-right: 10px;
	position: relative;
	text-align: right;
	width: 100px;
}

#fbtpage div.wide form .row
{
	clear: left;
}

#fbtpage div.wide form .buttons
{
	clear: left;
	padding-left: 110px;
}

#fbtpage div.wide form .errorMessage
{
	margin: 0 0 0 110px;
}
#fbtpage div.form .rateWrapper {
	overflow:auto;
}
#fbtpage .ratecaption {
	margin:2px 0 0 90px;
	height: 25px;
}
#fbtpage .voteHintHeader {
	margin: 0 0 15px 0;	
}
#fbtpage .voteHint {
	font-size: 12px;
	margin: 1px 0 0 0;
}

#fbtpage form.preview {
	padding: 10px;
	position: relative;
  border-radius: 5px;
  border: 2px solid #fff;
}

#fbtpage .breaker {
	clear: both;
  height: 5px;
}

.createName {
  padding: 0 10px;
  border-top: 1px solid #545454;
}

p.note {
  margin: 0 0 20px 20px;
}

#fbtpage .buttonsWrapper {
  margin: 5px 0 10px;
  overflow: auto;
}

#FeedBackForm h3.ui-accordion-header a {
  font-size: 14px;
}

#FeedBackForm .ui-icon {
  text-indent: 0;
  background-image: none;
  padding-left: 20px;
}

#FeedBackForm .ui-icon:before {
  font-size: 30px;
  color: #FFFFFF;
  display: inline-block;
  float: right;
  font-family: cardelmar;
  width: 40px;
  text-indent: 0;
}
#FeedBackForm .ui-icon.ui-icon-triangle-1-s:before {
  content: "e";
}

#FeedBackForm .ui-icon.ui-icon-triangle-1-e:before {
  content: "c";
}
.ui-accordion-icons .ui-accordion-header a {
  padding: 0 0 3px 35px;
}

.ui-accordion .ui-accordion-header {
  margin: 0;
}

.widget #FeedBackForm .errorSummary ul {
  width: inherit;
  list-style-type: disc;
}