/*  Form Genie CSS */

.hrFormRow{
	display: block;
	height: 30px;
	width: 960px;
	padding: none;
	margin: 10px;
	background-color: #fff;
}

.hrFormRowBox{
	display: block;
	height: 110px;
	width: 960px;
	padding: none;
	margin: 10px;
	background-color: #fff;
}

.hrFormRow:hover{
	background-color: #fdd;
}

.hrFormRowBox:hover{
	background-color: #fdd;
}

.hrFormLabel{
	text-align: left;
	float: left;
	display: block;
	width: 300px;
	height: 30px;
	padding: 4px;
	margin: none;
}

.hrFormInput{
	text-align: right;
	float: left;
	display: block;
	width: 200px;
	height: 30px;
	padding: 4px;
	margin: none;
}

.hrFormInput input{
	float: left;
}

.hrFormInputBox{
	text-align: left;
	float: left;
	display: block;
	width: 200px;
	height: 100px;
	padding: 4px;
	margin: none;
}

textarea #description{
	float: left;
}

.hrFormRequired{
	font-size: large;
	color: #f00;
	float: right;
}

/* Networking mojo css */

div .networkImage2{
	display: inline;
	width: 245px;
	max-width: 245px;
	min-width: 245px;
}

div .networkText2{
	width: 725px;
	margin-left: 245px;
}

