@CHARSET "UTF-8";


.erfolg{
    color:#006600;
    font-weight:bold;
    padding:10px;
    font-size:14px;
}

.keinerfolg{
    color:#660000;
    font-weight:bold;
    padding:10px;
    font-size:14px;
}

input {
    border:1px solid #ccc;
    background-color:#fff;	
}
select {
    border:1px solid #ccc;
    background-color:#fff;
    height:21px;		
}

.agbanker li{
    padding:0px;
    margin:0px;
    margin-bottom:10px;
    line-height:12px;
    list-style-image:url(/img/index/feuer/arrow.gif);

}
*html .agbanker li{
    display:inline-block;
}


.submitbutton{
    height:30px;
    padding:5px;
    border:1px solid #cfcfcf;
}
.postcode_field{

    border-color:#8d0304;
    margin-bottom:3px;
}

.topleiste{
    padding-bottom:10px; 
    padding-top:20px;
    width:100%;
    
 }    
 
.topleiste_wrapper{
    
    overflow:hidden;
    height:30px;
    margin-bottom:0px;
    text-align:right;
}
.topleiste_right{
    padding-bottom:1px;
    padding-top:1px;
    
    float:right;
}
.topleiste .lupe{
    float:left;
    background-color:white;
    height:24px;
}   
.topleiste .advert_slider_input{
    width:200px;
    margin-top:0px;
    height:24px;
    float:left;
    margin-bottom:0px;
}
.topleiste .suche_button{
    width:100px;
    height:24px;
    font-size: 13px;
    font-weight:bold;
    float:left;
    color:#7a716a;
    margin: 0 0 0 0;
    margin-right:20px;
    padding: 6px 6px;
    text-decoration: none;
    text-align: left;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width:auto;

    border:1px solid #d1ccc8;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f7f4f2 64%, #eae3dc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(64%,#f7f4f2), color-stop(100%,#eae3dc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f7f4f2 64%,#eae3dc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#f7f4f2 64%,#eae3dc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#f7f4f2 64%,#eae3dc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#f7f4f2 64%,#eae3dc 100%); /* W3C */
    -pie-background:linear-gradient(top, #ffffff 0%,#f7f4f2 64%,#eae3dc 100%);
    behavior:url(/css/index/PIE.htc);
    float:left;
}
.topleiste .blue_button{

    height:24px;
    width:auto;
    margin-top:0px;
    float:left;
    margin-right:10px;
    
    padding:5px 5px 5px 5px;
    padding-top:3px;
}
.topleiste .blue_button > a{
    text-decoration:none;
    padding:0px;
    margin:0px;
}
.navigation{
    background-color:#f3f2f2;
    padding-top:10px;
    padding-bottom:10px;
    margin-top:7px;
    border-top:5px solid #ffffff;
}

div.verticalmenu{
    width: 200px;
    padding-bottom:10px;
    margin-top:15px;
    float:left;


}

div.verticalmenu div.help{
    height: 70px;
    color:#666666;
    background-color:#f3f2f2;
    width:200px;
    margin-bottom:20px;
    padding-top:20px;
    margin-top:4px;
}
div.verticalmenu .help  a{
    display:block;
}


.text{
    display:block;
    padding-left:70px;
    height:50px;
    margin-left:8px;
    width:100px;
    background-image:url(/img/index/feuer/pfeil.gif);
    background-position:left;
    background-repeat:no-repeat;
}

.style1{
    margin-bottom:15px;
}

div .beschreibung .text{
    display:table;
    float:left;
    background-image:url();
    padding-left:0px;
    margin-left:0px;
    width: 280px;  
}
.back{
    background-image:url(/img/index/feuer/pfeil_back.gif);
    text-decoration:underline;
    color:#666666;
}

* html .text{
    margin-left:0px;
}

.suchformular_box{
    float: left;
    margin-bottom: 30px;
    width: 190px;
}

.suchformular_button{
    margin-top:5px;
    float:left;
}

.suchformular_eingabe input{
    border: 1px solid #AEA49C;
    font-size: 12px;
    padding: 5px;
    width: 180px;
    color: #373737;
    -webkit-box-shadow: inset 2px 2px 8px 1px #f2f0ef;
    box-shadow: inset 2px 2px 8px 1px #f2f0ef;
    behavior:url(/css/index/PIE.htc);
}

.suchformular_eingabe span{
    color:#666;
    font-size:10px;
    font-style:italic; 
    display: block;
}

.searchparameter a{
    display: block;
    text-decoration: none;

    margin-top:5px;
    margin-left:5px;

}
.hervorheben_alt{
    color:#FFF;
    float: left;
    font-weight: bold;
    padding: 5px 12px;
    width: 165px;
    font-size:16px;
    border:1px solid #cac5c0;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px; 
    background: #e0dad5; /* Old browsers */
    background: -moz-linear-gradient(top, #e0dad5 0%, #d8d3cd 44%, #bcb1a7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0dad5), color-stop(44%,#d8d3cd), color-stop(100%,#bcb1a7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e0dad5 0%,#d8d3cd 44%,#bcb1a7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e0dad5 0%,#d8d3cd 44%,#bcb1a7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e0dad5 0%,#d8d3cd 44%,#bcb1a7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e0dad5 0%,#d8d3cd 44%,#bcb1a7 100%); /* W3C */
    -pie-background:linear-gradient(top, #e0dad5 0%,#d8d3cd 44%,#bcb1a7 100%);
    behavior:url(/css/index/PIE.htc);
}
.hervorheben{
    color:#FFF;
    float: left;
    font-weight: bold;
    padding: 5px 12px;
    width: 165px;
    font-size:16px;
    border:1px solid #8d0304;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px; 
    background: #b20f19; /* Old browsers */
    background: -moz-linear-gradient(top, #b20f19 0%, #8a0202 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b20f19), color-stop(100%,#8a0202)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #b20f19 0%,#8a0202 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #b20f19 0%,#8a0202 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #b20f19 0%,#8a0202 100%); /* IE10+ */
    background: linear-gradient(to bottom, #b20f19 0%,#8a0202 100%); /* W3C */
    -pie-background:linear-gradient(top, #b20f19 0%,#8a0202 100%);
    behavior:url(/css/index/PIE.htc);
}
.hervorheben a, #left .hervorheben a{
    margin:0;
    padding:0;
    font-size:16px;
    font-weight:bold;
    text-decoration:none;
    color:#FFFFFF;
}

.left_menu_links{
    float:left;
    border-left:1px solid #cac5c0;
    border-bottom:1px solid #cac5c0;
    border-right:1px solid #cac5c0;
    padding: 12px 12px 20px;
    width: 165px;
    background-color:#FFFFFF;
}

#left .left_menu_links a{
    margin: 0 0 5px;
    color:#373737;
}

#left .left_menu_links a:hover{
    color:#c18b2b;
}

.kategorien_zahlen{
    color:#aea49c;
    margin-left:3px;
}

.unterauswahl{
    margin-left:8px;
}

.searchparameter{
    float:left;
    margin:0 0 30px 0;
}

div.smallsquare{
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin-left: 10px;
}
.menuheadline, .menuheadline a{
    font-weight:bold;
    color:#333333;
    margin: 3px 0px 3px 0px; 
}
.werbung {
    top:258px;
    left:1000px;
    width:120px;
    height:600px;
    align:right;
    position:absolute;
}


/**************************************************/
/****************Anzeigen**************/
/**************************************************/
.topinserate{
    float:left;
    width: 758px;
    margin-bottom: 20px;
}





.topinserat_text_box{
    height: 45px;
    overflow: hidden;
    text-align:left;
}

.topinserat_ort{
    margin-top:5px;
    color:#d1a75b;
    text-align:left;
}

.topinserat_ort span{
    text-decoration:underline;
}

.topanzeigen_links_ueberschrift{
    font-size:16px;
    margin:8px 0 8px 0;
    color: #D6A64B;
    float:left;
    width:190px;
    font-weight:bold;
}



.topinserat_links_img{
    width:100%;
    height:100px;
    border:2px solid #FFFFFF;
    background-color: #E6DDD6;
    overflow:hidden;
    text-align: center;
    margin-bottom: 5px;
}

.topinserat_links_img img{
    height:100px;
}

.topinserat_links_text_box{
    height: 45px;
    overflow: hidden;
}

.topinserat_links_ort{
    margin-top:5px;
    color:#d1a75b;
}

.topinserat_links_ort span{
    text-decoration:underline;
}





/**************************************************/
/*****************Mitte******************/
/**************************************************/

fieldset{
    padding: 20px;
    width:667px;
    position:relative;
    border:1px solid #cccccc;
    margin-bottom:30px;
}

.legend{
    color:#737eb9;
    color:#999999;
    margin-left:10px;
    font-size:14px;
    font-weight:bold;
}

.bg_middle{
    float:left; 
    display:block;
}
.hintergrund{
    height:100%;
}
.breadcrumb{
    padding-top:8px;
    position:absolute;
    left:240px;
    font-size:11px;
}
.breadcrumb a{
    font-size:11px;
}

.inhalt{
    width: 710px;
    float:right;
    margin-right:12px;
    padding-bottom:10px;
    margin-top:15px;

}
* html .inhalt{
    margin-left:150px;
}
.button{
    top:-40px;
    position:absolute;
    margin-left:650px;
}




/**************************************************/
/*****************Clearfix Ged�ns******************/
/**************************************************/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    font-size: 0;
    visibility: hidden;
}

.clearfix {
    display: inline-block;

}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




/**************************************************/
/*****************Contentbereich ******************/
/**************************************************/

#skyscraber {
    float:right;
    width: 120px;
    height: 600px;
    overflow: hidden;
}

#eyecatcher{
    width:400px;
    height:165px;
    float:left;
    overflow: hidden;	 
    background-repeat:no-repeat;
    background-position:right;
    margin-bottom:5px;
    background-image:url(/img/index/feuer/top.gif);
}

