/* CSS Document */
* {
	margin:0;
	padding:0;
}
html{ margin:0; padding:0;}
body{
	font-family: arial;
    font-size: 14px;
	margin:0;
	padding:0;	
}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,p,table,th,td{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
ul,li{list-style-type:none;}
img,fieldset {border:0 none;}
.clr{ clear:both;}
/*-----------------Square ----------------*/
.calculator{
    border: 1px solid #C0C0C0;
    width: 250px;
}
.calculator h1{
    background: none repeat scroll 0 0 #FFD387;
    padding: 3px;
    text-align: center;
    font-size: 16px;
}
.calculator input{
    border-color: #ABABAB #DDDDDD #DDDDDD #ABABAB;
    border-style: solid;
    border-width: 2px 1px 1px 2px;
    height: 20px;
    margin: 0 5px;
    width: 80px;
}

.calculator input.oOutp {
	width: 140px;
}
.calculator .button{
background:-moz-linear-gradient(top, #F1F1F1,#CFCFCF);
background:-webkit-gradient(linear, 0 0, 0 100%, from(#F1F1F1), to(#CFCFCF));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#F1F1F1,endColorstr=#CFCFCF,grandientType=1);   
    border: 1px solid #858585;
    border-radius: 5px 5px 5px 5px;
    padding: 2px 10px;
    cursor: pointer;
    width: auto;
    height: 25px;
}
#Square_content,#calc_content{
    padding: 20px;
}
span.calc_text{
    padding-left: 8px;
}
span.sqrt-prefix{
    display: inline-block;
    font-family: Symbola,Verdana,"Times New Roman",serif;
    margin-top: -3px;
    vertical-align: top;
}
span.sqrt-stem{
    border-top: 2px solid #333333;
    display: inline-block;
    margin-left: -5px;
    padding-top: 5px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) 
{
span.sqrt-stem{    margin-left: -7px;}
}
/*--------------------------------*/
.print_box{
	display:none;
}
.square_result,.cube_result{
    border: 1px solid #999999;
    height: 42px;
    padding: 10px;
}
/*--------email----------------*/
.calculator_box{
    height: 238px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 335px;
}
#msg,#saveMsg {
	color: red;
	font: bold 12px  verdana;
}
#email {
	width: 130px;
	*width: 115px;
}
#outBox {
    bottom: 0;
    position: absolute;
    right: 0;
	display:none;
}
#outBox input, #outBox textarea {
	border: 1px solid #000;
}
#emailBox {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid;
    height: 75px;
    padding-top: 15px;
    width: 260px;
}
.emailButtons {
    font-size: 12px;
    padding: 8px;
    text-align: center;
}
.calculateButton{
    bottom: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 80px;
}
.calculateButton a{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFD387;
    border-color: -moz-use-text-color -moz-use-text-color #C0392B;
    border-image: none;
    border-radius: 8px;
    border-style: none none solid;
    border-width: medium medium 2px;
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin: 6px;
    text-decoration: none;
    width: 70px;
}
.submitSendEmail,.cancelSend{
	border-color: -moz-use-text-color -moz-use-text-color #C0392B;
	background: none repeat scroll 0 0 #FFD387;
	color: #000000;
}