body {
	background-color: #fed992;
/*background-image:url(../images/_work_background/test04.png);*/	
	background-repeat:no-repeat;
	background-position:0 50px;
	margin:0;
	padding:0;
	color: #000000;
    font-family: Comic Sans MS, Verdana, Georgia, Arial, Helvetica, sans-serif;
    font-size: 17px;
    text-align: justify;
}
body.rtl {
    font-family: Arial,Verdana;
    font-size: 25px;
}
h1 {
	font-size: 22px;
	margin:0;
	padding:0;
}
body.rtl h1 {
	font-family: inherit; /*idem body.rtl*/
	font-size: 35px;
}
h2 {
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-style:italic;
	margin:0;
	padding:0;
}
body.rtl h2 {
	font-family: inherit; /*idem body.rtl*/
	font-size: 30px;
}
h3 {
	font-family: Helvetica, Arial, sans-serif;
	margin-top:0;
	padding-top:0;
	font-size: 20px;
}
body.rtl h3 {
	font-family: inherit; /*idem body.rtl*/
	font-size: 27px;
}

img {
	border: 0;
}

#error {
	display: float;
	width: 80%;
	background: red;
	color: white;
	z-index: 200;
	border: 1px solid #999;
	padding: 5px 5px;
	margin: 10px 10px;
}


#container {
	display: none;
	position: relative;
	margin-top: 20px;
	width:auto;
	margin-left: 450px;
	margin-right: 20px;
	margin-bottom: 10px;
	background: #fed992;
	box-shadow: 4px 4px 8px #999;
	border: 1px solid #999;
	padding: 0px;	
	overflow:auto;
/*-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;*/
}


#prayer {
	display: block;
	margin: 1px 10px;
}

#prayer div {
	display: inline;
	padding-top: 11px;
	padding-bottom: 11px;
	text-align: justify;
	margin: 0px 0px;
	padding: 0px 0px; 
}

#prayer p:first-letter {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 50px;
	padding:0;
	margin:0;
	margin-bottom:-3px;
	margin-right:3px;
	line-height: 50px;	
	float: left;
}
body.rtl #prayer p:first-letter {
    font-family: inherit;
	font-size: inherit;
	padding:inherit;
	margin:inherit;
	margin-bottom:inherit;
	margin-right:inherit;
	line-height: inherit;	
	float: inherit;
}
#prayer h3 {
	display: block;
	border-bottom: 1px solid #999;
}

div.controls {
	display:block;
	margin: 10px 10px;
	margin-bottom:0px;
	height:38px;	
}
div.controls div.controls-icons {
	display:inline;
	vertical-align:top;
}
div.controls div.controls-btn {
	float:right;
	margin:0;
	padding-top:0px;
	padding-bottom:2px;
	padding-left:10px;
	padding-right:2px;
}

#title {
	position: absolute;
	top: 10px;
	left: 20px;
}
#subtitle {
	position: absolute;
	top: 583px;
	text-align:center;
	width:352px;
	left: 50px;
	padding:0;
	margin:0;	
}
#image {
	display: block;
	position: absolute;
	top: 95px;
	left: 50px;	
	box-shadow: 4px 4px 8px #999;
	width:352px;
}

#help span {
	font-size: 10pt;
}

#footer {
	display: none;
	width:100%;
	position:absolute;
	padding: 5px 0px;
	margin: 0;	
    background-color: #fed992;
    text-align:center;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	font-size: 10px;
	font-family: Verdana, Georgia, Arial, Helvetica, sans-serif;	
}	