form div.text input, input.text,
form div.password input, input.password,
form div.submit input, input.submit, input.button,
textarea,
select {
	font-family: Tahoma,Arial,sans-serif;
	font-size: 0.9em;
	font-weight:normal;
}

/* Text input style */

form div.text input,
input.text {	
	background:#583322;
	color:#fff;
	cursor:text;
	text-align:left;
	padding:3px 5px;
	border:1px solid #422609;
	width:150px;
	font-size:12px;
	font-family: Tahoma,Arial,sans-serif;
}

form div.text input.small,
input.small {
	width:70px;
	background:#583322;
	color:#fff;
	cursor:text;
	text-align:left;
	padding:5px;
	/*height:25px;*/
	border:1px solid #422609;
}

form div.text input.day {
	width:40px;
}

form div.text input.year {
	width:45px;
}

form div.text input.month {
	width:30px;
}

form div.text input.smaller,
input.smaller {
	width:50px;
	background:#583322;
	color:#fff;
	cursor:text;
	text-align:left;
	padding:5px;
	border: 1px solid #422609;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	font-size:12px;
}

.ie10 form div.text input.smaller,
.ie10 input.smaller {
	padding:0px !important;
}

/* direction */
form div.email input ,
form div.amount input ,
form div.number input {
	direction: ltr;
}

/* amount style */
form div.amount span.unit {
	color: #CC3300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding:0 3px;
}

/* Textarea style */
textarea {
	border:1px solid #422609;
	background: #583322;
	background-position:top;
	background-repeat:repeat-x;
	padding:5px;
	color:#fff;
	height:70px;
	width:242px;
}
#report_dialog textarea { max-width:95%;}

textarea.large {
	width:482px;
}

form div.textarea div.editor textarea {
	height:100px;
}

form div.textarea div.editor {
	float:left;
}

/* Select style */
select {
	color:#fff;
	border: 1px solid #834507;
	background-color: #5C361B;
	height:27px;
	text-align:left;
	padding:5px;
}

select.small {
	height:22px;
	padding:3px 5px;
	margin:0 5px;
}

/* Button style */
form div.submit input,
a.button,
a.button_link,
input.button,
button.button,
input.submit {
	color:#fff;
	padding: 0 10px;
	background:url(/view/skins/persian/images/btn.png) repeat-x 0 -1px;
	border: 1px solid #dbba96;
	border-radius: 5px;
	text-align:center;
    white-space: nowrap;
	height:24px;
	font-family: candara,Verdana,Arial,sans-serif;
	font-size: 1em;
	font-weight:normal;
	font-style:italic;
	cursor:pointer;
	vertical-align:middle;
	-webkit-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 1);
	-moz-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 1);
	box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 1);
}
input.button {
    height:26px;
}

form div.submit input.large,
a.button.large,
input.button.large,
button.button.large,
input.submit.large {
	color:#fff;
	padding: 0 10px;
	background:url(/view/skins/persian/images/btn.png) repeat-x 0 -1px;
	border: 1px solid #dbba96;
	border-radius: 5px;
	text-align:center;
	height:24px;
	font-family: candara,Verdana,Arial,sans-serif;
	font-size: 1em;
	font-weight:normal;
	font-style:italic;
	cursor:pointer;
	vertical-align:middle;
	-webkit-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 1);
	-moz-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 1);
	box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 1);
}

form div.submit input.xlarge,
a.button.xlarge,
input.button.xlarge,
button.button.xlarge,
input.submit.xlarge {
	color:#fff;
	padding: 0 10px;
	background:url(/view/skins/persian/images/btn.png) repeat-x 0 -1px;
	border: 1px solid #dbba96;
	border-radius: 5px;
	text-align:center;
	/*height:28px;*/
	font-family: candara,Verdana,Arial,sans-serif;
	font-size: 1em;
	font-weight:normal;
	font-style:italic;
	cursor:pointer;
	vertical-align:middle;
	-webkit-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 1);
	-moz-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 1);
	box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 1);
}

form div.submit input.xlarge:hover,
a.button.xlarge:hover,
input.button.xlarge:hover,
button.button.xlarge:hover,
input.submit.xlarge:hover {
	background:url(/view/skins/persian/images/btn.png) repeat-x 0 -25px;
}

a.button {
	display: inline-block;
	line-height: 24px;
}

a.button:hover,
form div.submit input:hover,
input.button:hover,
input.submit:hover, button.button:hover {
	background:url(/view/skins/persian/images/btn.png) repeat-x 0 -25px;
}

a.button.large:hover,
form div.submit input.large:hover,
input.button.large:hover,
input.submit.large:hover {
	background:url(/view/skins/persian/images/btn.png) repeat-x 0 -25px;
}

.button_green {
	background:url(/view/skins/persian/images/btn-green.png) repeat-x 0 -1px !important;
}

.button_green:hover {
	background:url(/view/skins/persian/images/btn-green.png) repeat-x 0 -30px !important;
}

/* Input div style */
form div.input label {
	width: 150px;
	float:left;
}

form div.input label.small {
	width:115px;
}

form div.input label.smaller {
	width:60px;
	padding:6px 0 0 0;
}

form div.input label.larger {
	width: 250px;
}

form div.input label.vlarger {
	width: 350px;
}

.checkbox {
	margin:3px;
	padding:0;
	height:inherit;
	width:inherit;
}

/* radio and checkbox div style */
form div.radio div.items ,
form div.checkbox div.items {
	float : left;
	width:450px;
}

form div.radio div.no-main-label ,
form div.checkbox div.no-main-label {
	width: auto;
	float:none;
}

form div.radio div.float div,
form div.checkbox div.float div {
	float: left;
	width:47%;
}

form div.radio div.items label,
form div.checkbox-one  label,
form div.checkbox div.items label {
	width: auto;
	float:none;
	display:inline;
}

form div.radio div.items input,
form div.checkbox-onde input,
form div.checkbox div.items input {
	height: auto;
	width: auto;
	float:none;
}

/* Error message*/
.ajax-message,
form .errorMsg {
    display: none;
}

div.error_message {
	color:#fff;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	padding:5px 10px 5px 45px;
	border:1px solid #63450B;
	background:#92661C url(/view/skins/persian/images/sprite-icon.png) 20px -129px no-repeat;
	height:13px;
	margin:10px auto;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.success_message {
	color:#fff;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	padding:5px 10px 5px 45px;
	border:1px solid #63450B;
	background:#92661C url(/view/skins/persian/images/sprite-icon.png) 20px -151px no-repeat;
	height:13px;
	margin:10px auto;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.back a,
a.button_back {
	background:url(/view/skins/persian/images/button-back.gif) no-repeat;
	display:block;
	width:85px;
	height:20px;
	color:#fff;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	font-family:'CartoGothicStdBoldItalic', Tahoma, Arial, Helvetica, sans-serif;
	margin:0 0 0 30px;
	text-indent:-50000px;
	overflow:hidden;
}

.editor {
	clear:both;
}
