div.box {
	margin:0 auto;
	width:980px;
	background:#ffffff;/*#222222;*/
	position:relative;
	padding-top: 10px;
	margin-top: 10px;
	background: url(../images/seperate_bg.png) repeat-x;
	/*border:1px solid #262626;*/
}
div.box .input_text {
	padding:10px 10px;
	width:200px;
	margin-top: 10px;
}
div.box .message{
	padding:10px 10px;
	width:200px;
	/*overflow:hidden;*/
	height:40px;
	margin-top: 10px;
}
div.box .button{
	color: #5c760b;
	margin:0 0 10px 0;
	padding:4px 7px;
	background:#d8e89f;
	border:0px;
	position: relative;
	top:10px;
	width:100px;
	border-bottom: 2px double #699700;
	border-top: 2px double #699700;
	border-left:2px double #699700;
	border-right:2px double #699700;
}
div.box .select {
	padding:10px 10px;
	width:220px;
	margin-top: 10px;
}
div.box .readonly {
	background-color: #CCC;
}
div.box .div_checkbox {
	padding:10px 10px;
	margin-top: 10px;
}
/************************** Form Input ************************************/
form label{
	float: left;
	text-align: right;
	width: 250px;
	padding-top: 20px;
	padding-right: 10px;
}
input, textarea, select {
	padding: 2px;
	margin: 2px;
}
input[type="text"], input[type="password"], textarea {
	border: 1px solid #CCCCCC;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	/*border: 1px solid #0033FF;*/
	border: 1px solid #F00;
}

form.required{
	
}

label.required {
	font-weight: bold;
} 
label.error {
	float:none;
	color: red;
	font-style: italic;
	display:none;
	padding-left: 5px;
}

/************************** Form Input ************************************/

.errorText {
	float:none;
	color: red;
	font-style: italic;
	padding-left: 5px;
	padding-top: 25px;
	font-size : 1.2em;
}

#loading {
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=60);
	opacity:.6;
	color: #FFF;
	display: none;
	font-weight: bold;
	position: fixed;
	top: 0px;
	left: 0px;
	padding-top: 220px;
	text-align: center;
	font-size: 2em;
}
.flexigrid div.fbutton .add {
	width: 80px;
	background: url(../images/flexigrid/add.png) no-repeat center left;
}
.flexigrid div.fbutton .delete {
	width: 80px;
	background: url(../images/flexigrid/close.png) no-repeat center left;
}
