@import url(http://fonts.googleapis.com/css?family=Love+Ya+Like+A+Sister);
@import url(http://fonts.googleapis.com/css?family=Francois+One);

/* -- COLORS */
.ic1 {                 /* color 1, green */
    color: #6b771c; }
.ic1border { border: 0px solid #6b771c; border-radius: 10px; }
.ic2 {                 /* color 2, black */
    color: #000000; }
.ic3 {                 /* color 3, black */
    color: black; }
.ic4 {                 /* color 4, red */
    color: #b2240c; }
.ic4border {
    border: 1px solid #b2240c; border-radius: 10px;
}
.ic5 {                 /* color 5, gray */
    color: #989898; }
A.ic1.font2 {
    text-decoration: underline;
}
/* -- FONTS */
.font1 {               /* base font */
   font-size:15px; font-weight:normal; text-decoration: none; }
.font2 {               /* second font, headlines */
   font-size: 15px; font-weight: normal; text-decoration: none; line-height:20px;}
.font3 {              /* second font, headlines */
    font-size: 15px; font-weight: bold; text-decoration: none;}

/* -- OTHER DESIGN RELATED, wenn mgl. farben/font vermeiden! */
.headline {    /** title like line */
        padding-top: 5px;
        padding-bottom: 10px;
}
.cnote {
    font-style: italic;
    width: 100%; padding: 0;
}
#oform {
    margin: auto;
}
.hint {
    font-size: 10px;  /* hints, non important extrya info */
}
.ok {                 /* OK server responses */
    color: #555347;
}
.okbox {          /* Errors, in container context */
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    margin-top:10px;
    margin-bottom:10px;
}
.error {              /* Errors, inline component */
    color: #b2240c;   /* CLONE ic4 */
    border: 1px solid #b2240c;
	border-radius: 10px;
    text-align: center;
}
.errorbox {          /* Errors, in container context */
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    margin-top:10px;
    margin-bottom:10px;
}
.action {            /* HACK: overrides base for includes !      */
    color: #14752c;        /* CLONE ic1 */
    font-size: 12px; font-weight: bold; text-decoration: none;  /* CLONE font2 */
}
/* STD RESETs */
body {
   /* height: 100%; */
   font-family:'Calibri',sans-serif;
   font-style:normal;
    margin-top: 20px;
}
fieldset {
    padding: 20px;
}
 .nobutton {      /* hide away the button of a button */
    border-style: none;
    border-width: 0;
    background-color: transparent;
}

/* LAYOUT RELATED */
#r3cartlink, #cartlink, #agblink {
    display:inline;
}
A.navi {
   display:block;
   line-height:1.5em;
}
#head {
   text-align:center;
   margin: auto;
   height:114px;
}
.itemhead {       /* box-header bg */
    background-color: #E1E9DE;
}
.inputtext {
    border: 1px solid silver;
    padding: 0px;
    margin: 0;
	border-radius:10px;
}
/* for main screens only */

#center {
    width:100%;
}
#all {
    max-width: 700px;    /* if ie6: width, image 758 */
    margin-left: auto;
    margin-right: auto;
}
/* for category listings (includes) */
.itemhead {
     background-color: #E1E9DE;
}
.itemtabletd {
     padding-left: 10px;
}
.notes {
   font-size:11px; font-weight:normal; text-decoration: none; /* font CLONE */ 
}
/* DEBUGGING */

DIV {           /* debug */
   border: 0px solid silver;
   margin: 0;
   padding:0;
	border-radius: 10px;
}
div#pageid {
    display:none;
    border: 1px solid black;
	border-radius:10px;
    color: black;
    font-size: 10px;
    padding:1px;
    margin: 1px;
    background-color: silver;
    text-align: right;
    float:right;
}
.admininfo {
    border: 1px solid red;
	border-radius:10px;
    color: red;
    font-size: 10px;
    padding:1px;
    margin: 1px;
    background-color: silver;
    text-align: right;
}

.navisel {
   color: #B3260B;
}

.center1 {
    width: 500px;    /* if ie6: width, image 758 */
    margin-left: auto;
    margin-right: auto;
}

#head {
   background-color: white;
}

.response {
    font-style:italic;
}

/* CALENDAR (overrides vase calendar.css */

