﻿
		.container
		{
			border-radius: 5px 5px 0px 0px;
			border: 0.1px solid #BABCB4;
			background-color: #BABCB4;
			box-shadow: 0 0 12px 0px rgba(0,0,0,0.2);
			width: 100%;
			height: 225px;
			z-index:1;
			filter:alpha(opacity=80);
			-moz-opacity:.80;
			opacity:.80;
			-o-background-size: 100% 100%, auto;
			-moz-background-size: 100% 100%, auto;
			-webkit-background-size: 100% 100%, auto;
			background-size: 100%;
		}			
		div.floatLeft
        {
            float: left;
        }		
		.form-2
		{
			/* Size and position */
			width: 100px;
			height: 30px;
			position: relative; /* Styles */
			box-shadow: inset 0 1px rgba(255,255,255,0.3);
			cursor: pointer; /* Font styles */
			font-family: 'Lato' , Calibri, Arial, sans-serif;
			font-size: 14px;
			line-height: 25px; /* Same as height */
			text-align: center;
			font-weight: bold;
			margin-left: 1%;
			background: #68B0AB; /* Fallback */
			background: -moz-linear-gradient(#273B7A, #12114A);
			background: -ms-linear-gradient(#273B7A, #12114A);
			background: -o-linear-gradient(#273B7A, #12114A);
			background: -webkit-gradient(linear, 0 0, 0 100%, from(#273B7A), to(#12114A));
			background: -webkit-linear-gradient(#273B7A, #12114A);
			background: #12114A;
			border: 1px solid #12114A;
			color: #ffffff;
			box-shadow: inset 0 1px rgba(255,255,255,0.3), inset 0 20px 40px rgba(255,255,255,0.15);
			text-shadow: 0 -1px rgba(0,0,0,0.3);
			left: -3px;
			top: 7px;
		}  	
		input {
			line-height: 2em;
		}