*{
    box-sizing: border-box;
}

input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

input[type=password]
{
	width:100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}
	


input[type="submit"]{
	border-radius: 10px;
	background-color: #61B3DE;
	border: 0;
	color: white;
	font-weight: bold;
	font-style: italic;
	padding: 6px 15px 5px;
	cursor: pointer;		
	margin-top:10px;
}

input[type="button"]{
	border-radius: 10px;
	background-color: #61B3DE;
	border: 0;
	color: white;
	font-weight: bold;
	font-style: italic;
	padding: 6px 15px 5px;
	cursor: pointer;		
	margin-top:10px;
}

input[type=submit]:hover {
    background-color: #0000FF;
}


input[type=button]:hover {
	cursor: pointer;
    background-color: #0000FF;
}


button:hover
{
		cursor: pointer;
}



body {
	
	 background-image:url(../my_image/back.png);
	 font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

hr { border: solid #ddd; border-width: 5px 0 0; clear: both; margin: 22px 0 21px; height: 0; }



.heading{
	height:40px; 
	line-height:40px;
	border-radius:5px;
	width:200px;
	background-color:#EEE; 
	color:#00F; 
	border-color:#0000FF; 
	vertical-align: middle;
	margin-top:-35px;
	margin-left:5px;
}
.heading_outer
{
	height:40px;
	width:200px;
	border-radius:5px;
	background-color:#00F;
}

.square-button {
  width: 85px;
  height: 70px;
  position: relative;x
}
.small-img {
	max-width: 128px;
  max-height: 128px;
  position: absolute;
  top: 50%;left: 50%;
  transform: translate(-50%,-50%);
}

.button-text {
  position: absolute;
  transform: translateX(-50%);
  bottom: 2px;
  width: 100%;
  left: 50%;
}
input[type=square-button]:hover {
	cursor: pointer;
    background-color: #0000FF;
}






.text:focus
{
	background-color:#80FF80;
}




.colored-div{
}

.container{
	max-width:970px;
	padding:0 0;
	margin:0 auto;
	text-align:center;
}

.responsiveimage{
	width:auto;
	height:auto;
	max-width:150%;
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
  	width: 91.53%;
}
.span_10_of_12 {
  	width: 83.06%;
}

.span_9_of_12 {
  	width: 74.6%;
}

.span_8_of_12 {
  	width: 66.13%;
}

.span_7_of_12 {
  	width: 57.66%;
}

.span_6_of_12 {
  	width: 49.2%;
}

.span_5_of_12 {
  	width: 40.73%;
}

.span_4_of_12 {
  	width: 32.26%;
}

.span_3_of_12 {
  	width: 23.8%;
}

.span_2_of_12 {
  	width: 15.33%;
}

.span_1_of_12 {
  	width: 6.866%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
    
    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
	width: 100%; 
	}
}
