/*    Document   : linkbudgetcalculator    Created on : 21/05/2012, 13:57:11    Author     : Roi    Description:        Purpose of the stylesheet follows.*/
body{	xbackground-color: #444444;background-color: #fff;	position:relative;font-family: 'Source Sans Pro';xfont-family: 'Open Sans';font-style: normal;	font-weight: normal;src: local('SourceSansPro-Regular'), url('SourceSansPro-Regular.otf') format('otf');}
.main_body_divs {
    xbackground-color: #262626;
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, 0.2);
    xfont: 0.9em/1.5em Arial,Helvetica,sans-serif;  
    margin: 0 auto;
    width: 500px;
    min-height: 560px;
}
#login {    
    position: relative;
}
#login_logo_img {
    max-height: 80px;
    max-width: 30%;
    padding: 10px;
}
.version_div {
    xcolor: #bbbbbb;
    color: #2a2b2d;
    float: right;
    font-size: 50%;
    padding: 20px;
}
#form_div {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
}
.whole_side {
    float: left;
    padding-right: 5px;
    width: 470px;
}
.form_category_frame, .result_category {
    xbackground: #e3e3e3 none repeat scroll 0 0 / cover ;
    border-radius: 5px;
    xborder-top: 1px solid #f8f8f8;
    xbox-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #2a2b2d;
    margin-bottom: 10px;
    padding: 10px 10px 15px;
    position: relative;
    xtext-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}
#form_div h1 {   
    font-weight: bold;
    padding: 2px 40px 8px;
    text-align: center;
}

#form_div h1::after {
    font-weight: bold;
    height: 30px;
    font-size: 24px;
    text-align: center;
    xbackground: rgba(152, 152, 152, 0) -moz-linear-gradient(left center , rgba(152, 152, 152, 0) 0%, rgba(152, 152, 152, 0.8) 20%, rgba(152, 152, 152, 1) 53%, rgba(152, 152, 152, 0.8) 79%, rgba(152, 152, 152, 0) 100%) repeat scroll 0 0;
    background: #bbbbbb;
    content: " ";
    display: block;
    height: 2px;
    margin-top: 16px;
   	width: 100%;
   	text-align: center;
}
#form_div input:not([type="checkbox"]) {
    border: 1px solid rgb(178, 178, 178);
    border-radius: 3px;
    box-shadow: 0 1px 4px 0 rgba(168, 168, 168, 0.6) inset;
    box-sizing: content-box;
    margin-top: 4px;
    padding: 10px 5px 10px 12px;
    transition: all 0.2s linear 0s;
    width: 92%;
}
#form_div input:not([type="checkbox"]):active,
#form_div input:not([type="checkbox"]):focus{
	border: 1px solid rgba(91, 90, 90, 0.7);
	background: rgba(238, 236, 240, 0.2);	
	-webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
	   -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
	        box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
} 
#form_div select {
    border: 1px solid rgb(178, 178, 178);
    border-radius: 3px;
    box-shadow: 0 1px 4px 0 rgba(168, 168, 168, 0.6) inset;
    box-sizing: content-box;
    margin-top: 4px;
    padding: 10px 5px 10px 12px;
    transition: all 0.2s linear 0s;
    width: 92%;
}
#form_div select:focus{
	border: 1px solid rgba(91, 90, 90, 0.7);
	background: rgba(238, 236, 240, 0.2);	
	-webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
	   -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
	        box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
}
#form_div p.button input{
	width: 30%;
	cursor: pointer;	
	xbackground: rgb(61, 157, 179);
	background: #32b04a;
	padding: 8px 5px;
	xfont-family: 'BebasNeueRegular','Arial Narrow',Arial,sans-serif;
	color: #fff;
	font-size: 24px;	
	border: 1px solid rgb(28, 108, 122);	
	margin-bottom: 10px;	
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;	
	-webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
	        0px 0px 0px 3px rgb(254, 254, 254),
	        0px 5px 3px 3px rgb(210, 210, 210);
	   -moz-box-shadow:0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
	        0px 0px 0px 3px rgb(254, 254, 254),
	        0px 5px 3px 3px rgb(210, 210, 210);
	        box-shadow:0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
	        0px 0px 0px 3px rgb(254, 254, 254),
	        0px 5px 3px 3px rgb(210, 210, 210);
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
	     -o-transition: all 0.2s linear;
	        transition: all 0.2s linear;
}
#form_div p.button input:hover{
	background:#2a2b2d;
	border: 1px solid #2a2b2d;
}
#forgot_sec:hover{color:#2a2b2d !important;}
#form_div p.button input:active,
#form_div p.button input:focus{
	background: #32b04a;
	position: relative;
	top: 1px;
	border: 1px solid rgb(12, 76, 87);	
	-webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
	   -moz-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
	        box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
}
p.login.button,
p.signin.button{
	text-align: right;
	margin: 5px 18px;	
}
p.change_link{	
	height: 0px;
	font-size: 16px	;
	position: relative;
    top: -50px;
}
#form_div p.change_link span {
	display: inline-block;
	font-weight: bold;	
	color:#32b04a;
	margin-left: 10px;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;	
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s  linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s  linear;
	transition: all 0.4s  linear;
}
#form_div p.change_link span:hover {	color: rgb(57, 191, 215);font-style: italic;cursor: pointer;}
#form_div p.change_link span:active{
	position: relative;
	top: 1px;
}