#eyecatcher a{
    display:block;
    width:175px;
    height:52px;
    background-image:url(/img/index/feuer/inserieren.gif);
    background-position:top;
    text-align:center;
    padding-top:7px;
    padding-left:5px;
    padding-right:5px;
    margin-top:20px;
    margin-left:180px;
    text-decoration:none;
    padding-top:15px;
    background-repeat:no-repeat;
    font-weight:bold;
}

#eyecatcher2{
    width: 700px;
}

#eyecatcher2 a{
    display:block;
    width:175px;
    height:52px;
    background-image:url(/img/index/feuer/inserieren.gif);
    background-position:top;
    text-align:center;
    padding-top:7px;
    padding-left:5px;
    padding-right:5px;
    margin-top:20px;
    margin-left:180px;
    text-decoration:none;
    padding-top:15px;
    background-repeat:no-repeat;
    font-weight:bold;
}
.button_inserieren{
    float:left;
    margin-right:15px;
}
div.textinhalt{
    width:315px;
    float:left;
    margin-top:30px;
    margin-bottom:40px;
    line-height: 1.5;
}

div.textinhalt h1{
    color: #a5090e;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 25px;
}



* html .right{
    margin-right:5px; 
}
.shaddow{
    position:absolute;
    right:0px;
}
.karte{
    display:block;
    float:right;
    margin-bottom:40px;
    margin-top:40px;
    z-index:1;
    position:relative;
}

