
/* BUTTONS */
button {
border: 0 none;
cursor: pointer;
font-weight: bold;
padding: 0 15px 0 0;
text-align: center;
height: 30px;
line-height: 30px;
width: auto;
}

button.rounded {
background: transparent url(../img/btn/btn_right.png ) no-repeat scroll right top;
clear: left;
font-size: 0.8em;
}

button span {
display: block;
padding: 0 0 0 15px;
position: relative;
white-space: nowrap;
height: 30px;
line-height: 30px;
}

button.rounded span {
background: transparent url(../img/btn/btn_left.png) no-repeat scroll left top;
color: #FFFFFF;
}

button.rounded:hover {
background-position: 100% -30px;
}

button.rounded:hover span {
background-position: 0% -30px;
}

button::-moz-focus-inner {
border: none;
}



.rounded2 {padding: 0 10px 0 0;text-align: center;height: 15px!important;line-height: 15px!important;width: auto;
background: transparent url(/skin/customer/theme1/img/btn/btn2_right.png ) no-repeat scroll right top;
clear: left;font-size: 0.8em;}
.rounded2 span {display: block;padding: 0 0 0 10px;position: relative;white-space: nowrap;height: 15px!important;
line-height: 13px!important;	background: transparent url(/skin/customer/theme1/img/btn/btn2_left.png ) no-repeat scroll left top;
color: #FFFFFF;
}
.rounded2:hover {background-position: 100% -15px;}
.rounded2:hover span {background-position: 0% -15px;}

.rounded3 {padding: 0 10px 0 0;text-align: center;height: 15px!important;line-height: 15px!important;width: auto;
background: transparent url(/skin/customer/theme1/img/btn/btn3_right.png ) no-repeat scroll right top;
clear: left;font-size: 0.8em;}
.rounded3 span {display: block;padding: 0 0 0 10px;position: relative;white-space: nowrap;height: 15px!important;
line-height: 13px!important;	background: transparent url(/skin/customer/theme1/img/btn/btn3_left.png ) no-repeat scroll left top;
color: #FFFFFF;
}
.rounded3:hover {background-position: 100% -15px;}
.rounded3:hover span {background-position: 0% -15px;}


.rounded4 {padding: 0 10px 0 0;text-align: center;height: 15px!important;line-height: 15px!important;width: auto;
background: transparent url(/skin/customer/theme1/img/btn/btn4_right.png ) no-repeat scroll right top;
clear: left;font-size: 0.8em;}
.rounded4 span {display: block;padding: 0 0 0 10px;position: relative;white-space: nowrap;height: 15px!important;
line-height: 13px!important;	background: transparent url(/skin/customer/theme1/img/btn/btn4_left.png ) no-repeat scroll left top;
color: #FFFFFF;
}
.rounded4:hover {background-position: 100% -15px;}
.rounded4:hover span {background-position: 0% -15px;}


.stampcorner_tl, .stampcorner_t, .stampcorner_tr, .stampcorner_l, .stampcorner_r, .stampcorner_bl, .stampcorner_b, .stampcorner_br, .stampcorner {
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
		font-size:62.5%; 
  	font-family: Helvetica, arial, sans-serif; color: #6c6a65; text-align:left;
  	font-size: 13px;
}
.stampcorner_t {
    /*
        change this div to layout the whole box (width, height, float, margin, ...)
        example lines:
        width: 60%;
        margin: 7px 35px 0px 1px
        to change distance to content/text scroll to class ".stampcorner" and change the padding
    */
    background-color: #FFFFFF;
    background-image: url("../img/bg/stampcorner_border.png");
    background-repeat: repeat-x;
    background-position: top;
}
.stampcorner_tl {
    height: 100%;
    background-image: url("../img/bg/stampcorner_topleft.png");
    background-repeat: no-repeat;
    background-position: left top;
}
.stampcorner_tr {
    height: 100%;
    background-image: url("../img/bg/stampcorner_topright.png");
    background-repeat: no-repeat;
    background-position: right top;
}
.stampcorner_bl {
    height: 100%;
    background-image: url("../img/bg/stampcorner_bottomleft.png");
    background-repeat: no-repeat;
    background-position: left bottom;
}
.stampcorner_br {
    height: 100%;
    background-image: url("../img/bg/stampcorner_bottomright.png");
    background-repeat: no-repeat;
    background-position: right bottom;
}
.stampcorner {
    height: 100%;
    /* change this if you want to change the distance distance to text/content */
    padding:10px;
}

.stampcorner_l {
    height: 100%;
    background-image: url("../img/bg/stampcorner_border.png");
    background-repeat: repeat-y;
    background-position: left;
}
.stampcorner_r {
    height: 100%;
    background-image: url("../img/bg/stampcorner_border.png");
    background-repeat: repeat-y;
    background-position: right;
}
.stampcorner_b {
    height: 100%;
    background-image: url("../img/bg/stampcorner_border.png");
    background-repeat: repeat-x;
    background-position: bottom;
}

#colab_yump_logo{
	 background-color:white; background-position:top center; background-repeat:no-repeat; width:100px; height:100px; padding:0; margin:0;
}

#colab_customer_logo{float:left; margin-bottom:10px; width:100%; height:80px!important; background-position:center center; background-repeat:no-repeat;}
#stampcorner1{width:250px;}
#stampcorner2{width:250px;}