/* CSS Document */

.container_cont{
width:560px;
border:#666666 1px solid;
min-height:100px;
background-color:#ededed;
float:left;

}


.content_wrap_cont{
width:560px; 
min-height:50px;
margin-top:10px;
margin-bottom:10px;}


.input {
    border: 1px solid #006;
    background: #ffc;
}

.input:hover {
    border: 1px solid #f00;
    background: #ff6;
}
.button {
    border: 1px solid #006;
    background: #9cf;
}
label {
    display: block;
    width: 150px;
    float: left;
    margin: 2px 4px 6px 0px;
    text-align: right;
	font-family:Arial;
	font-size:12px;
}

span{
 	display: block;
    float: left;
    margin: 2px 4px 6px 10px;
    text-align: left;
	font-family:Arial;
	font-size:14px;
}
br { clear: left; }

.wrap_left_cont{
width:50%;
min-height:10px;
float:left;
}

.wrap_right_cont{
width:50%;
min-height:10px;
float:right;
}

.wrap_cont{
margin-left:15px;
min-height:10px;}


.checks{
float:left !important;
width:200px !important;
text-align:left !important;
margin-left:10px !important;
}

.checkss{
width:20px !important;
margin-left:2px !important;
float:left !important;}


textarea#styled {
	width: 530px;
	height: 120px;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;
	background-image: url(bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	margin-left:5px;
}
