
/* CSS Created by CSS CHECKBOX */
/**********************************/
/**** www.CSScheckbox.com *********/

/*general styles for all CSS Checkboxes*/
label {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

input[type=checkbox].css-checkbox {
	  position: absolute; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height:1px; 
    width:1px; 
    margin:-1px; 
    padding:0;
    border:0;
}

input[type=checkbox].css-checkbox + label.css-label {
	padding-left:20px;
	height:15px; 
	display:inline-block;
	line-height:1em;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
	cursor:pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -15px;
}

.css-label{
	background-image:url(http://frankwmarks.me/HarkemaFamilieFotos/resources/dark-check-green.png);
}

/*specific classes related to Checkbox skins*/

.lite-green-check{background-image:url(http://frankwmarks.me/HarkemaFamilieFotos/resources/lite-green-check.png);}
.lite-blue-check{background-image:url(lite-blue-check.png);}
.lite-gray-check{background-image:url(http://frankwmarks.me/HarkemaFamilieFotos/resources/lite-gray-check.png);}
.lite-cyan-check{background-image:url(http://frankwmarks.me/HarkemaFamilieFotos/resources/lite-cyan-check.png);}
.lite-orange-check{background-image:url(http://frankwmarks.me/HarkemaFamilieFotos/resources/lite-orange-check.png);}
.lite-red-check{background-image:url(http://frankwmarks.me/HarkemaFamilieFotos/resources/lite-red-check.png);}

.lite-x-cyan{background-image:url(http://frankwmarks.me/HarkemaFamilieFotos/resources/lite-x-cyan.png);}
.lite-x-gray{background-image:url(http://frankwmarks.me/HarkemaFamilieFotos/resources/lite-x-gray.png);}
.lite-x-blue{background-image:url(http://frankwmarks.me/HarkemaFamilieFotos/resources/lite-x-blue.png);}
.lite-x-orange{background-image:url(http://frankwmarks.me/HarkemaFamilieFotos/resources/lite-x-orange.png);}
.lite-x-red{background-image:url(http://frankwmarks.me/HarkemaFamilieFotos/resources/lite-x-red.png);}
.lite-x-green{background-image:url(http://frankwmarks.me/HarkemaFamilieFotos/resources/lite-x-green.png);}

.mac-style{background-image:url(http://frankwmarks.me/HarkemaFamilieFotos/resources/mac-style.png);}
.mario-style{background-image:url(http://frankwmarks.me/HarkemaFamilieFotos/resources/mario-style.png);}
.alert-style{background-image:url(http://frankwmarks.me/HarkemaFamilieFotos/resources/alert-style.png);}
.lite-plus{background-image:url(http://frankwmarks.me/HarkemaFamilieFotos/resources/lite-plus.png);}
.dark-plus{background-image:url(http://frankwmarks.me/HarkemaFamilieFotos/resources/dark-plus.png);}
.dark-plus-cyan{background-image:url(http://frankwmarks.me/HarkemaFamilieFotos/resources/dark-plus-cyan.png);}
.dark-plus-orange{background-image:url(http://frankwmarks.me/HarkemaFamilieFotos/resources/dark-plus-orange.png);}
.dark-check-cyan{background-image:url(http://frankwmarks.me/HarkemaFamilieFotos/resources/dark-check-cyan.png);}
.dark-check-green{background-image:url(http://frankwmarks.me/HarkemaFamilieFotos/resources/dark-check-green.png);}
.dark-check-orange{background-image:url(http://frankwmarks.me/HarkemaFamilieFotos/resources/dark-check-orange.png);}


.depressed-lite-small{background-image:url(http://frankwmarks.me/HarkemaFamilieFotos/resources/depressed-lite-small.png);}
.elegant{background-image:url(http://frankwmarks.me/HarkemaFamilieFotos/resources/elegant.png);}
.depressed{background-image:url(http://frankwmarks.me/HarkemaFamilieFotos/resources/depressed.png);}
.chrome-style{background-image:url(http://frankwmarks.me/HarkemaFamilieFotos/resources/chrome-style.png);}
.web-two-style{background-image:url(http://frankwmarks.me/HarkemaFamilieFotos/resources/web-two-style.png);}
.vlad{background-image:url(http://frankwmarks.me/HarkemaFamilieFotos/resources/vlad.png);}
.klaus{background-image:url(http://frankwmarks.me/HarkemaFamilieFotos/resources/klaus.png);}

input[type=checkbox].css-checkbox.med + label.css-label.med {
	padding-left:22px;
    height:17px; 
	display:inline-block;
	line-height:17px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
    cursor:pointer;
}

input[type=checkbox].css-checkbox.med:checked + label.css-label.med {

    background-position: 0 -17px;
}
input[type=checkbox].css-checkbox.sme + label.css-label.sme {
	padding-left:22px;
    height:16px; 
	display:inline-block;
	line-height:16px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
    cursor:pointer;
}

input[type=checkbox].css-checkbox.sme:checked + label.css-label.sme{

    background-position: 0 -16px;
}
input[type=checkbox].css-checkbox.lrg + label.css-label.lrg {
	padding-left:22px;
    height:20px; 
	display:inline-block;
	line-height:20px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
    cursor:pointer;
}

input[type=checkbox].css-checkbox.lrg:checked + label.css-label.lrg{

    background-position: 0 -20px;
}
input[type=submit]{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #516796), color-stop(1, #334d84));
	background:-moz-linear-gradient(top, #516796 5%, #334d84 100%);
	background:-webkit-linear-gradient(top, #516796 5%, #334d84 100%);
	background:-o-linear-gradient(top, #516796 5%, #334d84 100%);
	background:-ms-linear-gradient(top, #516796 5%, #334d84 100%);
	background:linear-gradient(to bottom, #516796 5%, #334d84 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#516796', endColorstr='#334d84',GradientType=0);
	background-color:#516796;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	padding:6px 24px;
	text-decoration:none;
	}

.myButton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #516796), color-stop(1, #334d84));
	background:-moz-linear-gradient(top, #516796 5%, #334d84 100%);
	background:-webkit-linear-gradient(top, #516796 5%, #334d84 100%);
	background:-o-linear-gradient(top, #516796 5%, #334d84 100%);
	background:-ms-linear-gradient(top, #516796 5%, #334d84 100%);
	background:linear-gradient(to bottom, #516796 5%, #334d84 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#516796', endColorstr='#334d84',GradientType=0);
	background-color:#516796;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	padding:6px 24px;
	text-decoration:none;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #334d84), color-stop(1, #516796));
	background:-moz-linear-gradient(top, #334d84 5%, #516796 100%);
	background:-webkit-linear-gradient(top, #334d84 5%, #516796 100%);
	background:-o-linear-gradient(top, #334d84 5%, #516796 100%);
	background:-ms-linear-gradient(top, #334d84 5%, #516796 100%);
	background:linear-gradient(to bottom, #334d84 5%, #516796 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#334d84', endColorstr='#516796',GradientType=0);
	background-color:#334d84;
}
.myButton:active {
	position:relative;
	top:1px;
}
#textbar {
    width:300px;
}