@charset "utf-8";
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #fff;
	margin: 0 auto;
	padding:0px;
}
h1, h2, h3, h4 { color: #617B9C; }
h1 {
	font-size:1.8em;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	padding: 0px;
}
h2 { font-size:1.6em; }
h3 { font-size:1.4em; }
h4 { font-size:1.2em; }

p { margin: 3px 0; }
a { color: #3B5998; text-decoration:none; }
a:hover { text-decoration: underline; }
a:visited { color: #3B5998; }
img { border: none; vertical-align: middle; max-width: 100%; }
input[type="button"] { cursor:pointer; }

.Hebrew{ text-align:right; direction:rtl; }
.Arabic{ text-align:right; direction:rtl; }
.English{ text-align:left; direction:ltr; }
.invisible{ color:white; display:none; }
.hr{ border-top: 1px solid #CCC; margin:8px auto; }
.clearfloat, .clearDiv { clear: both; }
.disclaimer{ font-size: 10px; }
.highlight { color: #FF6600; font-weight: bold; }

/** Error And Success Messages **/
.msg{ font-size:18px; text-align:center; }
.good{ color:blue; }
.bad{ color:red; }

/** Buttons **/
.buttonWrapper{
	border-color: #29447E #29447E #1A356E;
	border-style: solid;
	border-width: 1px;
	white-space: nowrap;
	text-align: center;
	margin: 0;
	color: #fff;
	cursor: pointer;
	display:inline-block;
	zoom: 1; /*IE hack to trigger hasLayout */
	*display: inline; /* IE hack to achieve inline-block behavior */
}
.buttonBlue{
	background: url("/images/button-top.jpg") repeat-x scroll 0 0 #5B74A8;
/*
	background-color: transparent;
*/
	line-height: 18px;
	text-decoration:none !important;
	color: #fff !important;
	display:inline-block;
	border: none;
	padding: 2px 6px	;
	text-align: center;
	color: white;
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size:11px;
	margin:0px;
	line-height:20px;
	font-weight:bold;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
}
/*
.buttonWrapper input[type="submit"]{
	line-height:18px;
	height:20px;
	color:black;
}
*/

.surveyInvitation{ 
	
	border-color: #E9E9E9;
    border-style: solid;
    border-width:  0 0 1px;
    margin: 10px 5px;
    padding: 10px 0;
}
.mp4{ height:400px; width:600px; } 

.text-label { color: #cdcdcd; }

/* Ie Fix */
.loginBox .fb-login-button iframe { width:132px !important; height:23px !important; }