.bheader {
	    background-color: #DDDDDD;
	    border-radius: 10px 10px 0 0;
	    padding: 10px 0;
	    text-align: center;
	}
	.bbody {
	    color: #000;
	    overflow: hidden;
	    padding-bottom: 20px;
	    text-align: center;
	 
	    background: -moz-linear-gradient(#ffffff, #f2f2f2);
	    background: -ms-linear-gradient(#ffffff, #f2f2f2);
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
	    background: -webkit-linear-gradient(#ffffff, #f2f2f2);
	    background: -o-linear-gradient(#ffffff, #f2f2f2);
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2');
	    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2')";
	    background: linear-gradient(#ffffff, #f2f2f2);
	}
	.error{}
	.info {
	    font-size: 14px;
	}
	label {
	    margin: 0 5px;
	}
	/*input {
	    border: 1px solid #CCCCCC;	    
        border-radius: 10px;
	    padding: 6px 8px;
	    margin-top: 50px;
	    width: 95px;
	}*/
	
	input[type=submit] {
	   padding: 10px 15px !important;
border-radius: 2px !important;
border: 1px solid transparent !important;
color: #FFF !important;
background: transparent linear-gradient(to bottom, #2CBCEB 0%, #28BAE7 49%, #1AACDA 100%) repeat scroll 0% 0% !important;
margin-bottom:10px;
margin-top:10px;
	}
	input[type=submit]:hover {
	   padding: 10px 15px !important;
border-radius: 2px !important;
border: 1px solid transparent !important;
color: #FFF !important;
background: transparent linear-gradient(to bottom, #2CBCEB 0%, #28BAE7 49%, #1AACDA 100%) repeat scroll 0% 0% !important;
	}
	input[type=submit]:active {
	  padding: 10px 15px !important;
border-radius: 2px !important;
border: 1px solid transparent !important;
color: #FFF !important;
background: transparent linear-gradient(to bottom, #2CBCEB 0%, #28BAE7 49%, #1AACDA 100%) repeat scroll 0% 0% !important;
	}
	.info1{display:none;}