a.greenbutton {
    /* Sliding right image */
    background: transparent url(/designs/tipsonline/images/button_right.png) no-repeat scroll top right; 
	display: block;
	float: left;
	height: 33px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 22px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
a.greenbutton span {
	/* Background left image */ 
	background: transparent url(/designs/tipsonline/images/button_left.png) no-repeat; 
	display: block;
	line-height: 21px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 4px 0 8px 18px;
} 
a.greenbutton:hover span{}

a.greybutton {
    /* Sliding right image */
    background: transparent url(/designs/tipsonline/images/button_right2.png) no-repeat scroll top right; 
	display: block;
	float: left;
	height: 33px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 22px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:8px;
	margin-bottom:15px;
}

a.greybutton span {
	/* Background left image */ 
	background: transparent url(/designs/tipsonline/images/button_left2.png) no-repeat; 
	display: block;
	line-height: 21px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 4px 0 8px 18px;
} 
a.greybutton:hover span{}

a.greybutton2 {
    /* Sliding right image */
    background: transparent url(/designs/tipsonline/images/button_right2.png) no-repeat scroll top right; 
	display: block;
	float: left;
	height: 33px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 22px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:8px;
	margin-bottom:15px;
}

a.greybutton2 span {
	/* Background left image */ 
	background: transparent url(/designs/tipsonline/images/button_left3.png) no-repeat; 
	display: block;
	line-height: 21px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 4px 0 8px 36px;
} 
a.greybutton2:hover span{}

a.antworten {
    /* Sliding right image */
    background: transparent url(/designs/tipsonline/images/antworten_right.png) no-repeat scroll top right; 
	display: block;
	float: left;
	height: 28px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 16px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0 3px;
}

a.antworten span {
	/* Background left image */ 
	background: transparent url(/designs/tipsonline/images/antworten.png) no-repeat; 
	display: block;
	line-height: 18px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 4px 0 8px 32px;
}
a.melden span {
	background: transparent url(/designs/tipsonline/images/melden.png) no-repeat; 
} 
a.antworten:hover span{}


// Submit-button
button { border:none;}
.greensubmit {
    /* Sliding right image */
    background: transparent url(/designs/tipsonline/images/button_submit.png) no-repeat scroll center center; 
	display: block;
	float: left;
	height: 33px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	width: 150px;
	padding-bottom: 5px;
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	border: none;
	cursor:pointer;	
}
.greensubmit2 {
    /* Sliding right image */
    background: transparent url(/designs/tipsonline/images/button_submit2.png) no-repeat scroll center center; 
	display: block;
	float: left;
	height: 33px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	width: 200px;
	padding-bottom: 5px;
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	border: none;
	cursor:pointer;	
}

a.greenbuttonmini {
    /* Sliding right image */
    background: transparent url(/designs/tipsonline/images/button_right_mini.png) no-repeat scroll top right; 
	display: block;
	float: left;
	height: 33px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 22px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
a.greenbuttonmini span {
	/* Background left image */ 
	background: transparent url(/designs/tipsonline/images/button_left_mini.png) no-repeat; 
	display: block;
	line-height: 18px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 2px 0 8px 18px;
} 
a.greenbuttonmini:hover span{}



a.greybuttonmini {
    /* Sliding right image */
    background: transparent url(/designs/tipsonline/images/button_right_mini2.png) no-repeat scroll top right; 
	display: block;
	float: left;
	height: 33px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 22px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
a.greybuttonmini span {
	/* Background left image */ 
	background: transparent url(/designs/tipsonline/images/button_left_mini2.png) no-repeat; 
	display: block;
	line-height: 18px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 2px 0 8px 18px;
} 
a.greybuttonmini:hover span{}


.error-message, .error {
    color: red;
    margin: 0px auto;
    padding: 0px;
}

span.customStyleSelectBox { font-size:11px; background-color: #ffffff; color:#7c7c7c; padding:4px 6px; border:1px solid #cccccc; -moz-border-radius: 7px; -webkit-border-radius: 7px;border-radius: 7px 7px; }
span.customStyleSelectBox.changed { background-color: #ffffff; }
.customStyleSelectBoxInner { background:url(/designs/tipsonline/images/canvas-list-nav-item-arrow.gif) no-repeat center right; }
.grey {	color: #aaa; font-size: 11px;}
.red {	color: red; font-size: 11px;}
.stern { color: #B2D34A;font-size: 20px;}

.logbox label {width: 300px;float:left }
.logbox input {background-color:#ffffff;border-color: #B0B1AC #DCDDD8 #DCDDD8 #B0B1AC;border-radius: 4px 4px 4px 4px;border-style: solid;border-width: 1px;padding:5px; width:200px }