#ccode {
    font-size: 12px;
}
#chint {
    font-size: 12px;
}
/* calendar */
.caltoday {
    color: inherit;
}
.calmonth {
    font-size: 12px; 
}
.caloffday {
    color: red !important;
    text-decoration:none;
}
.caltourday {
    color: orange !important;
    text-decoration: none;
    font-weight:bold;
}
.caltourday.booked{
    color: orange !important;
    text-decoration: none;
    font-weight:bold;
    border: 1px solid #4a8612;
	border-radius:10px;
}
.calorderday {
    color: #555347 !important;     /* CLONE ic1 */
    text-decoration:none;
    font-weight:bold;
}
.calweek,.calweekh,.calmonthyear,.calweekdayh,.calsundayh {
    background-color: #E1E9DE;     /* tdheader */
}
.calweekdayh,.calsundayh {
    color: black !important;
    font-size: 7px;
    font-weight: normal;
}

TABLE#calendar TD {
    line-height: 18px;
}
.dijitCalendarYearLabel {
    font-style:normal;
}
.dijitCalendarContainer {
    background-color:  #E1E9DE;
}
.dijitCalendarCurrentDate {
    border:1px dotted red;        /* CLONE from calendar.css */
	border-radius:10px;
    font-weight: bold;
}
fieldset {
    margin: 5px;    
}

.oeinfo TD {
   font-size: 11px; 
}
#nsr {         /* none special rubrics */
    display:block;
    border-top: 3px solid #c4ba8a !important;
	border-bottom: 3px solid #c4ba8a !important;
	border-right: 3px solid #c4ba8a !important;
	border-left: 3px solid #c4ba8a !important;
    border-radius: 10px !important;
    color: #FFFFFF !important !important;
    font-weight: bold !important;
    line-height: 2em !important;
    padding: 0 12px 0 2px !important;
    width: 175px !important;
    margin-left: 2px;
    margin-top: 10px;
}
#oversion {
    color: white;
}
.highlighted {
    color: #e1824A !important;          /* may need !important; */
	background-color: #e2ddd3 !important; 
}
/* #scc {
    width: 205px;
}  */
#altsearch {
    display:none;
    visibility: hidden;
}
#altsearchr {
    padding-left: 20px;
}
.moreinfo {
    display: none;
}
#showboxen {      /* in categories */
    display: none;
}
#iid {
    display: none;
}
DIV#bon.work, DIV#boff.work{
    text-decoration: underline;
    cursor: pointer;
}
DIV#bon.work{
    color: #020080;
}
DIV#boff.work{
    color: #020080;
}

#abo .itemtable {
    border-style: dashed;
	border-radius:10px;
}
.box {
    width: 230px;
    border: 0px solid green;
	border-radius:10px;
    margin-bottom: 20px;
}
.abox {
    /* width: 500px; */
    border: 1px solid green;
	border-radius:10px;
    margin-bottom: 20px;
	background-color: #fff;
	padding: 5px;
}
#guestrelogon {
    display: none;
}
table.itemtable, #info .info {
    width: 440px;
}
TABLE#cartbox {
    width: 100%;
    margin:auto;
}
#thankyou .all, #logoutp .all {
    width: 530px;
}
#boxes #all {
   width: 500px;
}
#langopts {
    float: right;
    display: none;
}
#left1search {
    font-size: 1.05em; border: 0px none; border-radius:10px; padding: 2px 5px; background-color: white; width: 193px; margin-left: 0px; 
}
#smallcartt  {
    width: 100%;
    margin-top: 10px;
}
div#smallcartt {
    display: inline-block;
    border: none;
}
.ciprice {
    text-align: right;   
}
.subnavi {
    margin-left: 20px;    
}
#floatlogo {
    display: none;
}
div#b2 {
    display: none;
}

#s2right3 #agblink {
    display: none;
}
DIV#b1, DIV#b2 {
    margin: 0; padding: 0;
    margin-top: 5px;
}
div#ptrailer {
    font-size: 8px;
    display:none;
}
.printinfo {
    display: none;
}
#mail #cnotebox {
    margin:  20px;
    border:  1px solid red;
	border-radius:10px;
}
input.required, input.namefirst {
    border-color: #c4ba8a;
	border-radius:5px;
}
#showboxenA {
    display: none;
}
#lpnote {
    display: none;
}
div.cartnotef {
    margin-left: 20px;
    font-style: italic;
}
TD.boxsep1 {
    border-top: 1px solid gray;
}
#start_new {
    display: none;
}
#cart3img {
    display: none;
}
#cartsum {
    margin-top: 10px; text-align: right; margin-right: 20px;
}
img.vblinkoff {
    display: none;
}

