form,input,select,textarea{margin:0; padding:0;font-size:11px; }

div.box {
width: 90%;
background:#fff;
position:relative;
margin-left:20px;
color:#333;
padding: 20px 0 0 0;
text-align:left;

}

div.box h1 { 
color:#000;
font-size:18px;
text-transform:uppercase;
padding:5px 0 5px 5px;
border-bottom:1px solid #ccc;
border-top:1px solid #161712; 
text-align:center;
}

div.box label {
width: 150px;
display: block;
text-align:right;
padding:5px 0px 0px 0px;
margin-right:10px;
/* white-space:nowrap; */
font-weight:bold;
color:#333;
font-size:11px;
}

/*
div.box span {
display: block;
color:#333;
font-size:11px;
float:left;
padding:5px 20px 0 0;
width:150px;
text-align:right;
font-weight:bold;
} */

div.box .input_text {
padding:5px 5px;
width:210px;
border:1px solid #ccc;
float:left;
color:#000;
font-size:11px;
}

div.box .input {
padding:5px 5px;
width:210px;
border:1px solid #ccc;
float:left;
color:#000;
font-size:11px;
}


div.box .password {
padding:5px 5px;
width:200px;
border:1px solid #ccc;
float:left;
color:#000;
background:#fff;
}

div.box .select {
width:210px;
float:left;
height:20px;
font-size:11px;
}

div.box .message{
padding:7px 7px;
width:250px;
border-bottom: 1px double #171717;
border-top: 1px double #171717;
border-left:1px double #333333;
border-right:1px double #333333;
overflow:hidden;
height:150px;
}

.mandatory{font:bold 12px Arial, Helvetica, sans-serif; }

#security {
	text-align:center;
	border:1px solid #ccc;
	float:left;
	padding:5px;
	background:#efefef;
	width:220px;
}

.actionMessage li span{
	color:green;
	font-weight: bold;
}

.errorMessage li span{
	color:red;
	font-weight: bold;
}