div#ssr_br_col {
    display: block;
    overflow: hidden;
}
#ssr_result_div h2.ssr_ins_nm, #ssr_result_div h4.ssr_ins_add {
    margin: 0;
    padding: 10px;
    text-align: center;
}
div.ssr_par_tin {
	margin-bottom : 20px;
}
#ssr_br_col .ssr_r_y4 {
    display: inline;
    float: left;
    position: relative;
    z-index: 9;
    margin: 10px;
}
p.ssr_til {
    margin: 0;
    display: block;
}
h1.ssr_settings_ssr_item1 {
    font-family: arial;
    text-align: center;
    font-size: 25px;
    margin: 0!important;
    padding: 10px 0;
}
.result_div ,#ssr_frnt_circle {
    position: relative;
    padding: 50px 20px 20px;
	margin: 0 auto;
	display: block;
    border-radius: 10px;
}
#ssr_print_btn {display: none;float:right;}
.reg_box {
    text-align: center;
}

#rues {
    width: 40%;
    height: 32px;
    text-align: center;
    margin: 0 auto;
    padding: 0 5%;
    /*opacity: 0;*/
	font-size: 15px;
	font-family: arial,sans-serif;
}
input#ssr_s_r_btn, input#ssr_print_btn {
    max-width: 23%;
    margin-left: 2%;
    padding: 0 15px;
    height: 32px;
}

.result_box {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4e4ef',  endColorstr='#86aecc',  GradientType=0);
    margin-top: 20px;
    border-radius: 10px;
    position: relative;
    max-width: 700px;
    overflow: hidden;
    clear: both;
    opacity: 0;
    webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	margin: 0 auto;
}
.result_div.showall .result_box{
	opacity:1;
}
.dte {
    float: left;
    overflow: hidden;
    width: 100%;
    padding:  20px 0;
}
.image_box {
    max-width: 100%;
    text-align: center;
    overflow: hidden;
    width: auto;
    margin-bottom: 20px;
}
.image_box2 {
    text-align: center;
}
img.ssr_loader {
    margin: 0 auto;
    display: block;
	max-width: 128px;
}
.std_title {
    font-weight: 700;
    font-family: arial!important;
    color: #000!important;
}
 input.std_input {
    float: right;
    padding: 0!important;
    background-color: transparent !important;
    font-family: arial!important;
    color: #000!important;
    font-size: 15px;
    width: 66%;
    min-height: 26px;
	border: none !important;
}
textarea.std_input{
	font-size: 15px;display: inline-block;float: right;border: none !important;width : 66%;padding-left:0;
}
div.result_box div.sep:last-child {
    margin-bottom: 20px;
}
div.result_box div.sep {
    min-height: 30px;
    overflow: hidden;
    width: 100%;
    clear: both;
    padding: 0px 20px;
    margin-bottom: 10px;
}
#st_img2 {
    margin:  0 auto;
}
/*
#ssr_msgbox {
    display: none;
    background: url(../img/pattern_40.gif) top left #000;
    text-align: center;
    font-size: 61px;
    text-transform: uppercase;
    color: #FFF;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de;
    height: 100%;
    width: 100%;
    position: absolute;
    padding-top: 98px;
    margin-top: 7px;
    font-family: arial;
}
*/
.successModal {
    display: block;
    position: fixed;
    top: 45%;
    left: 25%;
    width: 300px;
    height: auto;
    padding: 5px 20px;
    border: 3px solid green;
    background-color: #EFE;
    z-index: 1002;
    overflow: auto;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-box-shadow: 5px 5px 10px #cfcfcf;
    -webkit-box-shadow: 5px 5px 10px #cfcfcf;
}
h1.ssr_search_box_heading {
    font-family: arial;
    color: #000;
    text-align: center;
}
@media (max-width:800px) {
.std_title {
    font-size: 11px;
}
h1.ssr_search_box_heading {
    font-size: 50px;
}
}@media (min-width:801px) {
.std_title {
    font-size: 13px;
}
h1.ssr_search_box_heading {
    font-size: 25px;
    margin-bottom: 10px;
}
}
div.sep{
	display:none;
}
img.ssr_stihide{
	display:none !important;
}
div.sep.ssr_show_odd, div.sep.ssr_show_even{
	display: block;
}
img.ssr_stimgshow{
	display: inline;
}
div.ssr_show_even {
    background: #f1f1f1;
}
h4.ssr_res_he {
    text-align: center;
}
.ssr_d_content {
    background-color: #fff; border: 1px solid #e7e7e7
}