#as1 {
    border: 1px solid rgb(172, 170, 171); border-radius:10px; width: 120px; background-color: white; margin: 0;
}
.cookielogon INPUT {
    vertical-align: middle;
}
.cookielogon {
    padding-top: 10px;
    text-align: center;
    color: #fff;
}
.cookielogonqr {

}
#cookielogonused {
    margin: 10px;
}
/*DIV.twocols{
    float: left;
    width: 49%;
}                */
#shoploginhead {
    display: none;
}
#setauth fieldset {
    margin: 50px;
}
#fsliefer {
    margin-top: 20px; padding: 20px;
}
#calscreen {
    margin-top: 20px; padding-bottom:10px;
}
#topcatf {
    border: 1px solid gray;
	border-radius:10px;
	margin-left: 9px;
}
#mbwmessage, #mbwmessage1 {
    margin-top:10px; text-align: center;
}

#passwddelim {
    margin: 0px; margin-bottom: 5px; color: #fff;
}
#guestlogontxt {
    text-align: right; padding-right:15px;
}
/* start_guest */
#smheadlinea {
    color: inherit;
    text-decoration: none;
}
#smheadlinea1 {
    color: inherit;
    text-decoration: none;
}
div.category2 {
	background-color: #fff;
	padding: 2px;
       width: 600px;
       height: 130px;
       float: left;
       overflow: hidden;
	margin-bottom: 0px;

}
div.category2 .c2name1 {
    display: none;
    visibility: collapse;
}
div.category2 .c2name {
	border-radius: 0px !important;
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
	border-bottom: 0px solid #fff !important;
	width: 600px;
}
div.category2 .c2select {
	border-bottom: 2px dashed gray;
    padding: 2px 2px 2px 2px;
    margin-top: -72px;
	border-radius: 0px !important;
	border-top: 0px solid #fff;
	width: 591px;
}
div.category2 .c2abv1, div.category2 .c2limits, div.category2 .c2special {
    text-align: center;
    clear: left;
}
div.category2 .c2limitsX, div.category2 .c2abv, div.category2 .c2limits1 , div.category2 .c2details1, div.category2 .c2info1 {
    display: none; visibility: collapse;
}
div.category2 .c2limits1, div.category2 .c2abv2 {
    text-align: center;
}
#itemlist {
    margin: auto;
    width: 600px;
	
}
.embedded DIV#itemlist {
    width: inherit;
}
#startpage #all {
    width: 650px;
}
#passwd #all {
    width: 550px;
}
.item_sel {
    width: 120px; float: right;
}
.bigbuttons {
    display: none;
}
#articleprint {
    text-align: right;
}
#altpasswdloc {
    display: none;
}
#iamcustomer {
    display: none;
}
#smheadline1, #cartsum1 A  {
    text-decoration: none;
}

/* enable this to use alternative logon form

#iamcustomer {
    display: block;
}
#cform {
    display: none;
}

*/
image {
    border: none;
	border-radius:10px;
}
#seldiv {
    float: left; margin-left:10px; margin-top:0px;
}
#infoimg {
    padding: 5px; float: right;
}
/* div based item details */
#itemdetail {
    display: none;
}
#itemdetaildiv {
    float: left;
    width: 100%
}
#itemdetaildiv #id_right {
    float: right;
}
#itemdetaildiv #id_right #id_thumb {
    margin: 20px;
}
div.baseprice {
    clear: both;
}
div.cartitem {
    float: left;
    margin: 2px;
    padding: 2px;
}

