@charset "utf-8";
/* CSS Document */
/*body {
	background: #ececec;
}*/
form.formular {
	/*font-family: Verdana, Geneva, sans-serif;*/
	font-size: 12px;
	/*padding: 0 20px 0 20px;
	border: 1px solid #A5A8B8;*/
	margin: 0 auto;
}
.tblcolumn{
	display:table-cell;
	border:1px solid #CCC;
}
.even{
 background-color:#FFC;
}
label {		
		float: none;
		text-align: inherit;
		width: auto;
	}
.msg{
	display:none;
	cursor:pointer;
	width: 100%;
	background: #ee0101;
	position:absolute;
	z-index:5001;
	color: #fff;
	width: 150px;
	font-family: tahoma;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.textbox { 
    border: 1px solid #c4c4c4; 
    height: 15px; 
    width: 250px; 
    font-size: 13px; 
    padding: 4px 4px 4px 4px; 
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    box-shadow: 0px 0px 8px #d9d9d9; 
    -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9; 
} 
 
.textbox:focus { 
    outline: none; 
    border: 1px solid #7bc1f7; 
    box-shadow: 0px 0px 8px #7bc1f7; 
    -moz-box-shadow: 0px 0px 8px #7bc1f7; 
    -webkit-box-shadow: 0px 0px 8px #7bc1f7; 
} 