html { 
	overflow:  hidden; 
}

body {
  margin:0;
  padding:0;
}
.header1 {
	width:100%;
	height:35px;
	background-color:#606B85;
	font-family: Arial;
	font-size: 16;
	box-shadow: 0px 0px 8px #4b4a45;
	margin-bottom:3px;
}
.header2 {
	width:100%;
	height:35px;
	background-color:#F4F5FB;
	font-family: Arial;
	font-size: small;

}

.header2 table {
	font-family: Arial;
	font-size: small;
	vertical-align: middle;
	color: #3C4048;
}

.header2 a {
    color: #606B85;  
    text-decoration: none; 
	font-family: Arial;
}
.header2 a:visited {
    color: #606B85;
	font-family: Arial;
} 
.header2 a:hover {
    color: #8796BA; 
    text-decoration: none;
	font-family: Arial;
}

.header1 a {
    color: #DEDFED !important;  
    text-decoration: none; 
	font-family: Arial;
}
.header1 a:visited {
    color: #DEDFED !important;
	font-family: Arial;
} 
.header1 a:hover {
    color: #FFFFFF !important; 
    text-decoration: none;
	font-family: Arial;
	z-index: 90;
}


.container2 {
	clear:left;
	float:left;
	height:100%;
	width:100%;
	background:#F6F7F2;
	position:relative;
	overflow-y: auto;
}


.container2 a {
    color: #0066AC;  
    text-decoration: none;
	font-family: Arial;	
}
.container2 a:visited {
    color: #0066AC;
	font-family: Arial;
} 
.container2 a:hover {
    color: #4b4a45; 
    text-decoration: none;
	font-family: Arial;
}

.itemstable {
    font-family: Arial;
    width: 80%; 
    border-collapse: collapse; 
   }
.itemstable   td {
    padding: 3px; 
    border: 2px solid #F6F7F2;
   }

.itemstable tr:hover {
	background: whiteSmoke;
    color: #4b4a45;
	border: 1px groove #9CA0FF;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0px 0px 8px 0px rgba(150, 150, 243, 1);
	-moz-box-shadow:    0px 0px 8px 0px rgba(150, 150, 243, 1);
	box-shadow:         0px 0px 8px 0px rgba(150, 150, 243, 1);
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;	
   }
