.border-black, .border-red, .border-blue {
	border: solid red 1px;
}

.clear-it{
	clear: both;
	height: 0;
}

.float-left{
	float: left;
}

.float-right{
	float: right;
}

.form{
	margin: 15px 0 40px 50px;
}

.form-item input {
	background-color:#EAEAEA;
	border:1px solid #DADADA;
	color:#262626;
	margin:5px 0;
	width:250px;
	font-size: 12px;
}

.form-item input:focus{
	background-color:#DADADA;
}

.form-item textarea {
	background-color:#EAEAEA;
	border:1px solid #DADADA;
	color:#262626;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.form-item textarea:focus{
	background-color:#DADADA;
}

.form-item{
	margin:5px 0;
	overflow:hidden;
	width:543px;
}

.form-item label {
	color:#262626;
	display:block;
	float:left;
	font-size:12px;
	margin:5px 0 0;
	width:80px;
}
.form-submit{
	padding: 4px 0 0 25px;
}

.form-title{
	margin: 20px 0 0 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	width: 250px;
}

.hr{
	border-top: 1px solid #DADADA;
}

.list{
	list-style-image: url(../img/bullet.gif);
	list-style-position: inside;
	line-height: 10px;
	color: #666666;
	font-size: 10px;
}

.overflow{
	height:100%;
	overflow: hidden;
}

.div-center{
	text-align: center;
}



