form{margin:0;}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #666;
    opacity: 1; /* Firefox */
  }


.buttonlook {
    font-family: Raleway;
    font-weight: 700;
    background-color: #333A56;
    color:#fff;
    border-radius: 2px;
}

.buttonlogin{
    margin:5px;
    background-color: #1671AD;
    color:#fff;
    border-radius: 2px;
}


body {
    font-family: Raleway;
}

h1 {font-family: Raleway, sans-serif;font-size:31px;}
h2 {font-family: Raleway, sans-serif;font-size:25px;}
h3 {font-family: Raleway, sans-serif;font-size:22px;}
h4 {font-family: Raleway, sans-serif;}
h5 {font-family: Raleway, sans-serif;font-weight: normal;font-size: 20px;}
h6 {font-family: Raleway, sans-serif;}

p {font-family: 'Raleway', sans-serif;}
legend {font-family: Raleway, sans-serif;font-weight: normal;color:#038;}

button{
    font-family: Raleway;
    font-weight: 700;
}

#featured { background: url(spinner.gif) center center #f4f4f4; height: 300px; }
#featured img { display: none; }

#featured.orbit { background: none; }
#featured.orbit img { display: block; }



/* CSS */
.orbit-wrapper .slider-nav span { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -webkit-transition: opacity 400ms; -moz-transition: opacity 400ms; -o-transition: opacity 400ms; transition: opacity 400ms; }
.orbit-wrapper:hover .slider-nav span { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; }


.menuspecial{
    margin-right:10px;
    width:100px;
    
}

.wishListIcon{
    background:url('../images/systemicons/wishlist_icon_new.png') no-repeat; 
    width:150px;
    background-size: 150px 150px;


}
.containerdiv { 
    position: relative; 
    width:150px;
    float:left;
    margin:10px 12px 50px 12px;
    cursor: hand;
    cursor: pointer;
}

.iconHeight {
    height:154px;
}

.iconImage { position: absolute; top: -15px; left: -5px; width:52px;height:52px;}
.cornerimage { position: absolute; top: -5px; right: 0px; width:32px;height:32px}


.wishField {
    float:left;
    border: 0px solid #000000;
    text-align: left;
    vertical-align: bottom;
    padding:0px 0px 0px 0px;
    z-index: 1;

    font-size: calc(16px + 1vw);
    line-height: calc(16px + 1.1vw);
}


.wishFieldSmall {
    float:left;
    border: 0px solid #AA0000;
    text-align: left;
    vertical-align: bottom;
    padding:0px 4vw 0px 0px;
    z-index: 1;
    white-space:normal;

    font-size: calc(14px + 0.5vw);
    line-height: calc(14px + 0.6vw);
}
.wishFieldDesc {

    border: px solid #00AA00;
    
    padding:0px 4vw 0px 0px;
    margin:8px 0px 5px 0px;
    z-index: 1;

    font-size: calc(12px + 0.3vw);
    line-height: calc(12px + 0.4vw);
}

.overlayInputField{
    position: absolute; top: 5px; left: 10px;z-index: 10000;
    background-color: #ffffff;
    border:1px solid black;
    font-size: 14px;
}



.myStar_DEP{
    background-position: left 0px;
    background-repeat: repeat-x;
    width:129px;
    height:25px;
    border:0px solid black;
    text-align:left;
}
.oneStar {
    background-color:transparent;
    border:3px solid black;
    width:25px;
    height:25px;

}

.starimage {
    background: url('../images/main/star.gif');
    background-color:transparent;
    border: 0px solid #000;
}


.wishNumberPrint {  
    display:none;
}


.overlayBoxGenerel {
    border: 2px #000000 solid;
    border-radius: 15px;
    background-color: #CEE3F6;
    
    
}
.numberInfoBox{
    margin:20px;
    text-align: center;
    padding:20px;
    border: 3px solid #000;
    font-size: 14px;
    border-radius:15px;
    color:#000;
    background-color: #fff;
}

#targetLayer{
    display:none;

    width:10px;
    height:10px;
    text-align:center;
    line-height:100px;
    font-weight: bold;
    color: #C0C0C0;
    background-color: #F0E8E0;
}
#uploadFormLayer{
    padding: 10px;
    }
    .btnSubmit {
    background-color: #008DE6;
    padding:4px;
    margin-top:4px;
    border: #3FA849 1px solid;
    color: #FFFFFF;
    width:80px;
    }
    .inputFile {
    border: 1px #C0C0C0 solid;
    padding: 3px;
    background-color: #fff;
    width:100%;
}

