﻿@Import url("/CSS/Shop-Main.css");

.Star 
{
    color: red;
}
#ProductOrder {
    font: 9pt tahoma;
}
#ProductOrder #Messages, #ProductOrder #Errors, #ProductOrder #Successful {
	direction: rtl;
}
#ProductOrder #Messages li, #ProductOrder #Errors li, #ProductOrder #Successful li {
	width: 771px;
	padding-right: 20px;
	padding-left: 5px;
	background: #fff url(/Image/Arrow07.gif) no-repeat 782px 8px;
	line-height: 18px;
}
#ProductOrder #Errors li {
	color: red;
}
#ProductOrder #Successful li {
	color: green;
}
#ProductOrder form {
	width: 390px;
	margin: 25px auto 0px auto;
	overflow: auto;
}
#ProductOrder form li {
	float: right;
	margin-top: 14px;
}
#ProductOrder form .Title {
	direction: rtl;
	width: 130px;
	height: 18px;
	padding-left: 40px;
	text-align: left;
}
#ProductOrder form .Title b {
    font: 8pt tahoma;
    display: block;
}
#ProductOrder form .Field {
	height: auto !important;
	height: 18px;
	min-height: 18px;
	width: 219px;
	text-align: right;
}
#ProductOrder form .Field input {
	width: 173px;
	font: 9pt tahoma;
	border: solid 1px #96AFC6;
	float: right;
}
#ctl00_CPH1_FullName, #ctl00_CPH1_ProductName, #ctl00_CPH1_DeliveryTime, #ctl00_CPH1_Cost {
	direction: rtl;
}
#ctl00_CPH1_Comment {
	font: 9pt/18px tahoma;
	width: 173px;
	height: 60px;
	direction: rtl;
}
#ProductOrder form ol .Button {
	width: 280px;
	height: 47px;
	margin-top: 30px;
}
#ProductOrder form ol .Button input {
	font: 8pt/18px tahoma;
}