/*
IEPC Override Style Sheet
*/
/* =Backgrounds
-----------------------------------------------
*/
body { background-color:#f0eee7;color:#222222;}
#header { background-color: #0f4676;} 
#navbar { background-color: #517575;}

/* =Header
-----------------------------------------------
*/
#header a{top:35px;left:15px;font-family:Georgia, "Times New Roman", Times, serif;font-size:3em;text-decoration:none;font-weight:bold;text-shadow: #6374AB -2px -2px 5px;}
#header p{position:absolute;top:80px;left:15px;font-size:1.5em;}
#header div.header-contact{position:absolute;top: 0;right: 0;text-align:right;font-size:1em;font-weight:bold;padding:5px;background:#fff;opacity:.7;}
#headerimg{position:absolute;top:0;left:650px;}


/* =Content Area
-----------------------------------------------
*/
#contentarea{background-color:#ffffff}



/* 
Background boxes
---------------------
*/
#content-box-top,
#content-box-bottom,
.detailview #content-box-top,
.prod #content-box-top,
.detailview #content-box-bottom,
.prod #content-box-bottom{background: transparent url("http://usmdesign.s3.amazonaws.com/theme/29-themesprite.png") -2132px 0 no-repeat;}
#content-box-top { background-position: -2132px 0;height:1px;width:960px;font-size:1px;}
#content-box-bottom { background-position: -2132px 0;float:left;height:1px;width:960px;margin:0 0 20px;padding:0;font-size:1px; }
.detailview #content-box-top,
.prod #content-box-top { background-position: -2132px -1px; }
.detailview #content-box-bottom,
.prod #content-box-bottom { background-position: -2132px -1px; }


/* =Element Colors
-----------------------------------------------
*/
h1,h1 a,h2,h2 a,h3,h3 a{ color: #517575; }
.widgetArea h1,.widgetArea h1 a,
.widgetArea h2,.widgetArea h2 a,
.widgetArea h3,.widgetArea h3 a{ color: #517575; }
h4,h5,h6,input,textarea,select{color:#222222;}
a{color:#517575}
a:hover{color:#80baba}
hr{ background-color:#d2d0ca;border-color:#d2d0ca;color:#d2d0ca; }
form input, textarea, select, #loginimage {border-color:#d2d0ca;}

/* =Navigation Colors
-----------------------------------------------
*/
#navbar a {color: #ffffff;}
#navbar a:hover {color: #6994ba;}
#navbar li ul { background: #f0eee7;}
#navbar li ul li a {background: #f0eee7;color: #517575;border-color:#517575;}
#navbar li ul li a:hover { color: #80baba;}

/* =Header Color
-----------------------------------------------
*/
#header a{color:#ffffff;}
#header p{color:#ffffff;}

/* =Bread Crumbs
-----------------------------------------------
*/
.ezbreadcrumbs a:link, .ezbreadcrumbs a:visited, .ezbreadcrumbs a:active{background: transparent url("http://usmdesign.s3.amazonaws.com/theme/29-arrow.png") no-repeat scroll 0 center;}
.ezbreadcrumbs a:first-child{background:none;}

/* Tabs
-----------------------------------------------
*/
.ui-tabs-nav li a{border-color:#d2d0ca;color:#ffffff;}
.ui-tabs-nav a:hover, .ui-tabs-nav .ui-tabs-selected a{color:#517575;}

/* =Boxes
-----------------------------------------------
*/
.box,
.jcarousel-item,
.jcarousel-skin-USM-558px .jcarousel-container,
#property-search,
#ContactForm,
fieldset,
.jcarousel-skin-USM-558px .jcarousel-prev,
.jcarousel-skin-USM-558px .jcarousel-next{background-color:#f0eee7;border-color:#d2d0ca}
#eznavigatortpl span.locked{background-color:#f7f6f2;border-color:#d2d0ca}
legend{background-color:#d2d0ca;border-color:#787773;color:#517575;}
ul#dv-actionmenu li#share-this-box ul{background-color:#d2d0ca;border-color:#d2d0ca}
ul#dv-actionmenu li#share-this-box ul li a{background-color:#f0eee7;}
.jcarousel-skin-USM-558px .jcarousel-prev:hover,
.jcarousel-skin-USM-558px .jcarousel-next:hover,
#ContactForm #contact-info-box,
#c-results{background-color:#d2d0ca;border-color:#d2d0ca;}
a.objectToggle{color:#517575;}
.ui-dialog .ui-dialog-titlebar{background-color:#f7f6f2;border-color:#d2d0ca;color:#222222;}

/* =Login Box
-----------------------------------------------
*/
#loginmodaltip,
.msg{background-color: #0f4676;color: #ffffff;border-color:#787773 !important;}

/* =Buttons
-----------------------------------------------
*/
.button{
	color: #ffffff;
	background-color: #517575;
	border-color: #6994ba;
	background: linear-gradient(#6994ba 20%, #0f4676);
	background: -webkit-linear-gradient(#6994ba 20%, #0f4676);
	background: -moz-linear-gradient(top, #6994ba 20%, #0f4676 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#6994ba), color-stop(100%,#0f4676)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6994ba 20%,#0f4676 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6994ba 20%,#0f4676 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #6994ba 20%,#0f4676 100%); /* IE10+ */
	background: linear-gradient(to bottom, #6994ba 20%,#0f4676 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6994ba', endColorstr='#0f4676',GradientType=0 ); /* IE6-9 */

}
.button:hover{
	color: #ffffff;
	background-color: #6994ba;
	border-color: #0f4676;
	background: -moz-linear-gradient(top, #0f4676 60%, #6994ba 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#0f4676), color-stop(100%,#6994ba)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0f4676 60%,#6994ba 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0f4676 60%,#6994ba 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0f4676 60%,#6994ba 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0f4676 60%,#6994ba 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f4676', endColorstr='#6994ba',GradientType=0 ); /* IE6-9 */
}
.button.secondary{
	color: #ffffff;
	background-color: #517575;
	border-color: #9dbaba;
	background: -moz-linear-gradient(top, #9dbaba 20%, #517575 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#9dbaba), color-stop(100%,#517575)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #9dbaba 20%,#517575 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #9dbaba 20%,#517575 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #9dbaba 20%,#517575 100%); /* IE10+ */
	background: linear-gradient(to bottom, #9dbaba 20%,#517575 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dbaba', endColorstr='#517575',GradientType=0 ); /* IE6-9 */
}
.button.secondary:hover{
	color: #ffffff;
	background-color: #9dbaba;
	border-color: #517575;background: #517575; /* Old browsers */
	background: -moz-linear-gradient(top, #517575 60%, #9dbaba 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#517575), color-stop(100%,#9dbaba)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #517575 60%,#9dbaba 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #517575 60%,#9dbaba 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #517575 60%,#9dbaba 100%); /* IE10+ */
	background: linear-gradient(to bottom, #517575 60%,#9dbaba 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#517575', endColorstr='#9dbaba',GradientType=0 ); /* IE6-9 */
}
.togglebox span,
#eznavigatortpl a{background-color:#f0eee7;border-color:#d2d0ca; color: {ColorTextMain};}
.ui-slider,
#eznavigatortpl a:hover,
.dynasearchcblist .dynainner label,
.dynainner ul li a{background-color:#f7f6f2;}
.dynasearchcblist .dynainner .activeLabel,
.dynainner ul li a.active,
.dynasearchcblist .dynainner .hoverLabel,
.dynainner ul li a:hover,
.ui-slider-range{background-color: #9dbaba;}
.ui-slider-handle{background-color: #517575;}
.ui-slider-handle:hover,
.ui-slider-handle-active{background-color: #283a3a;}

/* =Ask a Question Colors
-----------------------------------------------
*/
#askaquestion .phone{color: #517575;}

/* =Share This
-----------------------------------------------
*/
.sharethis div a{background-color:#f0eee7;border-color:#d2d0ca;}
.sharethislinks ul{border-color:#d2d0ca;}
.sharethislinks ul li{}
.sharethislinks ul li a:hover{background-color:#f7f6f2;}


/* =Bomber
---------------------------------------------------------
*/
.listtown a{color:#517575;}
.listtown a:hover{color:#283a3a;}
.subtext{color:#909090;}
#hidegmap a, #showgmap a{color:#787773}
.relistviewleft img,.agentlist .list_image img,#serviceareatowns .Town,#gmapframe,h3.dv-detailsheader{ border-color:#d2d0ca; }
#mlsdetailwrapper,
ul#dv-actionmenu,
.gradient-block,
#hidegmap a,
#showgmap a,
#list-view-top-nav,
.btn-gradient{background-color:#f0eee7;border-color:#d2d0ca}
.virtual_tour a,
.listbutton{background-color:#f0eee7;border-color:#d2d0ca; color: {ColorTextMain};}
.listbutton:hover,
.virtual_tour a:hover{background-color:#f7f6f2;}



body{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phppfdv5A.jpg");background-position:center top;background-repeat:repeat-x;  }
#header{background-image:url('http://usmimagecatalogue.s3.amazonaws.com/phpUdWC8b.png'); background-repeat:no-repeat;height:200px;width:960px;position:relative;padding:0;border:0;}
#formwrapper-login{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/phpy6LT0l.jpg");background-position:center center;background-repeat:no-repeat;  }
#navbar{background-image:url('http://usmdesign.s3.amazonaws.com/theme10/29-navbar.jpg'); background-repeat:repeat-x;height:28px;position:relative;padding:0;border:0;}
.sharethislinks ul{background-image:url("http://usmdesign.s3.amazonaws.com/theme10/29-staticsprite.png");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:30px;width:170px;}
.ui-tabs-nav a{background-image:url("http://usmdesign.s3.amazonaws.com/theme10/29-staticsprite.png");background-position:right -2px;background-repeat:no-repeat;  }
.ui-tabs-nav a:hover, .ui-tabs-nav .ui-tabs-selected a{background-image:url("http://usmdesign.s3.amazonaws.com/theme10/29-staticsprite.png");background-position:right -20px;background-repeat:no-repeat;  }
div.togglebox span a.plus,div.togglebox span a.plus:hover,div.togglebox span a,div.togglebox span a:hover {background-image:url("http://usmdesign.s3.amazonaws.com/theme10/29-staticsprite.png");background-position:-284px -41px;background-repeat:no-repeat;  }
div.togglebox span a.plus,div.togglebox span a.plus:hover{background-image:url("http://usmdesign.s3.amazonaws.com/theme10/29-staticsprite.png");background-position:-1159px -43px;background-repeat:no-repeat;  }
 {background-image:url("http://usmdesign.s3.amazonaws.com/theme10/29-staticsprite.png");background-position: ;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:0px;width:0px;}
#content-box-back{background-image:url("http://usmdesign.s3.amazonaws.com/theme10/29-ysprite.png");background-position:-0px -0px;background-repeat:repeat-y;  }
.detailview #content-box-back ,.prod #content-box-back{background-image:url("http://usmdesign.s3.amazonaws.com/theme10/29-ysprite.png");background-position:-960px -0px;background-repeat:repeat-y;  }
#other_cta i.building{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/php2P7Z6c.jpg");background-position:-0px -65px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:55px;width:60px;}
#other_cta i.bell{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/php2P7Z6c.jpg");background-position:-0px -142px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:45px;width:60px;}
#other_cta i.person{background-image:url("http://usmimagecatalogue.s3.amazonaws.com/php2P7Z6c.jpg");background-position:-0px -0px;background-repeat:no-repeat;  text-indent:-99999px;display:block;padding:0;border:0;height:45px;width:60px;}
#footer-nav{
    width:900px;
    text-align:center;
    list-style:none;
    margin:auto;
}
#footer-nav li{
    display:inline;
    margin-right:10px;
}
#dynamicsearchbar .morelink{
    text-align:center;
    padding:1px 5px;
    margin:3px 0 5px;
    line-height:1.5em;
    font-weight:700;
    display:block;
    cursor:pointer;
    border:1px solid #000000;
    background:url("/data/iepc/themes/i/button.png") repeat scroll center center #CCCCCC;
    color:#FFFFFF !important;
    border-color:#787773 !important;
    background-color:#0F4676 !important;
}
.mapsearch #content-box-top,.mapsearch #content-box-bottom{
    display:none;
}
.mapsearch #content-box-back {
    background-position:top right;
}
#right{
    float:right;
}
.mapsearch .psslist{
    margin:0;
}
.mapsearch .psslist li{
    margin-bottom:5px;
    width:33%;
    display:block;
    float:left;
}
#bottom .widget{
    width:267px;
}
#leadcontactform label input,#leadcontactform label select,#leadcontactform label textarea{
    display:block;
}
#leadcontactform  p{
    margin:0 0 -10px 0;
}
#leadcontactform label textarea{
    width:400px;
}
.agentphoto img{
    width:140px;
}

/* Flat Fee Footer */

#textwidget-14551 {
  left: -218px;
  position: relative;
  top: 174px;
}

#textwidget-14551 h3 {
  display:none;
}

#textwidget-14551 .box{
  background: none!important;
  border: none!important;
}

#footerslideshow{
  position: relative;
  width: 931px;
  height: 127px;
  list-style-type:none;
  color:#fff;
}
.footer_testimonial {
  background:url('http://usmimagecatalogue.s3.amazonaws.com/php5XTYmb.png') left top no-repeat;
  width: 931px;
  height: 127px;
}

span.testimonial_text {
padding: 0px 0px 0px 20px;
position: absolute;
width: 720px;;
}

span.testimonial_signature{
  left:20px;
  position:absolute;
  top:95px;
}

.testimonial_button {
  left: 770px;
top: 45px;
  position: absolute;
background: #de912a; /* for non-css3 browsers */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5b359', endColorstr='#de912a'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#f5b359), to(#de912a)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #f5b359,  #de912a); /* for firefox 3.6+ */
  padding:10px 20px;
  color:#000;
  text-transform:uppercase;
}

.testimonial_button:hover {
  left: 770px;
top: 45px;
  position: absolute;
background: #de912a; /* for non-css3 browsers */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#de912a', endColorstr='#f5b359'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#de912a), to(#f5b359)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #de912a,  #f5b359); /* for firefox 3.6+ */
  padding:10px 20px;
  color:#000;
  text-transform:uppercase;
  text-decoration:none;
}

#test_title {
  color:#de9028;
  left: 23px;
  position: relative;
  text-transform: uppercase;
  top: 13px;
  font-size:1.2em;
  font-family:Georgia;
  letter-spacing:.2em;
}

.footer_agents{
  background:url('http://usmimagecatalogue.s3.amazonaws.com/phphFNLgX.png') left top no-repeat;
  width: 931px;
  height: 127px;
}

.agentslist{
  list-style-type:none;
  top:0px;
  position:relative;
  left:-20px;
}
.agent{
  width:129px;
  height:127px;
  display:inline-block;
  margin-right:5px;
}

.agent:hover{
  width:129px;
  height:127px;
  display:inline-block;
  margin-right:5px;
  background:#fff;
  -moz-box-shadow: 0 0 5px 5px #fff;
-webkit-box-shadow: 0 0 5px 5px#fff;
box-shadow: 0 0 5px 5px #fff;
}

#rob{
  background:url('http://usmimagecatalogue.s3.amazonaws.com/phpljykYv.png') no-repeat;
  width:129px;
  height:127px;
  position:absolute;
  text-indent:-9999px;
}

#dan {
  background:url('http://usmimagecatalogue.s3.amazonaws.com/phpGgMgy6.png') no-repeat;
  width:129px;
  height:127px;
  position:absolute;
  text-indent:-9999px;
}

#erin {
  background:url('http://usmimagecatalogue.s3.amazonaws.com/phpuqOLrR.png') no-repeat;
  width:129px;
  height:127px;
  position:absolute;
  text-indent:-9999px;
}


.agentbutton{
  position:relative;
  left:200px;
  background: #242a34; /* for non-css3 browsers */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d605d', endColorstr='#242a34'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#6d605d), to(#242a34)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #6d605d,  #242a34); /* for firefox 3.6+ */
  padding:10px 20px;
  color:#fff;
  text-transform:uppercase;
  
    -moz-box-shadow: 0 0 5px 5px #fff;
-webkit-box-shadow: 0 0 5px 5px#fff;
box-shadow: 0 0 5px 5px #fff;
}

.how_we_work{
  background:url('http://usmimagecatalogue.s3.amazonaws.com/phpOL1kja.png') left top no-repeat;
  width: 931px;
  height: 127px;
}

#workbutton{
  position:relative;
  left: 790px;
top: 77px;
  background: #242a34; /* for non-css3 browsers */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d605d', endColorstr='#242a34'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#6d605d), to(#242a34)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #6d605d,  #242a34); /* for firefox 3.6+ */
  padding:10px 20px;
  color:#fff;
  text-transform:uppercase;
}

#workbutton:hover{
  position:relative;
  left: 790px;
top: 60px;
 background: #242a34; /* for non-css3 browsers */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#242a34', endColorstr='#6d605d'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#242a34), to(#6d605d)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #242a34,  #6d605d); /* for firefox 3.6+ */
  padding:10px 20px;
  color:#fff;
  text-transform:uppercase;
  text-decoration:none;

}

#testimonialbutton{
  position: relative;
left: 644px;
 background: #242a34; /* for non-css3 browsers */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d605d', endColorstr='#242a34'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#6d605d), to(#242a34)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #6d605d,  #242a34); /* for firefox 3.6+ */
  padding:10px 20px;
  color:#fff;
text-transform: uppercase;
top: -75px;
}

#testimonialbutton:hover{
  position: relative;
left: 644px;
 background: #242a34; /* for non-css3 browsers */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#242a34', endColorstr='#6d605d'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#242a34), to(#6d605d)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #242a34,  #6d605d); /* for firefox 3.6+ */
  padding:10px 20px;
  color:#fff;
text-transform: uppercase;
top: -75px;
  text-decoration:none;
}



#testbutton {
  color:#000;
}

#testbutton:hover {
  color:#000;
  text-decoration:none;
}





/* Rob Wilich */

#textwidget-15196 .box{
  border:none;
  background:transparent;
}
#cust-login{
  background:url('http://usmimagecatalogue.s3.amazonaws.com/phpp1zvCI.jpg') left top no-repeat;
  width:340px;
  height:237px;
}

p.cust-intro{
  color: white;
  font-size: 1.2em;
  text-shadow: 5px 3px 12px black;
  width: 254px;
  position: relative;
  top: 10px;
  left: 20px;
}

#modalLogin{
  background:transparent;
  border:none;
  position:relative;
  left:13px;
}

a#modalLoginLogin {
  background: linear-gradient(#39C 20%, #8FC8E5);
  background: -webkit-linear-gradient(#39C 20%, #8FC8E5);
  background: -moz-linear-gradient(top, #39C 20%, #8FC8E5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#39C), color-stop(100%,#8FC8E5));
  background: -webkit-linear-gradient(top, #39C 20%,#8FC8E5 100%);
  background: -o-linear-gradient(top, #39C 20%,#8FC8E5 100%);
  background: -ms-linear-gradient(top, #39C 20%,#8FC8E5 100%);
  background: linear-gradient(to bottom, #39C 20%,#8FC8E5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3399CC', endColorstr='#8FC8E5',GradientType=0 );
  padding: 6px 8px;
  border-top-left-radius:6px;
  border-bottom-left-radius:6px;
  color:#fff;
  font-weight:600;
  font-size:1.1em;
}

a#modalLoginRegister{
  background: linear-gradient(#8FC8E5 20%, #39C);
  background: -webkit-linear-gradient(#8FC8E5 20%, #39C);
  background: -moz-linear-gradient(top, #8FC8E5 20%, #39C 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#8FC8E5), color-stop(100%,#39C));
  background: -webkit-linear-gradient(top, #8FC8E5 20%,#39C 100%);
  background: -o-linear-gradient(top, #8FC8E5 20%,#39C 100%);
  background: -ms-linear-gradient(top, #8FC8E5 20%,#39C 100%);
  background: linear-gradient(to bottom, #8FC8E5 20%,#39C 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc8e5', endColorstr='#3399cc',GradientType=0 );
  padding: 6px 8px;
  border-top-right-radius:6px;
  border-bottom-right-radius:6px;
  color:#fff;
  font-weight:600;
  font-size:1.1em;
}

a#modalLoginLogin:hover {
  background: linear-gradient(#8FC8E5 20%, #39C);
  background: -webkit-linear-gradient(#8FC8E5 20%, #39C);
  background: -moz-linear-gradient(top, #8FC8E5 20%, #39C 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#8FC8E5), color-stop(100%,#39C));
  background: -webkit-linear-gradient(top, #8FC8E5 20%,#39C 100%);
  background: -o-linear-gradient(top, #8FC8E5 20%,#39C 100%);
  background: -ms-linear-gradient(top, #8FC8E5 20%,#39C 100%);
  background: linear-gradient(to bottom, #8FC8E5 20%,#39C 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc8e5', endColorstr='#3399cc',GradientType=0 );
  text-decoration:none;
}

a#modalLoginRegister:hover{
   background: linear-gradient(#39C 20%, #8FC8E5);
  background: -webkit-linear-gradient(#39C 20%, #8FC8E5);
  background: -moz-linear-gradient(top, #39C 20%, #8FC8E5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#39C), color-stop(100%,#8FC8E5));
  background: -webkit-linear-gradient(top, #39C 20%,#8FC8E5 100%);
  background: -o-linear-gradient(top, #39C 20%,#8FC8E5 100%);
  background: -ms-linear-gradient(top, #39C 20%,#8FC8E5 100%);
  background: linear-gradient(to bottom, #39C 20%,#8FC8E5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3399CC', endColorstr='#8FC8E5',GradientType=0 );
  text-decoration:none;
}

#ad-box{
  background:#fff;
  border:1px solid #000;
  width: 338px;
}