div.wikiBox{
	border: 2px solid #5d9cbd;
	direction: rtl;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	margin-bottom: 20px;
}
div.wikiBox div.wikiTitle{
	background: #5d9cbd;
	color: #fff;
	padding: 10px;
	font-size: 120%;
}
div.padder{
	padding: 10px 20px;
}
div.orderWizard{
	padding: 20px 30px;
}
div.orderWizard div.orderStep{
	width: 25%;
	border-bottom: 6px solid #ccc;
	text-align: center;
	padding: 10px 0;
	display: inline-block;
	margin-left: -4px;
	font-size: 120%;
	font-weight: bold;
}
div.orderWizard div.currentStep, div.orderWizard div.passed{
	border-bottom: 6px solid #55bedd;
}
div.orderWizard div.orderStep div.stepNumber{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #ececec;
	color: #ccc;
	width: 60px;
	height: 60px;
	line-height: 60px;
	margin: 10px auto;
	text-align: center;
	font-size: 180%;
	font-weight: bold;
}
div.orderWizard div.currentStep div.stepNumber{
	background: #1eae66;
	color: #fff;
}
div.formMiniHelp{
	background: #e7e7e7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	border: 1px solid #55bedd;
}
i.miniHelper{
	margin-left: 15px;
	cursor: pointer;
	color: #55bedd;
}
i.addAttach{
	margin-left: 15px;
	cursor: pointer;
	color: #55bedd;
}
li.hide{
	display: none;
}
div.formHelp{
	display: none;
	line-height: 20px;
}
div.formHelp img{
	width: 100%;
	height: auto;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
div.formHelp p{
	margin-bottom: 10px;
}
div.formHelp a{
	color: blue;
	text-decoration: none;
}
div.formHelp ul{
	list-style: square;
	padding-right: 20px;
}
div.formHelp ol{
	list-style: decimal;
	padding-right: 20px;
}
div.formDesc{
	border: 1px solid #55bedd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div.formDesc img{
	width: 100%;
	height: auto;
}
div.formDesc p, div.formMiniHel p{
	margin-bottom: 10px;
	line-height: 25px;
	text-align: justify;
}
div.formDesc a{
	color: blue;
	text-decoration: none;
}
div.formDesc ul{
	list-style: square;
	padding-right: 20px;
}
div.formDesc ol{
	list-style: decimal;
	padding-right: 20px;
}
div.formHelp, div.formDesc{
	background: #e7e7e7;
	padding: 10px;
}
ul.orderForm{
	padding: 20px;
}
ul.orderForm li{
	padding: 5px 10px;
	line-height: 40px;
}
ul.orderForm li label{
	vertical-align: top;
	display: inline-block;
	width: 160px;
	line-height: 40px;
}
ul.orderForm li input,ul.orderForm li select,ul.orderForm li textarea{
	width: 240px;
}
ul.orderForm li textarea{
	height: 150px;
}
ul.orderForm li input.check{
	width: auto;
	background: #fff;
}
ul.orderForm li  a{
	color: #55bedd;
}
ul.orderForm li a.lunchOrder{
	color: #fff;
}
ul.orderForm li input:focus,ul.orderForm li textarea:focus{
	background: #f5f5f5;
}
span.validateError{
	color: red;
	padding: 0 10px;
	display: none;
}
thead th{
	background: #55bedd;
	border-radius: 5px 5px 0 0;
	color: #fff;
}
tbody tr.zebra td{
	background: #ececec;
}
div.loginOrder{
	display: none;
	max-width: 700px;
	margin: 10px auto ;
}
div.loginOrder p:first-child{
	margin-bottom: 20px;
	text-align: justify;
}
div.loginOrder2{
	max-width: 700px;
	margin: 10px auto ;
}
div.loginOrder2 p:first-child{
	/* margin-bottom: 20px;
	text-align: justify; */
}
div.loginOrder2 .cd-form .fieldset:first-child{
	margin-top: 1em;
}
div.normalSteps2{
	display: none;
}
p.fieldset{
	z-index: 1;
}
.signUpForm form table tr td{
	padding: 5px;
}
.ws2, .ws3, .ws4{
	padding: 10px 20px;
	display: none;
}
.ws2 .half{
	display: inline-block;
	width: 48%;
	float: right;
}
.graybox{
	background: #ececec;
    margin: 10px 1%;
	/* padding: 5px; */
}
.yellowbox{
	background: #fef9e4;
	border: 1px solid #fcf1d6;
    margin: 25px 1%;
	/* padding: 5px; */
}
.yellowbox h1{
	background: #fbd5b5;
}
.graybox h1{
	background: #c3c3c3;
}
.graybox h1, .yellowbox h1{
	text-align: center;
	padding: 5px;
}
.required{
	font: 12px tahoma;
	color: red;
	display: inline-block;
}
.graybox ul li{
	padding: 5px;
}
.graybox ul li label{
	width: 150px;
	display: inline-block;
}
p.p33{
	width: 33%;
	display: inline-block;
	text-align: center;
}
p.p33 span{
	color: red;
	font-size: 90%;
}
div.posted{
	display: none;
	padding: 10px 0;
}
.ws3 ul li{
	margin-bottom: 5px;
}
.ws3 ul li label{
	vertical-align: top;
	display: inline-block;
	width: 180px;
	font-size: 95%;
	margin-bottom: 5px;
	height: 30px;
}
.ws3 ul li input{
	vertical-align: top;
}
.ws3 ul li input.gropbox{
	height: auto;
}
.ws3 ul li img.captchapic{
	height: 40px;
}
#datepicker0{
	direction: rtl;
}
.ui-datepicker .ui-datepicker-title, .ui-datepicker th, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	font-family: "p30" !important;
	font-size: 100% !important;
}
div.tags{
	direction: rtl;
	margin-bottom: 20px;
}
div.tags a{
	display: inline-block;
	margin: 0 5px 5px;
	text-decoration: none;
	background: #62d2e8;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #000;
}
span.captcha_container{
	width: 100px;
    margin-right: 25px;
}
input#g_birth{
	background: #f4f4f4;
}
.formDesc, .formDesc *, .formMiniHelp, .formMiniHelp *{
	text-align: justify;
}
.cd-form .signupMessager{
	display: none;
	text-align: center;
}