﻿@font-face {
    font-family: 'Alef';
    src: url('Alef-Bold.eot');
    src: url('Alef-Bold.eot?#iefix') format('embedded-opentype'),
         url('Alef-Bold.woff') format('woff'),
         url('Alef-Bold.ttf') format('truetype'),
         url('Alef-Bold.svg#alefbold') format('svg');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'Alef';
    src: url('Alef-Regular.eot');
    src: url('Alef-Regular.eot?#iefix') format('embedded-opentype'),
         url('Alef-Regular.woff') format('woff'),
         url('Alef-Regular.ttf') format('truetype'),
         url('Alef-Regular.svg#alefregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.alef {
font-family:alef;
}
body {
font-family:Tahoma;
}
*:focus {
    outline: none;
}
.ltrclass {
direction:rtl;
text-align:right;

}
.topbanner {
    vertical-align: bottom;
    background-color: #4b99cf;
    background-position: center top;
    background-image: url('../images/HeaderBack.gif');
    background-repeat: no-repeat;
    background-size:100% 120px;
    height: 90px;
    width: 100%;
    text-align:center;
    color:white;
    font-size:42px;
    padding-top:30px;

}
.underbannertop {
width:100%;
height:44px;
background-image:url('../images/SearchHeaderLeft.jpg'),url('../images/SearchHeaderRight.jpg'),url('../images/SearchHeaderBack.jpg');
background-position:left,right,center;
background-repeat:no-repeat,no-repeat,repeat-x;
}
.formtextclass {

font-size:22px;
line-height:40px;
color:black;
}
.setcenterclass {
width:100%;

}
.CelTextBoxclass {
width:90%;
font-size:22px;
border-radius:5px;
border:solid 1px #1a1a1a;
padding:0 5%;
}
.CommentTextBoxclass {
width:90%;
height:200px;
font-size:20px;
overflow:hidden;
border-radius:5px;
resize:none;
border:solid 1px #1a1a1a;
padding:0 5%;
}
.RemoveAccountclass {
width:100%;
height:30px;
background:#0baae7;
display:inline-block;
color:white;
font-size:30px;
line-height: 30px;
padding:10px 0px;
margin:20px 0px;
border-radius:5px;
text-decoration:none;
text-align:center;
border:solid 1px #1a1a1a;

}
#SelectRadioButtonList {
font-size:20px;
}
.validclass {
width:100%;
height:20px;
}
.formholder {
width:400px;
margin:auto;
}
.removeContent {
width:100%;
font-size:30px;
color:red;
padding:50px 0px;
text-align:center;
}
@media only screen and (max-width : 500px) {

.formholder {
width:90%;
margin:auto;
}
    .topbanner {
    font-size:33px;
    }
}