/**
 * Poem CSS
 */
 
body {
	background:#ccc url(body.png) top center;
	color: #333;
	font-family: Amiri,Arial,Tahoma,Verdana,sans-serif;
	font-size: 18px;
	direction: rtl;
}

@import url(//fonts.googleapis.com/earlyaccess/Amiri.css); 

table {
	padding: 5px; 
	margin-bottom: 10px; 
	background: #fefefe;
	border: 1px solid #000;
    color: #000;
    border-radius: 4px;
text-align: center;
}

td { 
	padding: 5px;  
}

input, textarea, select { 
	padding: 5px; 
	color: #000; 
	background: #f5f5f5; 
	border: 1px solid #ccc; 
	margin: 5px 0; 
	font-size: 18px;
	line-height: 24px;
	-moz-border-radius:10px; 
	-webkit-border-radius:10px; 
} 
  
input:focus, textarea:focus, select:focus { 
    border: 1px solid #999; 
	background-color: #fff; 
	color:#333; 
}

button { 
	padding: 8px; 
	cursor: pointer; 
	border: 2px solid #ccc; 
	background:#222; 
	color:#fff; 
}

button:hover { 
    background:#555; 
}

fieldset { 
    padding:20px; 
	border:1px solid #ccc; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
}
legend { 
    padding:7px 10px; 
	font-weight:bold; 
	color:#000; 
	border:1px solid #ccc; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	margin-bottom:0 !important; 
	margin-bottom:20px; 
}

centr { 
    text-align: center; 
}
