/* 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: 3px solid rgb(137, 133, 133);
float: left;
height: 320px;
margin: 0 auto;
width: 343px;
margin-top: -28px;
border-radius: 12px 12px 0px 0px;
}
.triangle{border-color: transparent transparent rgb(137, 133, 133) transparent;
border-style: solid;
border-width: 13px;
width: 342px;
position: relative;
left: 138px;
top: -13px;
z-index: -2;}
.calculator h1{
    padding: 3px;
    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: 10px;
}
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: 2px solid #999999;
    height: 70px;
    padding: 10px;
}
/*--------email----------------*/
.calculator_box{
    height: 350px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 600px;
}
#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;
}




#calc_content {
		background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(left, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #eeeeee 0%,#cccccc 100%); /* IE10+ */
background: linear-gradient(to right, #eeeeee 0%,#cccccc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=1 ); /* IE6-9 */
		border-radius: 3px;
		box-shadow: inset 0 0 0 1px #f5f5f5;
		height:300px;
	}
.calculator .buttonn {
		background: linear-gradient(#eee, #e2e2e2);
		border: solid 1px #d0d0d0;
		border-bottom: solid 3px #b2b1b1;
		border-radius: 3px;
		box-shadow: inset 0 0 0 1px #f5f5f5;
		color: #000;
		display: inline-block;
		font: bold 12px Arial, Helvetica, Clean, sans-serif;
		margin-left: 10px;
		padding: 10px;
		position: relative;
		text-align: center;
		text-decoration: none;
		text-shadow: 0 1px 0 #fafafa;
		height:auto;
		padding-left:5px;
	}
.calculator .button {
border-radius:0px!important;
		background: url(img/button.png);
border: none!important;
color: white;
height: 32px;
box-shadow:none!Important;
}	

.calculator h1{
line-height: 1em;
color: #898B8C;
margin-bottom: 7px;
font-weight: bold;
font-size: 18px}

.instructions{
	float:left;
	color: #fff;
	line-height: 30px;
	font-weight: bold;
	margin: 15px;
}
	