
/* Form */
form {
	width: 150px;
	padding: 2px;
}

label {
	display: block;
	margin-top : 4px;
	width: 100%;
	background-repeat: no-repeat;
}


/* Congratulation message */
.MsgSent {
	Display: block;
	padding: 10px;
	width: 150px;
	text-align: center;
}

/* Error message */
.MsgError {
	Display: block;
	padding: 10px;
	width: 150px;
	text-align: center;
}

.MsgSent p, .MsgError p {
	font-size:12px;
	font-weight:bold;
	color:#999;
}

/***** FormCheck *****/

.tipsbox .tipsbox_inner_ie6 {
	padding : 4px;
}

.tipsbox .tipsbox_error {
	width: 40px;
	height: 40px;
	margin-top: 5px;
	float: left;
	clear: left;
}

.tipsbox p, .tipsbox {
	font-size: 12px;
	font-family: arial, verdana, "sans-serif";
	margin : 0;
	padding : 0;
	border : 0;
	color : #330000;
	background-color:#FFFFFF;
	border 1px solid color:#666666;
}

.tipsbox p {
	padding-left: 55px;
	line-height: 15px;
}

.tipsbox p span {
	font-size: 12px;
	font-weight: bold;
	color: red;
	line-height: 35px;
}


.error_f {
	border : 1px dotted #666;
	margin-top : 5px;
	background-color : #EAEAEA;
}

.error_f p {
	margin : 5px;
	color : #A00;
}

.error_f p span {
	font-size:12px;
	color : #000;
	margin : 5px 0px 0px 0px;
}

/*Forms defaults - change as needed*/
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
	background-color:#FFFFFF;
}
label {
	color:#333;
	padding-bottom:2px;
	font-size:12px;
	line-height:13px;
}
label.chosen {color:#333;}

.focused {border:1px dotted #ddd;}

/*Text inputs*/
.textinput, .textinputHovered {
	height:15px;
	background-color:#FFFFFF;
	border:none;
	padding:4px 0;
	vertical-align:middle;
}
.textinputHovered {background-position:left bottom;}
.inputCorner {
	padding-bottom:0;
	vertical-align:middle;
}

/*Text areas*/

/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	margin: 8px 0px 0px 0px;
	width:auto;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px;
	cursor:pointer;
	border:none;
	background-color:#CC0000;
	border: 1px solid #666666;
}
.buttonSubmitHovered {background-position:left bottom;}
.buttonImg {vertical-align:bottom;}


