body {
	font-family: Arial, Helvetica, sans-serif;
}

.textbox { 
    margin-left: 2px;
    background:#E1F3F4; 
    border: 1px solid #ffa853; 
    border-radius: 3px; 
    outline: none; 
    width: 80%;
	display:inline;
	padding:4px;
	}
.input1
{
width: 50px;
	display:inline;
	padding:4px;
}	
fieldset { 
    align:center;
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 0.35em;
    padding-bottom: 0.625em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    border: 3px solid grey;
	border-radius: 15px;
}
legend { 
    display: block;
    padding-left: 4px;
    padding-right: 4px;
    border: none;
    font-weight: bold;
    font-size: 140%;
    color: blue;
}
.main-inner {
margin: 10 auto;
max-width:550px;

}
  
form    {
margin:auto;
position:relative;
max-width:550px;
height:auto;
font-family: Tahoma, Geneva, sans-serif;
font-size: 13px;
font-style: normal;
line-height: 24px;
font-weight: bold;
text-decoration: none;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding:10px;
border: 1px solid #999;
border: inset 1px solid #333;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

.ful {
float:inherit;
text-align:center;

}

.left{
	float: left;
	margin: 0;
	padding: 0;
	text-align: right;
	width: 73%;
	font-size: 14px;
	vertical-align:middle;
	min-height: 30px;
}
.right{ 
	float: left;
	margin: 0;
	padding:0;
	text-align:center;
	width: 25%;
	vertical-align:middle;
	display:block;
	min-height: 30px;
	}
	
@media all and (min-width: 250px) and (max-width: 500px) {
.left {width: 90%; float:left; text-align: center;}
.right {width:90%; float:left; text-align:center;}
.ful { float:inherit; text-align:center; }
}

@media all and (min-width: 500px) {
.ful { width:100%; float:inherit; text-align:center; }
.input1 { width: 50px; 	display:inline; padding:4px; align: center;
}

}
	
	.main-innr {
margin: 10 auto;
max-width:750px;
line-height:24px;

}

.button-success {
            background: rgb(28, 184, 65);
			color: white;
			font-weight:bold;
			padding: 4px;
			font-size:15px;
            border-radius: 4px;
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
			margin-bottom:2px;
        }