p.paragraf {text-align: justify;}
p.paragraf:first-letter {padding-left: 10px;}
p.normal {line-height: 100%;}
p.onehalf {line-height: 150%;}
p.double {line-height: 200%;}
input, select, textarea {outline: none;}
.clear {width: 100%;height: 0px;clear: both;}
.clearline {width: 100%;height: 0px;clear: both;border-bottom: 1px solid #DDD; padding-top: 10px; margin-bottom: 10px;}
code {font-family: Courier, monospace;font-size: 12px;}
strong, b {font-weight: bold;}
i {font-style: italic;}
ul {padding-left: 20px;margin-left: 5px;list-style: disc;}
ol {padding-left: 20px;margin-left: 5px;list-style: decimal;}
/* --- noty megerősítés gombok --- */
.btn {height: 24px;line-height: 16px;padding: 0px 6px 2px 6px;margin: 2px 4px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;border: 1px solid #FFF;box-shadow: #666 1px 1px 8px;color: #FFF;font-weight: bold;outline: none;}
.btn-primary {background: #6f9b60;background: -moz-linear-gradient(top,  #6f9b60 0%, #627d4d 50%, #4d6b42 51%, #1f3b08 100%);background: -webkit-gradient(linear, left top, left bottom,olor-stop(0%,#6f9b60), color-stop(50%,#627d4d), color-stop(51%,#4d6b42), color-stop(100%,#1f3b08));background: -webkit-linear-gradient(top,  #6f9b60 0%,#627d4d 50%,#4d6b42 51%,#1f3b08 100%);background: -o-linear-gradient(top,  #6f9b60 0%,#627d4d 50%,#4d6b42 51%,#1f3b08 100%);background: -ms-linear-gradient(top,  #6f9b60 0%,#627d4d 50%,#4d6b42 51%,#1f3b08 100%);background: linear-gradient(to bottom,  #6f9b60 0%,#627d4d 50%,#4d6b42 51%,#1f3b08 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f9b60', endColorstr='#1f3b08',GradientType=0 );}
.btn-danger {background: #ff3019;background: -moz-linear-gradient(top,  #ff3019 0%, #d81515 50%, #bc0303 51%, #9b0303 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(50%,#d81515), color-stop(51%,#bc0303), color-stop(100%,#9b0303));background: -webkit-linear-gradient(top,  #ff3019 0%,#d81515 50%,#bc0303 51%,#9b0303 100%);background: -o-linear-gradient(top,  #ff3019 0%,#d81515 50%,#bc0303 51%,#9b0303 100%);background: -ms-linear-gradient(top,  #ff3019 0%,#d81515 50%,#bc0303 51%,#9b0303 100%);background: linear-gradient(to bottom,  #ff3019 0%,#d81515 50%,#bc0303 51%,#9b0303 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#9b0303',GradientType=0 );}
/* --- */
.butlike {cursor: pointer;filter:alpha(opacity=80);-moz-opacity:0.8;opacity: 0.8;-khtml-opacity: 0.8;}
.butlike2 {cursor: pointer;filter:alpha(opacity=40);-moz-opacity:0.4;opacity: 0.4;-khtml-opacity: 0.4;}
.butlike:hover, .butlike2:hover {filter:alpha(opacity=100);-moz-opacity:1;opacity: 1;-khtml-opacity: 1;}
#ui-datepicker-div {display: none;}
#goTop {display: none;position: fixed;bottom: 10px;right: 10px;height: 32px;width: 32px;margin: 0;padding: 0;background-color: #FFF;box-shadow: inset 0px 0px 10px rgba(0,0,0,0.2), 0px 0px 20px rgba(0,0,0,0.6);border: 4px solid #FFF;border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;z-index: 20;}
#buyMe {
	position: fixed; right: 0px; bottom: 0px; width: 70px; height: 30px; background-color: rgba(255,255,255,0.8); color: #FFF; z-index: 1000;
	border-radius: 30px 0 0 0; box-shadow: 0 0 40px rgba(0,0,0,0.3), inset 0 0 10px rgba(0,0,0,0.2); border: 4px solid #FFF;
	padding: 15px; text-align: center; font-size: 30px; font-weight: bold; text-shadow: 0 0 6px #000; border-bottom: none; border-right: none;
}
#buyMe:hover {text-decoration: none;}