/* default form styling */

form fieldset {
	border: 1px solid #ddd;
	padding: 10px;
}
#Content.skinny fieldset {
	width: 398px;
}
form div,
form h2 {
	clear: both;
}
form#Comp div {
	clear: none;
}
form#CompRegister * {
	clear: none;
}
form#ActionPlan {
	float: left;
}
form p {
	margin: 0px;
	padding: 0px;
}

form h2 {
	padding: 0px 25px 10px 33px;
	font-size: 1.4em;
	font-weight: normal;
}
form label,
form label.left {
	font-size: 1.3em;
	line-height: 2em;
	padding-left: 10px;
	color: #333333;
}
form label.left {
	display: block;
	float: left;
	width: 100px;
}
form label {
	display: block;
}
form label.text {
	display: inline;
	font-size: 1.2em;
}
form .checkbox label {
	display: inline;
	font-size: 1.2em;
	padding: 0 0 0 5px;
}
form span.middleColumn {
	display: block;
	margin-left: 120px;
	padding-bottom: 15px;
}

form span.middleColumn input {
	width: 260px;
	font-size: 1.4em;
}

form textarea {
	width: 260px;
	font-size: 12px;
}

form span.middleColumn input,
form textarea {
	border: 1px solid #ccc;
	outline: 2px solid #eee;
	padding: 4px 4px;
	background: #fff url(../images/formBg.gif) left bottom repeat-x;
}
form .answer textarea {
	width: 500px;
	height: 160px;
}
form .toolActions textarea {
	width: 500px;
	height: 100px;
}
form .question h2 {
	margin-left: 0;
	font-size: 2em;
	padding-left: 0;
}
form span.middleColumn input:focus,
form span.middleColumn textarea:focus {
	border: 1px solid #aaa;
}
form span.required {
	padding: 8px 0 4px 0;
	font-size: 1.1em;
}
form h3 {
	font-size: 1.3em !important;
	font-weight: normal;
	padding: 0px;
}

.message,
form .message {
	color: #900026;
}

.message {
	padding: 5px 0px;
}
form .checkbox {
	padding: 0px 25px 10px 33px;
}
form #Status.message {
	padding: 0;
	margin: 10px 0;
}

form p.Actions {
	display: block;
	text-align: right;
	padding: 10px 0 25px 0px;
}
	form p.Actions label {
		display: inline;
		margin-left: 5px;
	}
		form input.add {
			display: block;
			width: 100px;
			padding: 0;
			height: 31px;
			float: right;
			line-height: 10em;
			overflow: hidden;
			text-indent: -9000px;
			background: #fff url(../images/addTool.gif) no-repeat;
		}
		form input.remove {
			display: block;
			line-height: 10em;
			overflow: hidden;
			width: 100px;
			height: 30px;
			background: #fff url(../images/removeTool.gif) no-repeat;
			padding: 0;
			float: right;
			text-indent: -9000px;
		}
		.box form input.over {
			color: #900128;
		}
		
	form p.Actions input {
		background: #002952 url(../images/button-bg.gif) right bottom no-repeat;
		border: 0px;
		font-size: 1.1em;
		padding: 6px 30px 6px 9px !important;
		margin: 0 0 0 2px;
		color: #fff;
		font-weight: 700;
		border: 2px solid #b4bcc3;
		cursor: pointer;
	}
.checkboxholder label:hover {
	cursor: pointer;
}
.checkboxholder label {
	padding-top: 10px;
}
/* Tool tracker details */

form form { /* resetting the form values */
	background: none;
	padding: 0px;
	width: auto;
}
form table {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
form table tr {
	border-bottom: 1px solid #000;
}
form table tr td {
	padding: 0px 25px;
}
form table tr td.level {
	padding: 0px 5px;
}
form table tr td.remove {
	padding: 0px 33px 0px 5px;
}
form table tr.tool td {
	padding-top: 8px;
	padding-bottom: 8px;
}

/* Keep in touch changes */
form .checkboxholder {
	padding-top: 5px;
}
form .checkboxholder .even,
form .checkboxholder .odd {
	background: none;
	clear: none;
}
form .checkboxholder .odd {
	float: left;
	width: 200px;
}
form .checkboxholder .even {
	margin-left: 200px;
}
form .checkboxholder input {
	position: relative;
	top: -1px;
}