.box_a .lbox {
    width: 175px;
    float: left;
}
.box_a .aselected {
    width: 50%;
}
.abobox_data, .aselected  {
    background-color: #c4ba8a;
}
.box_a .aborder {
    float: right;
}
.box_a .abordertab {
    display: none;
}
.box_a .abobox_tab .font1 {
    height: 23px;
}
div.aboinfo.desc {
    margin-right: 10px;
}
div.box_a .boxname  {
    margin-top: 10px;
	font-size: 26px;
	color: #555347;
}
.dupinfo {
    border: 1px solid darkolivegreen;
	border-radius:10px;
    color:darkolivegreen;
    font-size: 8px;
    vertical-align: super;
}

.scenter{
	background-color: #fff !important;
}

.leftb {
	background-color: #ffffff;
}

#cfield {
	background-color: #ffffff;
	margin-left: 5px;
}

#cmenu {
	background-color: #ffffff;
	height: 220px !important;
}

.rightb {
	background-color: #ffffff;
}

#impLink {
	background-color: #fff;
	color: #fff !important;
}

#cmenu1 {
	background-color: #ffffff;
	height: 220px !important;
	margin-top:-20px;
}


a:hover {
	color: #6b771c !important;
}



.itemname {
	color: #6b771c!important;
	display: block;
	font-size: 1.5em;
	line-height: 1.0em;
	text-align:left;	
	margin-left: 90px;
	margin-bottom:-10px;
}

.boxname {
	color: #6b771c;
	display: block;
	margin-top: 5px;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2em;
	text-align:left;
}


.action, #cartrefresh, #cartsub, #cartprint, #sendbutton, #logoutb, #logonc, #logong {
	background-color: #464646;
	border: 0px solid #000;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

#cmenu1 a#agblink {
	background-color: #635A49;
	color: #fff !important;
	line-height: 16px;
    padding: 1px 0 2px 66px;
    width: 110px;
	margin-top: 40px !important;
	display: block;
}

#cmenu1 a.mbutton {
    background-color: #635a49;
    border-bottom: 0 solid #000;
    border-radius: 10px;
    color: #fff !important;
    font-family: "Francois One",sans-serif;
    line-height: 25px;
    padding: 0 7px 0 55px;
    width: 115px;
}

#impLink {
	background-color: #635A49;
	border-bottom: 2px solid #635A49;
	border-radius: 10px;
	color: #fff;
	line-height: 15px;
    margin-right: 40px;
    padding: 1px 4px 1px 8px;
    width: 162px;
    font-family: "Francois One",sans-serif;
	margin-top: 10px;
}

#alink {
       font-family: "Francois One",sans-serif;
	line-height: 15px;
	padding: 1px 4px 1px 8px;
	width: 185px;
}

#left1search {
	font-size: 1.05em;
	background-image: url(http://www.mushelbock.com/schoenegge/magni.png);
	background-repeat: no-repeat;
	background-position: 176px 4px;
}

#left1searchimage {
	display: none;
}

.iseparator {
	border-bottom: 1px solid #838383;
	border-radius: 0px !important;
	margin-top: 5px;
	margin-bottom: 15px;
}

.cartimg {
	margin-left:0px;
	margin-top:0px;
}

.c2select {
	margin-left: 0px !important;
	width: 100%;
	margin-bottom: 0px solid #000;
	min-height: 68px;
}

a:link {
	color:#000;
}


.navi {
	color: #000;
}

#id_bild {
	border-radius: 10px;
}

h1 {
	font-size: 26px !important;
	font-weight: bold;
	font-family: love ya like a sister !important;
	font-color: #6b771c !important;
}

#cheadline {
	margin-left: 140px;
	font-color: #6b771c !important;
}

.embed_price {
	font-weight: bold;
	background-color: #FFB03B;
	border: 2px solid #FFB03B;
	border-radius: 2px !important;
}



#cats {
	padding: 0 0 0 10px;
}

.mbutton {
	font-color: #000;
}

textarea {
	background-color: #cecece !important;
	border: 1px solid #000 !important;
}

//.cartimg {
//	background-image: url(http://www.mushelbock.com/schoenegge/warenkorb.png);
//	background-repeat: no-repeat;
//}

//.baseprice {
//	font-weight: bold;
//	background-color: #FFB03B;
//	border: 2px solid #FFB03B;
//	border-radius: 2px !important;
//	margin-left: 1px;
//}

.embed_price:after {
    content:"\A"; white-space:pre;
}

#tabangaben {
	border: 1px solid  #6b771c;
	padding: 5px;	
}

