@charset "utf-8";
/* refuot_iframe */
body {
	text-align: right;
	direction:rtl;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

p,h1,h2 ,h3,h4 {
	margin:0px;
	padding:0px;
}

h1 {
	font-size:28px;
	margin-bottom:5px;
}

h2 {
	font-size:16px;
	margin-bottom:4px;
}

h3	{
	font-size:14px;
}

h4 {
	font-size:14px;
	font-weight:normal;
}

p {
	line-height:18px;
}

img {
	border:none; /* otherwise imgs insid <a> get silly blue border */
}

a {
	text-decoration: underline;
	color:#000000;
}

a:hover {
	color:#74A324;
}

/************ refuot colors  - after every change need to copy to editor.css ***********************/
h1,h4,.refuot_purple {color:#7e4098}
h2, .refuot_green {color:#8aa556}
h3 {color:#b192c4;}
.refuot_meditaf {color:#B06FB4}
.refuot_ortopedia {color:#ED1458}
.refuot_briut {color:#B0AC34}
.refuot_bereshit {color:#B61E74}
.refuot_daat {color:#F47C3B}
.refuot_shanan {color:#007DAD}
.refuot_tzuna {color:#A08850}
.refuot_yair {color:#00A886}
.refuot_hormonia {color:#E6A1A3}

/* labels and fields */
form label {
	float:right;
	font-size:12px;
}

.textfield, .email {
	float:left;
	font-size:11px;
	width:110px;
	height:12px;
	border: 1px solid #c0bdbc;
	font-family:Arial, Helvetica, sans-serif;
}

input, label, .textfield, .email {
	margin-top:5px;
}

.textarea {
	margin-top:0px;
	height:50px;
	width:168px;
	overflow:auto;
	}

/* submit buttons */
.submit_span {
	width:100%;
	direction:ltr;
	text-align:left;
	float:left;
}

/* header of ask form */
#ask_title {
	font-size:13px;
	font-weight:bold;
	color:#6e6f72;
	margin:0px;
	padding:0px;
	text-align:center;
	position:relative;
	top:44px;
}