


/* Form */
form {
	width: auto;	padding-left: 7px;	padding-right: 7px ;
}

label {	display: block;
	margin-top : 8px;
	width: 100%;
	background-repeat: no-repeat;	
}
.blue {
	color: #00a7b9;
	font-weight: bold;
}

/* footer */
.dwnld {
	Display: block;
	padding: 10px;
	text-align: center;
	width: 400px;
	margin: 0 auto;
	border: 1px solid #EEE;
	background-color: white;
	color: #999;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 50px;
	background: url(../images/download.gif) no-repeat 40px 10px;
}

/* footer */
.footer {
	Display: block;
	padding: 10px;
	margin: 40px auto;
	width: 400px;
	text-align: center;
	border: 1px solid #EEE;
	background-color: white;
	color: #999;
}

.footer p {
	color: #999;
}

/* Congratulation message */
.MsgSent {
	Display: block;
	padding: 10px;
	margin: 40px auto;
	width: 400px;
	text-align: center;
	border: 1px solid #EEE;
	background-color: white;
}

.MsgSent h1 {
	background: url(../images/MsgSent.gif) no-repeat 0 0;
	padding-left: 20px;
	height: 85px;
	line-height: 85px;
}

/* Error message */
.MsgError {
	Display: block;
	padding: 10px;
	margin: 40px auto;
	width: 400px;
	text-align: center;
	border: 1px solid #EEE;
	background-color: white;
}

.MsgError h1 {
	background: url(../images/MsgError.gif) no-repeat 0 0;
	padding-left: 20px;
	height: 85px;
	line-height: 85px;
	color: #CC0000;
}

.MsgSent p, .MsgError p {
	font-size: 1.3em;
	color:#999;
}
/***** FormCheck *****/.tipsbox {
	opacity: 0.8;
}
.tipsbox .tipsbox_top			{background-color: #00b2b2;	height : 19px;}
.tipsbox .tipsbox_mark			{background-color: #00b2b2;	height : 19px;}
.tipsbox .tipsbox_inner, .tipsbox .tipsbox_inner_ie6
								{background-color: #00b2b2;	width: 280px;}
.tipsbox .tipsbox_left			{background-color: #00b2b2;	width : 19px;}
.tipsbox .tipsbox_right			{background-color: #00b2b2;	width : 19px;}

.tipsbox .tipsbox_bottom_left	{background : url('../img/blue_bl.gif');}
.tipsbox .tipsbox_bottom_right	{background : url('../img/blue_br.gif');}
.tipsbox .tipsbox_top_left		{background : url('../img/blue_tl.gif') no-repeat;}
.tipsbox .tipsbox_top_right		{background : url('../img/blue_tr.gif') no-repeat;}

.tipsbox .tipsbox_inner_ie6 {	padding : 4px;}

.tipsbox .tipsbox_error {}

.tipsbox p, .tipsbox {clear: both;color: white;font-family: georgia, 'Century Schoolbook', 'Times New Roman', Times, serif;font-size: 100%;font-style: italic;font-weight: bold;letter-spacing: 0px;}

.tipsbox p {margin: 0px;display:inline;}

.tipsbox p span {	font-style: normal;	color: white;	}


.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 : 1.1em;
	color : #000;
	margin : 5px 0px 0px 0px;
}

/***** Niceforms *****/
/*##########################################
Name: Default styling for Niceforms v.1.0
Author: Lucian Slatineanu
URL: http://www.badboy.ro/
##########################################*/

/*General styles - NOT really related to the forms*/


img {border:0;}
#container {padding:20px;}

/*Forms defaults - change as needed*/
input, textarea {
-webkit-border-radius: 3px;-moz-border-radius: 3px;border: 1px solid rgb(233, 233, 233);
margin-top: 10px;margin-right: 5px;
padding: 0px 2px 0px 2px;
}
label {
	color: white;
	cursor:pointer;display: inline;}
label.chosen {color:#333;}

/*Transparent items*/
.outtaHere {
	position:absolute;
	left:-3000px;
}

/*Radio buttons*/
.radioArea, .radioAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:15px;
	height:14px;
	font-size:0;
	cursor:pointer;
}
.radioArea {background:url(../images/radio.gif) no-repeat left top;}
.radioAreaChecked {background:url(../images/radio.gif) no-repeat left bottom;}

/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:13px;
	height:13px;
	font-size:0;
	padding:0;
	margin:0;
	cursor:pointer;
}
.checkboxArea {background:url(../images/checkbox.gif) no-repeat left top;}
.checkboxAreaChecked {background:url(../images/checkbox.gif) no-repeat left bottom;}
.focused {border:1px dotted #ddd;}

/*Text inputs*/
.textinput, .textinputHovered {
	height:15px;
	padding:4px 0;
	vertical-align:middle;
}


/*Text areas*/


.txtarea textarea {
	background:none;
	padding:0;
	margin:5px;-webkit-border-radius: 3px;-moz-border-radius: 3px;
}

/*Selects*/
/*Selects drop-down*/
/*Button*/.buttonSubmit:hover, .buttonSubmitHovered:hover  {
	background-color: black;	color: #0099CC;	border: 0;
}
.buttonSubmit, .buttonSubmitHovered {
	width:auto;	-webkit-border-radius: 5px;	-moz-border-radius: 5px;	height:26px;
	font-weight:bold;	color: #808080;
	padding: 0px 3px 0px 3px;	cursor:pointer;
	background-color: white;	border: 0;
}