table.tabangaben {
	border-spacing:5px !important;
}

table.tabangaben th {
	background: #e2ddd3; /* Old browsers */
	border-radius: 6px;
	border: 1px solid #000;
	padding: 2px;
}


table.tabangaben td {
	margin: 10px;
}

table.tabangaben td:after {
	content: "|";
}

table.tabangaben td:before {
	content: "| ";
}

table.tabangaben_head caption {
	font-color: #6b771c !important;
	font-style: underlined !important;
}

table.tabangaben caption {
	font-weight: normal !important;
}

#item dt {
	width: 120px;
	color: #6b771c;
	float: left;
	margin: 0px 5px 0px 10px;
	clear: both;
	font-size: 1em;
}

#oeinfo {
	border: 1px solid  #6b771c;
	border-radius: 10px;
}

/* Abel & Stone */

#ish1, #ish2, #gl7 {
    display:none;
}

#isc4 {
       margin-top: 20px !important;
}

#logong {
    font-size: 0px !important;
    height:40px;
    width: 100%;  
    margin-top: 30px !important;
}

/*#logong:before {
    display: block;
    height:1px;
    width: 450px;
    background: url(http://abelstone.com/files/images/dotted_line_login.png);
    margin-bottom: 30px !important; 
    overflow: visible;
    content:'.';
    text-indent:9999px;
    margin-top:-30px
   
}*/

#logong:after {
    display: block;
    content:'Zum Shop / G�stelogin';
    font-size:14px;
    color: #fff;
   
}

#logonc, #logong {
    font-size: 0px !important;
    height:45px;
    margin-top: 100px
	padding: 0px !important;
}

#logonc:after {
    display: block;
    content:'Anmelden';
    font-size:14px;
    color: #fff;
}

#isc1 .font2 {
       font-size: 14px !important;
       height: 20px;

       background-size: 200px 200px;

    
}

#isc1 .font2:after {
       display: block;
       content: 'Email/Kundennr'
       font-size: 14px !important;
       width: 200px;
       height: 100px;
       background-size: 100px 100px;
       
}


#cform td {
    display:block;
}

tr#cform td#isc1 .inputtext, tr#cform td#isc2 .inputtext  {
	width: 445px;
	height: 25px;
}

tr#cform td#isc2 {
	color: #fff;
}

#logonc {
    height: 40px;
    margin-top: 10px;
    width: 100%;
    display:block;
    

}

#logong {
    margin-top: 0px;
    display:block;

}

#gl12{
    margin-top:0px;
    display:block;
}

#gl11 td:before{
    background: url() no-repeat 0px 0px;
    display:block;
    height: 25px;
    width: 25px;
    text-indent: -9999px;
    margin-left:-29px;
    position: absolute;
    content: '1'
        
}

#guestlogon {
    background: url(http://la.abelstone.com/images/bg_chalkboard.jpg) no-repeat 4px 20px;
    display:block;
    width: 500px;
    height: auto;
    border: 1px solid #6b771c;;
    background-repeat: repeat;
    border-radius: 10px;
    margin-top: 25px;
}

button {
    color: #000;
}



#gl12 a{
    font-size: 15px !important;
    opacity: 0.4;
    text-align: center;
    text-decoration: none;
    
    
}

tr.cartrow td .inputtext {
    height: 30px;
    width: 43px;
    
}

#isc5 a {
    font-size: 15px;
    text-align: center;
    opacity: 0.4;
    text-decoration: none;
	color: #fff;
}

#isc5 a:hover {
	color: #e1824a !important;
}

#logonMessage1 {
    visibility: hidden;
    height: 0px;
    width: 0px;
    font-size:0px;
}

#isc1 .font2 {
   
    font-size: 0px !important;
   ;
    
}



#logong{
    background-color: #e1824a !important;
    background-image: none !important;
    border: 0 !important;
    /*line-height: 4px;*/
}

#logonc{
    background-color: #82b357 !important;
    background-image: none !important;
    border: 0 !important;
    line-height: 4px;
}

#isc1 .font2 {
   
    font-size: 0px !important;
   ;
    
}

#isc1:before {
   
    font-size: 14px !important;
    color: #fff;
    content: 'Email oder Kundennummer';
    display: block;
   margin-bottom: -20px;
    
}

