﻿.box
{
	/*padding: 11px 0px 14px 0px;*/
	font-family: Tahoma, Arial, Helvetica;
	font-size: 13px;
	color: #fcf2fe;
	line-height: normal;
	/*height: 0px;*/
	background-color: #774181;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*behavior: url(//fortuna.draugas.lt/Content/PIE.htc);*/

	height: auto;
	padding: 11px 14px 14px 15px;

	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.box::after {
	clear: both;	
}

.box-nojs {
    box-sizing: border-box;
    display: block !important;
    background-color: #774181;
	padding: 11px 0px 14px 0px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 13px;
	color: #fcf2fe;
	line-height: normal;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    padding: 11px 15px;
    height: auto !important;
}

.box_content
{	
	float: left;
}

.box h1
{
	margin: 0px;
	font-size: 22px;
	color: #ffd4ca;
	font-family: Georgia;
	text-transform: uppercase;
}

.box h2
{
	margin: 10px 0px 0px 0px;
	color: White;
	font-family: Georgia;
	font-weight: normal;
	font-size: 22px;
	margin-bottom: -3px;
}

.box h3
{
	color: White;
	font-size: 19px;
	font-family: Georgia;
	font-weight: normal;
	margin-top: 19px;
}

.box h4
{
	color: White;
	font-size: 16px;
	font-family: Georgia;
	font-weight: normal;
	margin-top: 20px;
}

.text h3
{
	color: White;
	font-size: 14px;
	font-family: Tahoma;
	font-weight: bold;
	margin: 18px 0px 0px 0px;
}

.box a
{
	color: #ffd4ca;
	text-decoration: none;
	display: inline;
}

.box_a_hover
{
	position: absolute;
	border-bottom: 1px dotted; 
	margin-bottom: -1px;
	margin-top: -2px;
}

li .box_a_hover
{
	margin-top: -2px;
}

h1 .box_a_hover
{
	margin-top: -3px;
}

h2 .box_a_hover
{
	margin-top: -4px;
}

h3 .box_a_hover
{
	margin-top: -3px;
}

.box b, .box strong
{
	color: #fcf2fe;
}

.box label
{
	font-weight: bold;
	color: White;
	margin-top: 15px;
	margin-bottom: 10px;
	display: inline-block;
}

.box p
{
	margin-top: 18px;
}

.box_left, .box_right
{
	width: 1px;
	height: 100%;
}

.box_left
{
	float: left;
}

.box_right
{
	float: right;
}

.box_left_top, .box_left_bottom
{	
	height: 20%;
	width: 1px;
}

.box_left_top
{
	 /* fallback (Opera) */
    background: #926197;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #774181, #926197);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#774181), to(#926197));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#774181', EndColorStr='#926197', GradientType=0);
}

.box_left_center
{
	width: 1px;
	height: 60%;
	background-color: #926197;
}

.box_left_bottom
{
	 /* fallback (Opera) */
    background: #926197;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #926197, #774181);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#926197), to(#774181));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#926197', EndColorStr='#774181', GradientType=0);
}

div.box_line
{
	background-color: #A171A2;
	width: 100%;
	height: 1px;
	margin: 20px 0px 15px 0px;
}

div.box_line_left, div.box_line_right
{
	height: 1px;
	width: 20%;
	background: #A171A2; /* old browsers */
}

div.box_line_left
{
	float:left;
	background: -moz-linear-gradient(left, #784282 0%, #A171A2 100%); /* firefox */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#784282), color-stop(100%,#A171A2)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#784282', endColorstr='#A171A2',GradientType=1 ); /* ie */
}

div.box_line_right
{
	float:right;
	background: -moz-linear-gradient(left, #A171A2 0%, #784282 100%); /* firefox */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#A171A2), color-stop(100%,#784282)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A171A2', endColorstr='#784282',GradientType=1 ); /* ie */
}

/* Buttons */
.box_button, .box_input
{
	border: none;
	padding: 4px 5px 5px 10px;
	background: url(//img.draugas.lt/fortuna/Content/images/sprite.png) no-repeat 0px -195px;
	color: White;
	font: bold 11px Tahoma, sans-serif;
	margin: 0px;
	border: none;
}

.box_button:hover, .box_input:hover
{
	cursor: pointer;
}

.box_big_button
{
	background: url(//img.draugas.lt/fortuna/Content/images/sprite.png) no-repeat 0px -153px;
	height: 32px;
	font-weight: bold;
	font-size: 16px;
	margin-top: 18px;
}

a.back_button
{
	display: block;
	background-color: #9b77a1;
	color: #5a1866;
	text-align: center;
	height: 30px;
	line-height: 30px;
	padding: 0px 10px;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(//fortuna.draugas.lt/Content/PIE.htc);
	float: right;
	margin-top: 4px;
}

.box input[type=text], .box input[type=password], .box input[type=email]
{
	font-size: 18px;
	height: 22px;
	padding-top: 3px;
	padding-left: 3px;
	margin-bottom: 0px;
	margin-right: 7px;
	width: 224px;
}

.box input[type=text].small, .box input[type=password].small
{
	font-size: 12px;
	height: auto;
	padding: 0px;
	display: inline;
	/*margin: 35px 5px 0px 0px;*/
	width: 137px;
}

.box select
{
	margin-right: 7px;
	font-size: 18px;
	position: relative;
}

.box select#year, .box select#year2, .box select#nowYear, .box select#luckYear
{
	width: 70px;
}
.box select#month, .box select#month2, .box select#nowMonth, .box select#luckMonth
{
	width: 100px;
}
.box select#day, .box select#day2, .box select#nowDay, .box select#luckDay
{
	width: 48px;
}

.box select#year.small, .box select#year2.small, .box select#nowYear.small, .box select#luckYear.small
{
	width: 55px;
}
.box select#month.small, .box select#month2.small, .box select#nowMonth.small, .box select#luckMonth.small
{
	width: 78px;
}
.box select#day.small, .box select#day2.small, .box select#nowDay.small, .box select#luckDay.small
{
	width: 42px;
}

.box select.small
{
	font-size: 12px;
	margin: 35px 2px 0px 0px;
	height: 19px;
}

/* Submeniu */
.box_menu
{
	float: left; 
	width: 660px; 
	background-color: #774181;
	margin-top: 20px;
}

.box_menu a
{
	color: #ffd4ca;
}
		
.box_menu ul
{
	float: left;
	width: 180px;
	margin-left: 23px;
	margin-top: 1px;
}

.box_menu ul:first-child, .box_menu ul.firstColumn
{
	margin-left: 12px;
}
		
.box_menu ul>li
{
	background: url(//img.draugas.lt/fortuna/Content/images/sprite.png) no-repeat -291px -286px;
	padding-left: 15px;
	margin-top: 15px;
	font-family: Georgia;
	font-weight: bold;
	font-size: 14px;
}

.box_menu ul>li:first-child
{
	margin-top: 0px;
}