.This-Page{
  background: url('../IMG/BckBG-4.png');
  width: 1100px;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

#content{
position: relative;
margin: 50px auto;   
width: 900px;
min-height: 200px;
z-index: 100;
padding: 30px;
padding-bottom: 60px;
border: 1px solid #383838;   
background: #D1D1D1;
background: repeating-linear-gradient(-45deg, #EFC1CB , #EFC1CB 30px, #F2F2F2 30px, #F2F2F2 40px, #C2E8F5 40px, #C2E8F5 70px,#F2F2F2 70px, #F2F2F2 80px);
border-radius: 8px;
box-shadow: 0px 1px 6px #3F3F3F;
direction: rtl;
font-family: 'IranSans-Light';
}


#content:after{
background: #F9F9F9;
margin: 10px;
position: absolute;
content: " ";
bottom: 0;
left: 0;
right: 0;
top: 0;
z-index: -1; 
border: 1px #E5E5E5 solid;       
border-radius: 8px;
}

#content p {
line-height: 40px;
}

.form-title {
text-align: center;
font-family: 'IranSans-Light';
font-size: 15px;
padding: 20px;
margin: 0 0 20px 0;
position: relative;
color: #383838;
}

.gray {
color: #c1c1c1;
font-size: 13px;
}

input:not([type="submit"]),
select,
textarea{
outline: none;
display: block;
width: 380px;
padding: 4px 8px;
border: 1px dashed #DBDBDB;
color: #19437f;
font-family: 'IranSans-Light';
font-size: 14px;
border-radius: 2px;
transition: background 0.2s linear, box-shadow 0.6s linear;
}

select{
width: 400px;
}

textarea{
min-height: 150px;
min-width: 870px;
resize: vertical;
line-height: 30px;
color: #19437f;
font-family: 'IranSans-Light';
font-size: 15px;
direction: rtl;
text-align: justify;
}

select,
input{
margin-bottom: 30px;
}



input:not([type="submit"]):active,
textarea:active,
select:active,
input:not([type="submit"]):focus,
textarea:focus,
select:focus{
background: #F7F7F7;
border: dashed 1px #969696;
box-shadow: 2px 2px 7px #E8E8E8 inset;
}

input:not([type="submit"]){
height: 20px;
}

.right2left {
direction: rtl,
-moz-font-family: 'IranSans-Light';
}
.left2right {
direction: ltr;
}

#star{
color: red;
}

.captcha {
display: block;
margin-right: -20px;
margin-top: -20px;
cursor: pointer;
}