.c2details {
	margin-left:100px;
}

.c2info {
	margin-left: 100px;
}

.itemimg {
	margin-top: -30px;
	margin-bottom: -50px;
}

#itemlist .baseprice {
	margin-top: -30px;
	margin-left: 471px;
	font-size: 18px;
	font-weight: bold;
}

.baseprice {
	font-size: 18px;
	font-weight: bold;
}


#itemlist .itemtabletd {
    line-height: 16px;
}

#id_left {
	clear: both;
	margin-top:0px;
	font-size:16px;
	line-height: 26px;
}

#id_right {
	margin-bottom: -180px;
}

.c2special {
	margin-top: 5px;
	margin-left: -262px;
}

#s2categories A.navi, #topcat A.navi {
	font-size: 14px !important;
}

#sp {
	color: #E1824A !important;
	line-height: 15px;
	padding: 1px 4px 1px 8px;
	width: 185px;
	margin-top: 4px;
       font-family: "Francois One",sans-serif;
}
.abverkauf {
	margin-left:385px;
}

.c2limits {
	min-height: 90px;
	display: block;
	position: absolute;
	overflow: visible;
	margin-top: -92px;
	margin-bottom: 34px;
	padding: 0px;
	text-align: left !important;
	margin-left: 312px;
	max-width: 285px;
}

.autohtml {
	font-size: 15px;
}

.c2limits .font1 .ic4 {
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    margin-left: 162px;
}

#cartsum {
	font-weight: bold;
	font-size: 115%;
}

#r3cartlink {
    background-color: #e1824a;
    border: 0 solid #e1824a;
    border-radius: 12px;
    color: #fff !important;
    font-family: "Francois One",sans-serif;
    font-size: 115%;
    margin-right: 40px;
    padding: 1px 50px;
	line-height: 40px;
}

#cmenu a.navi, #scid a.navi, a#cartlink {
	text-decoration: none;
}

.mbutton {
   border-bottom: 1px solid #000000 !important;
}

#cartlink {
	    background-color: #e1824a;
    border: 0 solid #e1824a;
    border-radius: 10px;
    color: #fff !important;
    font-family: "Francois One",sans-serif;
    margin-right: 40px;
    padding: 1px 53px;
}

#smheadlinea {
	    background-color: #e1824a;
    border: 0 solid #e1824a;
    border-radius: 10px;
    color: #fff !important;
    font-family: "Francois One",sans-serif;
    margin-right: 40px;
    padding: 1px 55px;
}

tr.cartrow td {
    border-bottom: 1px solid #333;
}

#gl1 {
    margin-top: 0px !important;
}

#isc5 td #passwddelim .font1 {
	color: #fff !important;
	font-size: 15px;
}

#ssl {
	color: #fff !important;
	font-size: 15px;
}

#oversion {
	color: #ccc;
	margin-right: 75px;
}

#namefirst {
    border: 1px solid #c4ba8a;
    border-radius: 4px;
    box-shadow: 1px 1px 1px #000 inset;
}

.calmonth {font-size: 24px;}

TABLE#calendar TD {line-height: 26px;}

.calweekdayh, .calsundayh {color: black; font-size: 18px; font-weight: normal;}

.ab_item {
	font-style: italic;
}

.ab_grp {
	font-weight: bold;
}

#abo .itemtable {
	margin-top: 40px;
}

#abo .itemtable {
	padding: 5px;
	border: 1px solid #555347;
}

#abo .itemimg {
	margin-top: 7px;
	margin-left: 5px;
}
#abo .itemtable .itemname {
	margin-left: 0px !important;
	margin-top: -30px !important;
}

#item dd {
    float: left;
    margin: 0 10px 10px;
    width: 290px;
}


#logong{
    line-height: 1px;
    padding: 0px;
}

#logong:before {
    display: block;
    height:1px;
    width: 450px;

    /*background: url(http://abelstone.com/files/images/dotted_line_login.png);*/
    margin-bottom: 0px !important; 

    overflow: visible;
    content:'.';
    text-indent:9999px;
    margin-top: 0px;
   
}

#gl8{

    background: url(http://abelstone.com/files/images/dotted_line_login.png);
background-repeat: no-repeat;
/* background-attachment: fixed; */
background-position: 30% 20%;
}