.clear		{ clear:both; }
a {	color:#72b123;}
a:hover { color:#588a1c;}


#more_btn, #hide_btn{
    cursor:pointer; 
    color:#7ec727;
}

#hide_btn{
	display:none;
}

#more_btn:hover, #hide_btn:hover{
	color:#6caa22;
}

.more_btn {
    cursor:pointer; 
    color:#7ec727;
    font-size: 20px;
}

.more_block{ display:none;}
	
.demo-warning{
 color:#ff0000;
 font-weight: bold;
 margin-left:50px;
}


.title-us {
	text-align:center;
	margin:120px 0;
	font-size:18px;
	color:#515151;
}

.space { height:10px;}

.form_label{
    display: block;
    color:#494949;
    font-size:11px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.btn-mini {
	background-image:url(images/buttons.gif);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#72b123;
	width:50px;
	height:30px;
	padding-bottom:4px;
	border:none;
	cursor:pointer;
	font-weight:bold;
	font-style:italic;
	color:#FFF;
	font-size:15px;
	}
	
.btn-small {
	background-image:url(images/buttons.gif);
	background-position:left -30px;
	background-repeat:no-repeat;
	background-color:#72b123;
	width:100px;
	height:30px;
	padding-bottom:4px;
	border:none;
	cursor:pointer;
	font-weight:bold;
	font-style:italic;
	color:#FFF;
	font-size:15px;
	}
	
.btn-normal {
	background-image:url(images/buttons.gif);
	background-position:left -60px;
	background-repeat:no-repeat;
	background-color:#72b123;
	width:150px;
	height:30px;
	padding-bottom:4px;
	border:none;
	cursor:pointer;
	font-weight:bold;
	font-style:italic;
	color:#FFF;
	font-size:15px;
	}
	
#id_confirmation_key{ width:270px;}

#confirm_response{ display:none;}	
.iframe_preview{ display:none;}

.question, .question_radio {
  background-image:url(images/question.png);
  background-repeat:no-repeat;
  width:12px;
  height:15px;
}

.question_radio {
  background-size:10px auto;
  width:10px;
  height:13px;
  display:inline-block;
  vertical-align: -2px;
}

.pm_disabled {
  color: gray;
}

.info_popup {
  position: absolute;
  padding: 5px;
  margin: 0px;
  border: 2px solid gray;
  color: black;
  background: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: smaller;
  visibility: hidden;
  display: none;
}
