/* ---------------------Form Mod-------------------------------- */

#formbox {
	width: 400px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

#miniformbox {
	width: 180px;
	margin: 5px auto;
}

#miniformbox .newform label {
	width: 100%;
	text-align: Left;
}

#miniformbox .newform .input {
	width: 100%;
}

.newform  fieldset {
	border: 1px solid;
/*	padding: 0 25px;
	width: 350px;	*/
	display: inline;
}

.newform  legend {
	color: #ffffff;
	font-weight: bold;
	background: #c6d4e8;
	border: 1px solid;
	padding: 2px 6px
}

.newform  legend, .newform  fieldset {
	border-color: #1c5180;
}

.newform label {
	width: 120px;
	float: left;
	text-align: right;
	padding: 0px 10px;
}

.newform  .input {
	width: 120px;
	margin: 5px 0 0 0;
}

.newform  .inputfix {
	background: #ffffff;
	border-style: none;
	
}

.newform  textarea , .newform .input {
	color: #000000;
	background: #c6d4e8;
	border: 1px solid white;
	
}

.newform  p
{
	background: none;
}

/* ---------------------End Form Mod-------------------------------- */