/*Copyright (c) 2013, Daniel Reznick, vedmack@gmail.com
All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#widget_content, #widget_trigger {
	font-size: 16px;
	font-family: 'Helvetica Neue', Helvetica, Tahoma, Arial, sans-serif;
	
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

#widget_content ul {
	list-style: none;
	padding-left: 11px;
}

#widget_trigger{
	cursor: pointer;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
	z-index: 2001;
}

#widget_trigger.left-top, #widget_trigger.left-bottom , #widget_trigger.right-top, #widget_trigger.right-bottom { 
	width: 30px;
	height: 100px;
}

#widget_trigger.bottom-left{ 
	width: 100px;
	height: 40px;
}

#widget_content {
	width: 360px;
	height: 280px;
	z-index: 2001;
	padding:5px;
}

#widget_content.email_present {
	height: 360px;
}

#widget_content ul li {
	margin-right: 20px;
	margin-bottom: 20px;
}

#widget_content label {
	display: inline-block;
}

#widget_name {
	display: block;
	width: 340px;
}

#widget_email {
	display: block;
	width: 340px;
}

#widget_message {
	display: block;
	width: 340px;
}

#widget_submit {
	float: right;
}

.widget_trigger_text { 
	white-space: nowrap;
	position: absolute;
	top: 40px;
	letter-spacing: 2px;
	font-size: 17px;
}

.left-top .widget_trigger_text , .left-bottom .widget_trigger_text , .right-top .widget_trigger_text , .right-bottom .widget_trigger_text { 
	white-space: nowrap;
	position: absolute;
	top: 40px;
	letter-spacing: 2px;
	font-size: 17px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter:none;
}

.fm_clean {
	background-color: #F2F2F2;
}

.fm_clean#widget_trigger:hover{
	background-color: #CCCCCC;
}

.fm_clean button{
  	padding: 5px 10px;
	display: inline;
	background: #777;
	border: none;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 1px 1px #666;
}

.fm_clean button:hover {
	background-color: #9C9A9A;
}

.fm_clean .widget_trigger_text { 
	right: -30px;
}

.fm_clean .widget_title {
	padding-top: 5px;	
}

.fm_clean .widget_title span {
	margin-left: 10px;
}

#widget_content.fm_clean.widget_content_closed.left-top, #widget_content.fm_clean.widget_content_closed.left-bottom{
	margin-left: -380px;
}

#widget_content.fm_clean.left-top, #widget_content.fm_clean.left-bottom{
	margin-left: 0px;
}

#widget_trigger.fm_clean.widget_trigger_closed.left-top, #widget_trigger.fm_clean.widget_trigger_closed.left-bottom{
	margin-left: 0px;
}

#widget_trigger.fm_clean.left-top, #widget_trigger.fm_clean.left-bottom{
	margin-left: 380px;
}

#widget_content.fm_jquery.widget_content_closed.left-top, #widget_content.fm_jquery.widget_content_closed.left-bottom {
	margin-left: -382px;
}

#widget_content.fm_jquery.left-top, #widget_content.fm_jquery.left-bottom {
	margin-left: 0px;
}

#widget_trigger.fm_jquery.widget_trigger_closed.left-top, #widget_trigger.fm_jquery.widget_trigger_closed.left-bottom {
	margin-left: 0px;
}

#widget_trigger.fm_jquery.left-top, #widget_trigger.fm_jquery.left-bottom {
	margin-left: 382px;
}

.fm_jquery .widget_trigger_text { 
	right: -20px;
}

.fm_jquery#widget_content {
	padding: 0px;
	height: 330px;
}

.fm_jquery#widget_content.email_present {
	height: 390px;
}


.fm_jquery#widget_trigger{
	padding: 0px;
	border: 0px;
}

#widget_content.fm_bootstrap.widget_content_closed.left-top, #widget_content.fm_bootstrap.widget_content_closed.left-top {
	margin-left: -380px;
}

#widget_content.fm_bootstrap.left-top, #widget_content.fm_bootstrap.left-top {
	margin-left: 0px;
}

#widget_trigger.fm_bootstrap.widget_trigger_closed.left-top, #widget_trigger.fm_bootstrap.widget_trigger_closed.left-top {
	margin-left: 0px;
}

#widget_trigger.fm_bootstrap.left-top, #widget_trigger.fm_bootstrap.left-top {
	margin-left: 380px;
}


.fm_bootstrap .widget_trigger_text { 
	right: -25px;
}

.fm_bootstrap.hero-unit {
	padding:0px;
}

.fm_bootstrap.hero-unit ul {
	margin-left:15px;
}

.fm_bootstrap .widget_title {
	margin-bottom: 10px;
}

.fm_bootstrap .widget_title span {
	margin-left: 15px;
}

.fm_bootstrap .widget_trigger_text { 
	top: 35px;
}

.fm_bootstrap#widget_content ul {
	padding: 0px;
}

.fm_bootstrap#widget_content {
	height: 320px;
}

.fm_bootstrap#widget_content.email_present {
	height: 380px;
}

.fm_bootstrap#widget_trigger:hover{
	background-color: #CCCCCC;
}

.required_asterisk {
	color: red;
}

#widget_content.radio_button_list_present {
	height: 380px;
}

#widget_content.email_present.radio_button_list_present {
	height: 440px;
}

.radio_button_wrapper{
    display:inline-block;
    text-align:center;
	margin-right:35px;
}
#widget_content .radio_button_wrapper label {
    display:block;
}

#radio_button_list_title_wrapper{
	margin-bottom: 10px;
}

.fm_jquery#widget_content.radio_button_list_present {
	height: 430px;
}

.fm_bootstrap#widget_content.radio_button_list_present {
	height: 470px;
}

.fm_jquery#widget_content.email_present.radio_button_list_present {
	height: 500px;
}

.fm_bootstrap#widget_content.email_present.radio_button_list_present {
	height: 550px;
}

@media \0screen {
	.fm_clean .widget_trigger_text, .fm_jquery .widget_trigger_text, .fm_bootstrap .widget_trigger_text {
		right:-70px;
		width:100px;
		margin-top:-45px;
		filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.00000000, M12=1.00000000, M21=-1.00000000, M22=0.00000000,sizingMethod='auto expand');
	}
	.fm_bootstrap .widget_trigger_text {
		right:-65px;
		margin-top:-40px;
	}
}

#widget_trigger.left-top {
	position: fixed;
	top: 100px;
	left: 0;
}

#widget_content.left-top {
	position: fixed;
	top: 50px;
	left: 0;
}

#widget_trigger.left-bottom {
	position: fixed;
	bottom: 100px;
	left: 0;
}

#widget_content.left-bottom {
	position: fixed;
	bottom: 50px;
	left: 0;
}

#widget_trigger.right-top {
	position: fixed;
	top: 100px;
	right: 0;
}

#widget_content.right-top {
	position: fixed;
	top: 50px;
	right: 0;
}

#widget_trigger.right-bottom {
	position: fixed;
	bottom: 100px;
	right: 0;
}

#widget_content.right-bottom {
	position: fixed;
	bottom: 50px;
	right: 0;
}

#widget_content.fm_clean.widget_content_closed.right-top, #widget_content.fm_clean.widget_content_closed.right-bottom{
	margin-right: -380px;
}

#widget_content.fm_clean.right-top, #widget_content.fm_clean.right-bottom{
	margin-right: 0px;
}

#widget_content.fm_jquery.widget_content_closed.right-top, #widget_content.fm_jquery.widget_content_closed.right-bottom {
	margin-right: -382px;
}

#widget_content.fm_jquery.right-top, #widget_content.fm_jquery.right-bottom {
	margin-right: 0px;
}

#widget_content.fm_bootstrap.widget_content_closed.right-top, #widget_content.fm_bootstrap.widget_content_closed.right-top {
	margin-right: -380px;
}

#widget_content.fm_bootstrap.right-top, #widget_content.fm_bootstrap.right-top {
	margin-right: 0px;
}


#widget_trigger.fm_clean.widget_trigger_closed.right-top, #widget_trigger.fm_clean.widget_trigger_closed.right-bottom{
	margin-right: 0px;
}

#widget_trigger.fm_clean.right-top, #widget_trigger.fm_clean.right-bottom{
	margin-right: 380px;
}

#widget_trigger.fm_jquery.widget_trigger_closed.right-top, #widget_trigger.fm_jquery.widget_trigger_closed.right-bottom {
	margin-right: 0px;
}

#widget_trigger.fm_jquery.right-top, #widget_trigger.fm_jquery.right-bottom {
	margin-right: 382px;
}

#widget_trigger.fm_bootstrap.widget_trigger_closed.right-top, #widget_trigger.fm_bootstrap.widget_trigger_closed.right-top {
	margin-right: 0px;
}

#widget_trigger.fm_bootstrap.right-top, #widget_trigger.fm_bootstrap.right-top {
	margin-right: 380px;
}

#widget_me_frame {
	border: none; 
	overflow: auto; 
	height: 90%;
	width: 98%;
}