.tooltip {
	border-bottom: 1px dotted #000000; color: #000000; outline: none;
	cursor: help; text-decoration: none;
	position: relative;
}
.tooltip span {
	margin-left: -999em;
	position: absolute;

}
.tooltip:hover span {
	border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	text-align: justify;
	position: absolute;
	left: 1em; 
	top: 2em; 
	z-index: 99;
	margin-left: 0; 
	width: 250px;
}
.tooltip:hover img {
	border: 0; 
	margin: -10px 0 0 -55px;
	float: left; 
	position: absolute;

}
.tooltip:hover em {
	font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
	display: block; 
	padding: 0.2em 0 0.6em 0;
}
.classic { padding: 0.8em 1em; }
.custom { padding: 0.5em 0.8em 0.8em 2em; }
* html a:hover { background: transparent; }
.classic {background: #FFFFAA; border: 1px solid #FFAD33; }
.critical { background: #FFCCAA; border: 1px solid #FF3334;	}
.help { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.info { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.warning { background: #FFFFAA; border: 1px solid #FFAD33; }



.singleform {
	width: 450px;
	height: 450px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;

}

.formcontainerbig {
    width: 900px;
    max-height: 1000000px;
    margin: 10px;
    border: 1px solid #fff;
    background-color: #ffffff;
	box-shadow: 0px 2px 7px #292929;
    -moz-box-shadow: 0px 2px 7px #292929;
    -webkit-box-shadow: 0px 2px 7px #292929;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.formcontaineralt {
    width: 400px;
    max-height: 1000000px;
    margin: 10px;
    border: 1px solid #fff;
    background-color: #ffffff;
	box-shadow: 0px 2px 7px #292929;
    -moz-box-shadow: 0px 2px 7px #292929;
    -webkit-box-shadow: 0px 2px 7px #292929;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.formcontainer {
    width: 650px;
    max-height: 1000000px;
    margin: 10px;
    border: 1px solid #fff;
    background-color: #ffffff;
	box-shadow: 0px 2px 7px #292929;
    -moz-box-shadow: 0px 2px 7px #292929;
    -webkit-box-shadow: 0px 2px 7px #292929;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.formmainbody,
.formheader,
.formfooter {
    padding: 5px;
}
.formmainbody {
	font-family: Arial;
	color: #444C6C;
    margin-top: 0;
    min-height: 40px;
    max-height: 1000000px;
    overflow: visible;
}
.formheader {
	font-family: Arial;
	text-align:left;
	color: #0066AC;
    border-bottom: 1px solid #EEE;
    background-color: whiteSmoke;
    height: 20px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	
}

.formsubheader {
	font-family: Arial;
	text-align:left;
	color: #0066AC;
    border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
    background-color: whiteSmoke;
    height: 20px;
	padding: 10px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	

}

.formfooter {
    height: 35px;
	text-align:right;
    background-color: whiteSmoke;
    border-top: 1px solid #DDD;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.formmainbody input {
	font-size: 13px;
	color: #444C6C;
	padding: 2px 0 2px 2px;
	border: 1px solid #cecece;
	background: whiteSmoke;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	border-radius: 5px;

}
.formmainbody input:focus {
  color: #444C6C;
  background: white;
  border: 1px groove #9CA0FF;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(150, 150, 243, 1);
  -moz-box-shadow:    0px 0px 8px 0px rgba(150, 150, 243, 1);
  box-shadow:         0px 0px 8px 0px rgba(150, 150, 243, 1);
}

.formmainbody textarea {
	overflow: auto;
	background: whiteSmoke;
	border: 1px solid #cecece;
	border-radius: 5px;
	padding: 2px 0 2px 2px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}
.formmainbody textarea:focus {
  color: #444C6C;
  background: white;
  border: 1px groove #9CA0FF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(150, 150, 243, 1);
  -moz-box-shadow:    0px 0px 8px 0px rgba(150, 150, 243, 1);
  box-shadow:         0px 0px 8px 0px rgba(150, 150, 243, 1);
}

.formfooter input[type="submit"] {
	cursor: pointer;
	border: 1px solid #cecece;
	background: #f6f6f6;
	box-shadow: inset 0px 20px 20px #ffffff;
	border-radius: 8px;
	padding: 8px 14px;
	width: 120px;
}
.formfooter input[type="submit"]:hover {
	box-shadow: inset 0px -20px 20px #ffffff;
}
.formfooter input[type="submit"]:active {
	margin-top: 1px;
	margin-bottom: -1px;
	zoom: 1;
}

.formmainbody table {
	color: #444C6C;
	border-style:solid;
	border-color:white;
	border-width:1px;
}
.formmainbody table td {
	padding:5px;
	width:250px;
}

.piccontainer {
	display: inline-block;
	margin: 10px;
    border: 1px solid #fff;
	padding: 8px;
	text-align:center;
    background-color: whiteSmoke;	
	box-shadow: 0px 2px 7px #292929;
    -moz-box-shadow: 0px 2px 7px #292929;
    -webkit-box-shadow: 0px 2px 7px #292929;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.piccontainer input {
	font-size: 13px;
	color: #444C6C;
	padding: 2px 0 2px 2px;
	border: 1px solid #cecece;
	background: whiteSmoke;
	width: 100%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	border-radius: 5px;

}
.piccontainer input:focus {
	color: #444C6C;
	background: white;
	border: 1px groove #9CA0FF;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(150, 150, 243, 1);
	-moz-box-shadow:    0px 0px 8px 0px rgba(150, 150, 243, 1);
	box-shadow:         0px 0px 8px 0px rgba(150, 150, 243, 1);
}
.piccontainer img {
	border: 2px solid #cecece;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	border-radius: 5px;
}

.piccontainer:hover {
  color: #444C6C;
  background: white;
  border: 1px groove #9CA0FF;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(150, 150, 243, 1);
  -moz-box-shadow:    0px 0px 8px 0px rgba(150, 150, 243, 1);
  box-shadow:         0px 0px 8px 0px rgba(150, 150, 243, 1);
}

.deletebutton {
	cursor: pointer;
	border: 1px solid #cecece;
	background: #f6f6f6;
	background:url('../images/delete_button.png') no-repeat;
	background-position: center center;
	box-shadow: inset 0px 20px 20px #ffffff;
	border-radius: 8px;
	width: 42px;
	height: 42px;
}
.deletebutton:hover {
	box-shadow: inset 0px 0px 5px #ffffff;

}
.keepbutton {
	cursor: pointer;
	border: 1px solid #cecece;
	background: #f6f6f6;
	background:url('../images/keep_button.png') no-repeat;
	background-position: center center;
	box-shadow: inset 0px 20px 20px #ffffff;
	border-radius: 8px;
	width: 42px;
	height: 42px;
}
.keepbutton:hover {
	box-shadow: inset 0px 0px 5px #ffffff;
}

.joinhorizontal {
	cursor: pointer;
	border: 1px solid #cecece;
	background: #f6f6f6;
	background:url('../images/joinhorizontal_button.png') no-repeat;
	background-position: center center;
	box-shadow: inset 0px 20px 20px #ffffff;
	border-radius: 8px;
	width: 42px;
	height: 42px;
}
.joinhorizontal:hover {
	box-shadow: inset 0px 0px 5px #ffffff;
}

.joinvertical {
	cursor: pointer;
	border: 1px solid #cecece;
	background: #f6f6f6;
	background:url('../images/joinvertical_button.png') no-repeat;
	background-position: center center;
	box-shadow: inset 0px 20px 20px #ffffff;
	border-radius: 8px;
	width: 42px;
	height: 42px;
}
.joinvertical:hover {
	box-shadow: inset 0px 0px 5px #ffffff;
}

.process {
	cursor: pointer;
	border: 1px solid #cecece;
	background: #f6f6f6;
	background:url('../images/process_button.png') no-repeat;
	background-position: center center;
	box-shadow: inset 0px 20px 20px #ffffff;
	border-radius: 8px;
	width: 42px;
	height: 42px;
}
.process:hover {
	box-shadow: inset 0px 0px 5px #ffffff;
}

.cut {
	cursor: pointer;
	border: 1px solid #cecece;
	background: #f6f6f6;
	background:url('../images/cut_button.png') no-repeat;
	background-position: center center;
	box-shadow: inset 0px 20px 20px #ffffff;
	border-radius: 8px;
	width: 42px;
	height: 42px;
}
.cut:hover {
	box-shadow: inset 0px 0px 5px #ffffff;
}





.Window {
 position: fixed;

 font-family: Arial, Helvetica, sans-serif;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 background: rgba(0,0,0,0.2);
 z-index: 99999;
 -webkit-transition: opacity 400ms ease-in;
 -moz-transition: opacity 400ms ease-in;
 transition: opacity 400ms ease-in;
 display: none;
 pointer-events: none;
 overflow-y: auto;
 
}
 
.Window:target {
 display: block;
 pointer-events: auto;
}
 
.Window > div {

	position: relative;
	border-radius: 10px;
    width: 650px;
    max-height: 1000040px;
    margin: 10% auto;
    border: 1px solid #fff;
    background-color: #ffffff;
	box-shadow: 0px 2px 7px #292929;
    -moz-box-shadow: 0px 2px 7px #292929;
    -webkit-box-shadow: 0px 2px 7px #292929;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
 
.close {
 background: #f6f6f6;
 color: black;
 line-height: 25px;
 position: absolute;
 right: -12px;
 text-align: center;
 top: -10px;
 width: 24px;
 text-decoration: none;
 font-weight: bold;
 -webkit-border-radius: 12px;
 -moz-border-radius: 12px;
 border-radius: 12px;
 -moz-box-shadow: 1px 1px 3px #000;
 -webkit-box-shadow: 1px 1px 3px #000;
 box-shadow: 1px 1px 3px #000;
}
 
.close:hover { 
	background: white;
	border: 1px #9CA0FF;
}

.invisibletable {
	border: 0px ;
   }
.invisibletable   td {
    padding: 3px ; 
    border: 0px ; 
   }
.invisibletable tr:hover {
	background: transparent ;
    color: #4b4a45 ;
	border: 0px groove #9CA0FF;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 1);
	-moz-box-shadow:    0px 0px 0px 0px rgba(255, 255, 255, 1);
	box-shadow:         0px 0px 0px 0px rgba(255, 255, 255, 1);
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
   }
   
 


.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #dcecfb;
	-webkit-box-shadow:inset 0px 1px 0px 0px #dcecfb;
	box-shadow:inset 0px 1px 0px 0px #dcecfb;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bddbfa), color-stop(1, #80b5ea));
	background:-moz-linear-gradient(top, #bddbfa 5%, #80b5ea 100%);
	background:-webkit-linear-gradient(top, #bddbfa 5%, #80b5ea 100%);
	background:-o-linear-gradient(top, #bddbfa 5%, #80b5ea 100%);
	background:-ms-linear-gradient(top, #bddbfa 5%, #80b5ea 100%);
	background:linear-gradient(to bottom, #bddbfa 5%, #80b5ea 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bddbfa', endColorstr='#80b5ea',GradientType=0);
	background-color:#bddbfa;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	cursor:pointer;
	color:#FFFFFF !important;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528ecc;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #80b5ea), color-stop(1, #bddbfa));
	background:-moz-linear-gradient(top, #80b5ea 5%, #bddbfa 100%);
	background:-webkit-linear-gradient(top, #80b5ea 5%, #bddbfa 100%);
	background:-o-linear-gradient(top, #80b5ea 5%, #bddbfa 100%);
	background:-ms-linear-gradient(top, #80b5ea 5%, #bddbfa 100%);
	background:linear-gradient(to bottom, #80b5ea 5%, #bddbfa 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80b5ea', endColorstr='#bddbfa',GradientType=0);
	background-color:#80b5ea;
}
.myButton:active {
	position:relative;
	top:1px;
}


.show,
.hide {
    border-bottom: 1px dashed;
    cursor: pointer;
}

.hide,
.content {
    display: none;
	border: 1px dashed #D4D4D4;
	background:url('background.png') no-repeat;
}

.spoiler_controler {
    display: none;
}

.spoiler_controler:checked + label .show {
    display: none;
}

.spoiler_controler:checked + label .hide {
    display: inline;
}
.spoiler_controler:checked ~ .content {
    display: block;
}





ul#nav {
	display:block;
    float:right;
    font-family:Trebuchet MS,sans-serif;
    font-size:0;
    padding:5px 5px 5px 0;

    background: -moz-linear-gradient(#f5f5f5, #c4c4c4); /* FF 3.6+ */  
    background: -ms-linear-gradient(#f5f5f5, #c4c4c4); /* IE10 */  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #c4c4c4)); /* Safari 4+, Chrome 2+ */  
    background: -webkit-linear-gradient(#f5f5f5, #c4c4c4); /* Safari 5.1+, Chrome 10+ */  
    background: -o-linear-gradient(#f5f5f5, #c4c4c4); /* Opera 11.10 */  
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#c4c4c4'); /* IE6 & IE7 */  
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#c4c4c4')"; /* IE8+ */  
    background: linear-gradient(#f5f5f5, #c4c4c4); /* the standard */ 
}
ul#nav,ul#nav ul {
    list-style:none;
    margin:0;
}
ul#nav,ul#nav .subs {
    background-color:#444;
    border:1px solid #454545;

    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
ul#nav .subs {
    background-color:#fff;
    border:1px solid #222;
    display:none;
    float:left;
    left:0;
    padding:0 6px 6px;
    position:absolute;
    top:100%;
    width:300px;
	box-shadow: 0px 2px 7px #292929;
    -moz-box-shadow: 0px 2px 7px #292929;
    -webkit-box-shadow: 0px 2px 7px #292929;

    border-radius:7px;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
}
ul#nav li:hover>* {
    display:block;
}
ul#nav li:hover {
    position:relative;
}
ul#nav ul .subs {
    left:100%;
    position:absolute;
    top:0;
}
ul#nav ul {
    padding:0 5px 5px;
}
ul#nav .col {
    float:left;
    width:50%;
}
ul#nav li {
    display:block;
    float:left;
    font-size:0;
    white-space:nowrap;
}
ul#nav>li,ul#nav li {
    margin:0 0 0 5px;
}
ul#nav ul>li {
    margin:5px 0 0;
}
ul#nav a:active,ul#nav a:focus {
    outline-style:none;
}
ul#nav a {
    border-style:none;
    border-width:0;
    color:#181818;
    cursor:pointer;
    display:block;
    font-size:13px;
    font-weight:bold;
    padding:8px 18px;
    text-align:left;
    text-decoration:none;
    text-shadow:#fff 0 1px 1px;
    vertical-align:middle;
}
ul#nav ul li {
    float:none;
    margin:6px 0 0;
}
ul#nav ul a {
    background-color:#fff;
    border-color:#efefef;
    border-style:solid;
    border-width:0 0 1px;
    color:#000;
    font-size:11px;
    padding:4px;
    text-align:left;
    text-decoration:none;
    text-shadow:#fff 0 0 0;

    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
}
ul#nav li:hover>a {
    border-style:none;
    color:#fff;
    font-size:13px;
    font-weight:bold;
    text-decoration:none;
    text-shadow:#181818 0 1px 1px;
}
ul#nav img {
    border:none;
    margin-right:8px;
    vertical-align:middle;
}
ul#nav span {
    background-position:right center;
    background-repeat:no-repeat;
    display:block;
    overflow:visible;
    padding-right:0;
}
ul#nav ul span {
    background-image:url("../images/module_arrow.png");
    padding-right:20px;
}
ul#nav ul li:hover>a {
    border-color:#444;
    border-style:dashed;
    color:#444;
    font-size:11px;
    text-decoration:none;
    text-shadow:#fff 0 0 0;
}
ul#nav > li >a {
    background-color:transpa;
    height:25px;
    line-height:25px;

    border-radius:11px;
    -moz-border-radius:11px;
    -webkit-border-radius:11px;
}
ul#nav > li:hover > a {
    background-color:#313638;
    line-height:25px;
}
hr {
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

.standalonebutton input[type="submit"] {
	cursor: pointer;
	border: 1px solid #cecece;
	background: #f6f6f6;
	box-shadow: inset 0px 20px 20px #ffffff;
	border-radius: 8px;
	padding: 8px 14px;
	width: 120px;
}
.standalonebutton input[type="submit"]:hover {
	box-shadow: inset 0px -20px 20px #ffffff;
}
.standalonebutton input[type="submit"]:active {
	margin-top: 1px;
	margin-bottom: -1px;
	zoom: 1;
}

.standalone input {
	font-size: 13px;
	color: #444C6C;
	padding: 2px 0 2px 2px;
	border: 1px solid #cecece;
	background: whiteSmoke;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	border-radius: 5px;

}
.standalone input:focus {
  color: #444C6C;
  background: white;
  border: 1px groove #9CA0FF;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(150, 150, 243, 1);
  -moz-box-shadow:    0px 0px 8px 0px rgba(150, 150, 243, 1);
  box-shadow:         0px 0px 8px 0px rgba(150, 150, 243, 1);
}

/***********************************/
/***********IVPOP EDITION***********/
/***********************************/
/*Added style for kat.cr button*/
.kat {
	cursor: pointer;
	border: 1px solid #584d2f;
	background:url('../images/kickasstorrents.jpg') no-repeat;
	background-position: center center;
	box-shadow: inset 0px 20px 20px #ffffff;
	border-radius: 5px;
	width: 240px;
	height: 56px;
}
.kat:hover {
	box-shadow: inset 0px 0px 5px #ffffff;

}

/*Added style for imagefap.com button*/
.imagefap {
	cursor: pointer;
	border: 1px solid #cecece;
	background:url('../images/imagefap.gif') no-repeat;
	background-position: center center;
	box-shadow: inset 0px 20px 20px #ffffff;
	border-radius: 5px;
	width: 240px;
	height: 56px;
}
.imagefap:hover {
	box-shadow: inset 0px 0px 5px #ffffff;

}

/*Added style for girlscanner.org button*/
.girlscanner {
	cursor: pointer;
	border: 1px solid #cecece;
	background:url('../images/girlscanner.png') no-repeat;
	background-position: center center;
	box-shadow: inset 0px 20px 20px #ffffff;
	border-radius: 5px;
	width: 240px;
	height: 56px;
}
.girlscanner:hover {
	box-shadow: inset 0px 0px 5px #ffffff;

}

/*Added style for fapit.cc button*/
.fapitcc {
	cursor: pointer;
	border: 1px solid #cecece;
	background:url('../images/fapitcc.png') no-repeat;
	background-position: center center;
	box-shadow: inset 0px 20px 20px #ffffff;
	border-radius: 5px;
	width: 240px;
	height: 56px;
}
.fapitcc:hover {
	box-shadow: inset 0px 0px 5px #ffffff;

}

/*Added style for pover.org button*/
.pover {
	cursor: pointer;
	border: 1px solid #cecece;
	background:url('../images/pover.png') no-repeat;
	background-position: center center;
	box-shadow: inset 0px 20px 20px #ffffff;
	border-radius: 5px;
	width: 240px;
	height: 56px;
}
.pover:hover {
	box-shadow: inset 0px 0px 5px #ffffff;

}

/*Added style for extratorrent.cc button*/
.extratorrent {
	cursor: pointer;
	border: 1px solid #584d2f;
	background:url('../images/extratorrent.gif') no-repeat;
	background-position: center center;
	box-shadow: inset 0px 20px 20px #ffffff;
	border-radius: 5px;
	width: 240px;
	height: 56px;
}
.extratorrent:hover {
	box-shadow: inset 0px 0px 5px #ffffff;

}

/*Added style for extratorrent.cc selenium button*/
.extratorrentselenium {
	cursor: pointer;
	border: 1px solid #584d2f;
	background:url('../images/extratorrentselenium.jpg') no-repeat;
	background-position: center center;
	box-shadow: inset 0px 20px 20px #ffffff;
	border-radius: 5px;
	width: 240px;
	height: 56px;
}
.extratorrentselenium:hover {
	box-shadow: inset 0px 0px 5px #ffffff;

}

/*Added style for planetsuzy.org button*/
.planetsuzy {
	cursor: pointer;
	border: 1px solid #cecece;
	background:url('../images/planetsuzy.jpg') no-repeat;
	background-position: center center;
	box-shadow: inset 0px 20px 20px #ffffff;
	border-radius: 5px;
	width: 240px;
	height: 56px;
}
.planetsuzy:hover {
	box-shadow: inset 0px 0px 5px #ffffff;

}

/*Added style for pornbb.org button*/
.pornbb {
	cursor: pointer;
	border: 1px solid #cecece;
	background:url('../images/pornbb.jpg') no-repeat;
	background-position: center center;
	box-shadow: inset 0px 20px 20px #ffffff;
	border-radius: 5px;
	width: 240px;
	height: 56px;
}
.pornbb:hover {
	box-shadow: inset 0px 0px 5px #ffffff;

}

/*Added style for Directory button*/
.dir {
	cursor: pointer;
	border: 1px solid #cecece;
	background:url('../images/dir.png') no-repeat;
	background-position: center center;
	box-shadow: inset 0px 20px 20px #ffffff;
	border-radius: 5px;
	width: 240px;
	height: 56px;
}
.dir:hover {
	box-shadow: inset 0px 0px 5px #ffffff;
}

/*Added style for myporn.club button*/
.mypornclub {
	cursor: pointer;
	border: 1px solid #cecece;
	background:url('../images/mypornclub.png') no-repeat;
	background-position: center center;
	box-shadow: inset 0px 20px 20px #ffffff;
	border-radius: 5px;
	width: 240px;
	height: 56px;
}
.mypornclub:hover {
	box-shadow: inset 0px 0px 5px #ffffff;

}

/*Added style for naughtyblog.org button*/
.naughtyblog {
	cursor: pointer;
	border: 1px solid #cecece;
	background:url('../images/naughtyblog.png') no-repeat;
	background-position: center center;
	box-shadow: inset 0px 20px 20px #ffffff;
	border-radius: 5px;
	width: 240px;
	height: 56px;
}
.naughtyblog:hover {
	box-shadow: inset 0px 0px 5px #ffffff;

}

/*Added style for xxxdd.net button*/
.xxxdd {
	cursor: pointer;
	border: 1px solid #cecece;
	background:url('../images/xxxdd.png') no-repeat;
	background-position: center center;
	box-shadow: inset 0px 20px 20px #ffffff;
	border-radius: 5px;
	width: 240px;
	height: 56px;
}
.xxxdd:hover {
	box-shadow: inset 0px 0px 5px #ffffff;

}

/*Added style for xxxclub button*/
.xxxclub {
	cursor: pointer;
	border: 1px solid #cecece;
	background:url('../images/xxxclub.png') no-repeat;
	background-position: center center;
	box-shadow: inset 0px 20px 20px #ffffff;
	border-radius: 5px;
	width: 240px;
	height: 56px;
}
.xxxclub:hover {
	box-shadow: inset 0px 0px 5px #ffffff;

}
/***********************************/
/*******END OF IVPOP EDITION********/
/***********************************/