/**************************************************/
/*****************Contentbereich ******************/
/**************************************************/

#flamme1 {
    position: absolute;
    top:68px;
    left:11px;
    z-index:1;
}

#flamme2 {
    position: absolute;
    top:99px;
    left:705px;
    z-index:0;
}

#skyscraber {
    float:right;
    width: 120px;
    height: 600px;
    overflow: hidden;
}

#eyecatcher{
    width: 774px;
    height: 100px;
    overflow: hidden;	 
}
#content{
    float:left;
    width: 600px;
    margin-left:40px; 
    margin-top:10px;
}

* html #content{
    margin-left:10px; 
}
* html .right{
    margin-right:5px; 
}

.shaddow{
    position:absolute;
    right:0px;
}




p{
    margin:0px;
    padding:0px;
}


.scroller{
    text-align:center;
}
.scroller table{
    width:570px;
    margin-left:10px;
}
.scroller .back,.scroller .forward, .scroller .seitexy{
    width:100px;
}
.scroller select{
    border: solid 1px #cccccc;
}
.scroller select{
    border: solid 1px #cccccc;
}
.scroller .seite{
    border: solid 1px #cccccc;
}
.scroller form{
    float:right;
    margin-right:5px;
}


.span {
    color: #666666;
    display: block;
    font-size: 10px;
    font-style: italic;
}
.a_search {
    font-size: 13px;
    font-weight:bold;
    float:left;
    color:#7a716a;
    margin: 0 0 0 0;
    padding: 5px 15px;
    text-decoration: none;
    text-align: left;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position:relative;
    border:1px solid #d1ccc8;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f7f4f2 64%, #eae3dc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(64%,#f7f4f2), color-stop(100%,#eae3dc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f7f4f2 64%,#eae3dc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#f7f4f2 64%,#eae3dc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#f7f4f2 64%,#eae3dc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#f7f4f2 64%,#eae3dc 100%); /* W3C */
    -pie-background:linear-gradient(top, #ffffff 0%,#f7f4f2 64%,#eae3dc 100%);
    behavior:url(/css/index/PIE.htc);
}

.a_search:hover{
    font-size: 13px;
    font-weight:bold;
    float:left;
    color:#7a716a;
    margin: 0 0px 0 0;
    padding: 5px 15px;
    text-decoration: none;
    text-align: left;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position:relative;
    border:1px solid #d1ccc8;
    background: #ede7e3; /* Old browsers */
    background: -moz-linear-gradient(top, #ede7e3 0%, #f2edea 64%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ede7e3), color-stop(64%,#f2edea), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ede7e3 0%,#f2edea 64%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ede7e3 0%,#f2edea 64%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ede7e3 0%,#f2edea 64%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ede7e3 0%,#f2edea 64%,#ffffff 100%); /* W3C */
    -pie-background:linear-gradient(top, #ede7e3 0%,#f2edea 64%,#ffffff 100%);
    behavior:url(/css/index/PIE.htc);
}
/* Slider/Umkreissuche CSS */
.amount {
    width:27px;
    border:0;
    color:#000;
    font-size:12px;
    font-weight:bold;
    text-align:center;	
}
.slider_show {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 5px 0 12px;
    width:100%;
    height:10px;
    float:left;	

}


.seo_landing_black{
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px; 
    color:#FFF;
    background: -moz-linear-gradient(-45deg, rgba(32,1,1,0.25) 0%, rgba(32,1,1,0.7) 47%, rgba(32,1,1,0.25) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(32,1,1,0.25)), color-stop(47%,rgba(32,1,1,0.7)), color-stop(100%,rgba(32,1,1,0.25))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, rgba(32,1,1,0.25) 0%,rgba(32,1,1,0.7) 47%,rgba(32,1,1,0.25) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, rgba(32,1,1,0.25) 0%,rgba(32,1,1,0.7) 47%,rgba(32,1,1,0.25) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, rgba(32,1,1,0.25) 0%,rgba(32,1,1,0.7) 47%,rgba(32,1,1,0.25) 100%); /* IE10+ */
    background: linear-gradient(135deg, rgba(32,1,1,0.25) 0%,rgba(32,1,1,0.7) 47%,rgba(32,1,1,0.25) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40200101', endColorstr='#40200101',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    padding:15px;
    width:100%;
    float:left;
    position:relative;
    behavior:url(/css/index/PIE.htc);
}

.seo_landing_black a{
    color:#FFF;
    text-decoration:underline;
}



.seo_picture a{
    text-decoration:none;
}	
.button_seo, a.button_seo{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family:"Times New Roman", Times, serif;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px; 
    color:#000;
    font-size:18px;
    font-weight:normal;
    height: auto;
    float:left;
    padding:5px 12px;
    border:1px solid #530604;
    cursor:pointer;
    text-transform:uppercase;
    text-decoration:none;
    width:100%;
    position:relative;
    background: rgb(224,195,143); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(224,195,143,1) 0%, rgba(238,208,154,1) 50%, rgba(228,186,111,1) 51%, rgba(167,129,56,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,195,143,1)), color-stop(50%,rgba(238,208,154,1)), color-stop(51%,rgba(228,186,111,1)), color-stop(100%,rgba(167,129,56,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(224,195,143,1) 0%,rgba(238,208,154,1) 50%,rgba(228,186,111,1) 51%,rgba(167,129,56,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(224,195,143,1) 0%,rgba(238,208,154,1) 50%,rgba(228,186,111,1) 51%,rgba(167,129,56,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(224,195,143,1) 0%,rgba(238,208,154,1) 50%,rgba(228,186,111,1) 51%,rgba(167,129,56,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(224,195,143,1) 0%,rgba(238,208,154,1) 50%,rgba(228,186,111,1) 51%,rgba(167,129,56,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0c38f', endColorstr='#a78138',GradientType=0 ); /* IE6-9 */
    behavior:url(/css/index/PIE.htc);
}

.seo_landing_bold{
    font-size:15px;
    font-weight:bold;
    margin-bottom:15px;
    margin-left:8px;
    float:left;
    text-shadow: 0 0 3px #000000;
}

.seo_wimpel{
    font-family:"Times New Roman", Times, serif;
    line-height: 0.9;
    border:none;
    text-decoration:none;
    text-transform:uppercase;
    position:absolute;
    padding:25px 10px 0 10px;
    text-shadow: 0 0 3px #000000;
    color:#000;
    text-align:center;
    font-size:18px;
    width:109px;
    height:104px;
    right: 25px;
    top: -3px;
    background-image:url(/img/index/feuer/Wimpel_Sinnesfeuer.png)
}

.seo_thema{
    font-family:"Times New Roman", Times, serif;
    color: #D8AE62;
    font-weight:normal;
    margin:20px 0 -10px 8px;
    font-size: 30px;
    line-height:1.0;
    text-shadow: 0 0 6px #000000;
}
.seo_text_box{
    position:relative;
    color:white;
    padding:5px;
    text-align:left;
    width:inherit;
}
.seo_headline{
    font-weight:bold;
}
.seo_description{
    color:white;
}

#ins_popup{
    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(top,  #1e5799 0%, #207cca 0%, #ffffff 0%, #e2ddda 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(0%,#207cca), color-stop(0%,#ffffff), color-stop(100%,#e2ddda)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1e5799 0%,#207cca 0%,#ffffff 0%,#e2ddda 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1e5799 0%,#207cca 0%,#ffffff 0%,#e2ddda 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1e5799 0%,#207cca 0%,#ffffff 0%,#e2ddda 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1e5799 0%,#207cca 0%,#ffffff 0%,#e2ddda 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#e2ddda',GradientType=0 ); /* IE6-9 */
    border: 1px solid #bbb;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    overflow: hidden;

}
#ins_popup .headline {
    font-family: Times New Roman,Times,serif;
    color: #373737;
    font-size:22px;
    text-transform: uppercase;
}
#ins_popup .close_me {
    color:black;
}

.popup_lables{

}
.popup_groups{
    overflow:hidden;
    margin-bottom:20px;
}	
.popup_input{
    width:100%;

}
#popup_mailmask{

    width:100%;
    display:none;
    overflow:hidden;

}
#popup_response{
    overflow:hidden;
    text-align:center;
    font-weight:bold;	 
    color:white;
    margin-top:40px;

    width:100%;
}
.popup_message{

    margin-top:10px;
    width:100%;
    height:150px;


}
.popup_textarea{

    margin-top:10px;
    width:100%;
    height:30px;


}

.ui-widget-content a{
    color:white;
    width:200px;
    text-align:center;


}


