﻿body
{
    text-align:right;font:12px tahoma;
}
#Content_User
{
    background: #fff; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#fff, #d3e1ea); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fff, #d3e1ea); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fff, #d3e1ea); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fff, #d3e1ea); /* Standard syntax */
}
#box_Content
{
    width:90%;
    max-width:800px;
    margin:0 auto;
    padding:7px 20px;
    border-width: 1px;
    border-style: solid; -webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(#a0a1a5), to(rgba(0, 0, 0, 0))) 1 100%; -webkit-border-image: -webkit-linear-gradient(bottom, #a0a1a5, rgba(0, 0, 0, 0)) 1 100%; -moz-border-image: -moz-linear-gradient(bottom, #a0a1a5, rgba(0, 0, 0, 0)) 1 100%; -o-border-image: -o-linear-gradient(bottom, #a0a1a5, rgba(0, 0, 0, 0)) 1 100%; border-image: linear-gradient(to top, #a0a1a5, rgba(0, 0, 0, 0)) 1 100%;
background-color:#fff;
}
#userTitle
{
    font:bold 14px 'B nazanin';
    font-size: 30px;
  background: -webkit-linear-gradient(#9cd9fc, #1c4b6f);
  -webkit-background-clip: text;
  height:80px;
}
#userTitle .LBLE
{
    display:block;
    float:right;margin:10px;
    font:bold 16px 'b nazanin'
}
#user_Content
{
    border:2px solid #c8e4f7;
    background-color:#e3f0f9;
    border-radius:5px;
    padding:15px;
}
.field-form
{
    width:350px;
    float:right;
    margin-bottom:5px;
    height:35px;
}
.field-title
{
    float:right;
   width:120px;
   padding-top:5px; 
   text-align:left;
   font: 12px tahoma;   
   padding-left:10px;
    direction: ltr;
    height: 19px;
}
.validation
{
    float:right;
    color:Red;
    padding:3px 5px 3px 0px;
}
.field-content-radius
{
    border-radius: 5px;
    float:right;
    width:198px;
    height:26px;
    overflow:hidden;
    direction: ltr;
    border:1px solid #c0c0c0;
        background-color:#fff;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 1px 1px 2px #c0c0c0;
	-webkit-box-shadow: 1px 1px 2px #c0c0c0;
	box-shadow: 1px 1px 2px #c0c0c0;
	text-align:right;
	direction:rtl;
	color:green;
	font:12px tahoma;
	padding-right:3px;
}

.field-form-small
{
    width:270px;
    float:right;
    margin-bottom:5px;
    height:35px;
}
.field-title-small
{
    float:right;
   width:75px;
   padding-top:5px; 
   text-align:left;
   font: 12px tahoma;   
   padding-left:5px;
    direction: ltr;
    height: 19px;
}

.field-content-radius-small
{
    border-radius: 5px;
    float:right;
    width:180px;
    height:26px;
    overflow:hidden;
    direction: ltr;
    border:1px solid #c0c0c0;
        background-color:#fff;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 1px 1px 2px #c0c0c0;
	-webkit-box-shadow: 1px 1px 2px #c0c0c0;
	box-shadow: 1px 1px 2px #c0c0c0;
	text-align:right;
	direction:rtl;
	color:green;
	font:12px tahoma;
	padding-right:3px;
}
select.field-content-radius 
{
    height:30px; 
    width:204px;   
}

.field-content-textarea
{
    width:630px;border:1px solid #c0c0c0;text-align:right;direction:rtl;font:12px tahoma; height:50px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 1px 1px 2px #c0c0c0;
	-webkit-box-shadow: 1px 1px 2px #c0c0c0;
	box-shadow: 1px 1px 2px #c0c0c0;
}


#ReqBtn
{
    border-radius: 5px;
    margin-top:7px;
    height:28px;
    width:100px;
    cursor:pointer;
    cursor:hand;
    background-color:#4e8aaf;
    font:bold 12px tahoma;
    padding:0px 10px;
    border:1px solid #90bcea;
    float:left;
    font:bold 16px 'B Nazanin';
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b8e1fc+0,a9d2f3+10,90bae4+25,90bcea+37,90bff0+50,6ba8e5+51,a2daf5+83,bdf3fd+100;Blue+Gloss+%231 */
background: #b8e1fc; /* Old browsers */
background: -moz-linear-gradient(top, #b8e1fc 0%, #a9d2f3 10%, #90bae4 25%, #90bcea 37%, #90bff0 50%, #6ba8e5 51%, #a2daf5 83%, #bdf3fd 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #b8e1fc 0%,#a9d2f3 10%,#90bae4 25%,#90bcea 37%,#90bff0 50%,#6ba8e5 51%,#a2daf5 83%,#bdf3fd 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #b8e1fc 0%,#a9d2f3 10%,#90bae4 25%,#90bcea 37%,#90bff0 50%,#6ba8e5 51%,#a2daf5 83%,#bdf3fd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8e1fc', endColorstr='#bdf3fd',GradientType=0 ); /* IE6-9 */
}

#ReqBtn:hover
{
    background-color:#a5c4d7;
}

#boxTxt
{
    width:400px;height:230px;padding:10px;border:1px solid #c5dae2; border-radius:5px;background-color:#dce8ed
}
.clearer
{
    height:0px;
    clear:both;
    line-height:0px;
}

h2,h3
{
    font:bold 14px 'b nazanin';
   margin :0px 20px 5px 0;
    text-align: right;
    float:right;
    color:#1c4b6f;
    direction:rtl;
}
#sideDiv
{
float:left;
width:200px;
height:170px;
background:url('/SubSystem/Mali/E_Pay/Media/Images/banner.png') left top no-repeat;
margin:0px 0px 0px 10px;
}