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

#content-post{
color: #464646;
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-post: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-post p {
line-height: 40px;
}


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


input[type="text"]: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[type="text"]{
margin-bottom: 30px;
}


input[type="text"]: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[type="text"]:not([type="submit"]){
height: 20px;
}

.right2left {
direction: rtl;
}
.left2right {
direction: ltr;
}

#star{
color: red;
}


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


.info {
    font-style: normal;
    color: #c1c1c1;
    font-size: 13px;
    margin-right: 340px;
}

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







/* INPUT-ATTACHMENT */

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
}


.box strong {
    color: #646464;
    border: 1px solid #dbdbdb;
    background: -webkit-linear-gradient(#f1f1f1, #dcdcdc);
    background: -o-linear-gradient(#f1f1f1, #dcdcdc);
    background: -moz-linear-gradient(#f1f1f1, #dcdcdc);
    background: linear-gradient(#f1f1f1, #dcdcdc);
    padding: 7px 10px 7px 10px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 13px;
}
.box span {
	font-family: 'Eng2';
	font-size: 18px;
	position: absolute;
	width: 300px;
	height: 16px;
	color: #153a71;
    border: 1px dashed #dbdbdb;
    background-color: #FFF;
    padding: 10px 10px 10px 10px;
    border-radius: 3px;
    margin-right: 10px;
    margin-top: -5px;
}
.box label {
	text-align: left;
}