body{ background-color:#f3fef4;}
.menu{margin:auto; min-height:25px; width:730px; 
margin-bottom:10px;}
.logout,.logout:link,.logout:active,a {
	width:100px !important;
	color: #BC0101; font-style:normal !important;
	text-align:center;
	text-decoration:none !important;
	font-size:12px !important;
	float:left; 	
}

.logout{border-radius:5px;  padding:2px; margin-right:4px;	
	
	
	background: rgb(102,191,19); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(102,191,19,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(102,191,19,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(102,191,19,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(102,191,19,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(102,191,19,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(102,191,19,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66bf13', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	
	
	}
.conteiner{	
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	width:500px;
	height:261px;
	border-radius:10px;
	border:#333 solid 1px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	background-color:#FFFFFF;
	
-webkit-box-shadow: 13px 15px 23px -5px rgba(0,0,0,0.23);
-moz-box-shadow: 13px 15px 23px -5px rgba(0,0,0,0.23);
box-shadow: 13px 15px 23px -5px rgba(0,0,0,0.23);
	}
.header{ margin:auto; text-align:center;padding:4px;}

.content{
	border-radius:0px 0px 10px 10px;
	margin-top:32px;
	padding:20px;
	background-color: #999;
	font-weight: 500;
	
	
	background: rgb(78,173,57); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(78,173,57,1) 0%, rgba(118,168,107,1) 44%, rgba(78,173,57,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(78,173,57,1)), color-stop(44%,rgba(118,168,107,1)), color-stop(100%,rgba(78,173,57,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(78,173,57,1) 0%,rgba(118,168,107,1) 44%,rgba(78,173,57,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(78,173,57,1) 0%,rgba(118,168,107,1) 44%,rgba(78,173,57,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(78,173,57,1) 0%,rgba(118,168,107,1) 44%,rgba(78,173,57,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(78,173,57,1) 0%,rgba(118,168,107,1) 44%,rgba(78,173,57,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ead39', endColorstr='#4ead39',GradientType=0 ); /* IE6-9 */

	
	}
	
.contentbk{
	border-radius:0px;
	margin-top:20px;
	padding:20px;
	background-color: #999;
	font-weight: 500;
	text-align:center;
	
	
	}
	
input{padding:4px;}