body { margin: 0; padding: 0; }
#wrap2
{
	width: 600px;
	margin: 0 auto;
	font-family: Tahoma, Verdana;
	font-size: 12px;
}

img { border: none; }

.num {
	line-height: 26px;
	float: left;	
}

.del{ 
	background: #2f91e1;
	background: linear-gradient(top, #C69, #C6C);
	background: -webkit-gradient(linear, left top, left bottom, from(#C69), to(#C6C));
	background: -webkit-linear-gradient(#C69, #C6C);
	background: -moz-linear-gradient(top, #C69, #C6C);
    background: -o-linear-gradient(top, #C69, #C6C);
	border-radius: 15px;
	border: none;
	width: 30px;
	padding: 5px 0 5px 0;
	color: #fff;
	cursor: pointer;
	margin: 3px 0 0 10px;
 }
.number, .share
{
	width: 130px;
	background: #2f91e1;
	background: linear-gradient(top, #2f91e1, #175aaa);
	background: -webkit-gradient(linear, left top, left bottom, from(#2f91e1), to(#175aaa));
	background: -webkit-linear-gradient(#2f91e1, #175aaa);
	background: -moz-linear-gradient(top, #2f91e1, #175aaa);
    background: -o-linear-gradient(top, #2f91e1, #175aaa);
	border-radius: 15px;
	padding: 1px 5px 1px 10px;
	border: none;
	color: #fff;
	margin: 3px 7px 3px 7px;
	height: 24px;
	display: block;
}
.number:focus, .share:focus{ box-shadow: 0px 0px 15px #FFF; }
option:hover {	background: #000; display: block; }
select:hover {
	background: linear-gradient (#000, #000);
}

.clear { clear: both; }

.left { float: left; margin: 15px 5px 0 2px}

#wrap2 ::-webkit-input-placeholder  { 
	color: #bbb; 
}

#wrap2 input:-moz-placeholder { 
	color: #bbb; 
}


.quest 
{
	font-weight: bold;
	cursor: pointer;
	color: #fff;
	position: absolute;
	left: 145px;
	top: 7px;
}

#hereinput p { clear: both; }

a.quest:link, a.quest:active, a.quest:visited,a.quest:hover { color: #fff; }

input[type="text"], input[type="number"] {
	outline: none;
}

.memo{
	width: 100px;
	background: #2f91e1;
	background: linear-gradient(top, #F96, #F76);
	background: -webkit-gradient(linear, left top, left bottom, from(#F96), to(#F76));
	background: -webkit-linear-gradient(#F96, #F76);
	background: -moz-linear-gradient(top, #F96, #F76);
    background: -o-linear-gradient(top, #F96, #F76);
	border-radius: 15px;
	padding: 1px 5px 1px 10px;
	border: none;
	color: #fff;
	margin-left: 30px;
	height: 24px;
	
}

#ledsmenu {
	position: absolute;
	width: 578px;
	height: 170px;
	border: 1px solid #919191;
	background: #fff;
	padding: 5px;
	z-index: 10;
	display: none;
	border-radius: 7px;
}

#ledslist
{
	overflow-y: auto;
	height: 170px;
	font-size: 12px;
	width: 330px;
	float: left;	
}

#ledphoto {
    width: 225px;
    height: 158px;
    border: 1px solid black;
    float: right;
    margin-left: 10px;
    border-radius: 7px;
    background-repeat: no-repeat;
}
.smallphoto { 
	width: 55px; 
	height: 40px; 
	float: left;

	margin: 1px 0 0 1px;
	position: relative;
}
.ledtext1 { 
	float: left;  
	margin: 0 0 0 5px; 
	width: 100px; 
	font-weight: bold; 
	text-decoration: underline;
}
.ledtext2 { float: left; margin: 7px 0 0 5px; width: 45px; color: #919191; }
.ledtext3 { float: right; width: 90px; color: #919191; padding-top: 3px; text-align: center; margin-right: 5px;}

.cell { display: table-cell; vertical-align: middle; }

.led
{
	margin: 2px;
	cursor: pointer;
	border: 1px solid #919191;
	height: 45px;
}
.led:hover{ text-decoration: underline; }



#result 
{
	border: 1px solid #b6b6b6;
	border-radius: 5px;
	margin-top: 20px;
	padding: 20px 0 20px 20px;
}

#calcform
{
	border: 1px solid #b6b6b6;
	border-radius: 5px;
	padding: 10px 20px 10px 20px;
	overflow: auto;
}

#line
{
	position: relative;
	background: #888888;
	background: linear-gradient(top, #888888, #747474);
	background: -webkit-gradient(linear, left top, left bottom, from(#888888), to(#747474));
	background: -webkit-linear-gradient(#888888, #747474);
	background: -moz-linear-gradient(top, #888888, #747474);
    background: -o-linear-gradient(top, #888888, #747474);
	border-radius: 25px;
	
	margin-bottom: 7px;
	color: #fff;
	height: 43px;	
	width: 100%;
	z-index: 1;
}

#linesmall
{
	position: absolute;
	background: #747474;
	background: linear-gradient(top, #747474, #606060);
	background: -webkit-gradient(linear, left top, left bottom, from(#747474), to(#606060));
	background: -webkit-linear-gradient(#747474, #606060);
	background: -moz-linear-gradient(top, #747474, #606060);
    background: -o-linear-gradient(top, #747474, #606060);
	border-radius: 15px;

	height: 27px;
	width: 96%;
	vertical-align: middle;
	left: 2%;
	bottom: 1px;
	z-index: 2;
}

.linetext
{
	position: relative;
	padding-left: 20px;
	display: inline-block;
	width: 295px;
	z-index: 3;	
	margin-top: 15px;
}

.edit
{
	position: relative;
	display: inline-block;
	width: 236px;
	height: 26px;	
	z-index: 3;

}
input:hover {
    border: none !important;
    outline: none !important;
}
input:focus {
    border: none !important;
    box-shadow: none !important;
}



.options { margin: 10px 0 0 25px; }

label { cursor: pointer; }
input[type="checkbox"], input[type="radio"] { display: none; }

input[type="checkbox"] + label::before, input[type="radio"] + label::before
{
	content: "";
	/*display: inline-block;
	float: left;*/	
	height: 18px;
	width: 18px;
	margin-top: -1px;
	margin-right: 5px;
	background-image: url('../img/check.png');
	background-repeat: no-repeat;
}

input[type="checkbox"] + label::before { background-position: 0 -19px; }
input[type="checkbox"]:checked + label::before { background-position: 0 0; }

input[type="radio"] + label::before { background-position: -19px 0; }
input[type="radio"]:checked + label::before { background-position: -19px -19px; }

.check
{
	padding-top: 5px;
}


.btn
{
	background: #2f91e1;
	background: linear-gradient(top, #2f91e1, #175aaa);
	background: -webkit-gradient(linear, left top, left bottom, from(#2f91e1), to(#175aaa));
	background: -webkit-linear-gradient(#2f91e1, #175aaa);
	background: -moz-linear-gradient(top, #2f91e1, #175aaa);
    background: -o-linear-gradient(top, #2f91e1, #175aaa);
	border-radius: 15px;
	border: none;
	width: 122px;
	padding: 5px 0 5px 0;
	color: #fff;
	cursor: pointer;
	margin-top: 20px;
}
.btn:hover
{
	background: #2f91e1;
	background: linear-gradient(top, #175aaa, #2f91e1);
	background: -webkit-gradient(linear, left top, left bottom, from(#175aaa), to(#2f91e1));
	background: -webkit-linear-gradient(#175aaa, #2f91e1);
	background: -moz-linear-gradient(top, #175aaa, #2f91e1);
    background: -o-linear-gradient(top, #175aaa, #2f91e1);

}

div.tooltip span { display: none; padding: 2px 3px 3px 3px; margin-left: 8px; opacity: 0.9; }
div.tooltip:hover span 
{
	display: inline-block;
	position:absolute;
	background: #fff;
	border: 1px solid #444;
	color: #6c6c6c;
	width: 300px;
	font-size: 12px;
	border-radius: 5px;
}

fieldset {
	border: 1px solid #747474;
	border-left: none;
	border-right: none;
	padding: 15px;
	margin: 10px 0 10px 0;
	
}
legend {
	margin-left: 50px;
}

.image-calc {
	max-width: 560px;
}
