form {
	color: #636F78;
	font-family: "Tahoma";
	font-size: 11px;
	font-weight: bold;
	line-height: 28px;
	text-align: right;
	width: 380px;
	overflow: auto;
	background-color: #F6F6F6;
	background-repeat: no-repeat;
	background-position: top left;
	border: 1px solid #636F78;
	padding: 20px;
	margin: 0px auto;
}

form.support { background-image: url(../images/internal/sup_form_bg.jpg); }
form.contact { background-image: url(../images/internal/con_form_bg.jpg); }
form.order { background-image: url(../images/internal/ord_form_bg.jpg); }

form.whois {
	text-align: center;
	width: 330px;
	padding-bottom: 10px;
}

input {
	color: #777777;
	font-family: "Tahoma";
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	direction: rtl;
	padding: 4px 5px 4px 5px;
	width: 200px;
	border: 1px solid #E6E6E6;
	display: inline;
	margin-bottom: 10px;
}

input.en {
	text-align: left;
	direction: ltr;
}

input.hidden {
	display: none;
}

select {
	color: #777777;
	font-family: "Tahoma";
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	direction: rtl;
	width: 175px;
	padding: 3px;
	border: 1px solid #E6E6E6;
}

select.en {
	text-align: left;
	direction: ltr;
}

a.button {
	color: #777777;
	font-family: "Tahoma";
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	width: 96px;
	height: 9px;
	padding: 5px 0px 13px 0px;
	background-image: url(../images/internal/button_bg.gif);
	background-color: #F6F6F6;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
}

a.button:hover {
	background-position: center;
}

a.button:active {
	background-position: bottom;
	padding: 6px 0px 12px 0px;
}

a.button:focus {
	outline: none;
}

textarea {
	color: #777777;
	font-family: "Tahoma";
	font-size: 12px;
	font-weight: normal;
	width: 368px;
	height: 110px;
	line-height: 16px;
	border: 1px solid #E6E6E6;
	padding: 4px 5px 4px 5px;
	direction: rtl;
}

textarea.order_comments {
	height: 60px;
}

div.randominput {
	float: right;
	clear: none;
	margin-top: 8px;
	width: 200px;
}

input.random {
	float: left;
	width: 90px;
}

img.random {
	float: right;
	border: 1px solid #E6E6E6;
}