p{
	font-size: 90%;
	margin-top: 1em;
	margin-bottom: 2em;
	color: #aaa;
}

h1 {
	color: #B50062;
	font-size: 1.6em;
}


/* Form */
form {
	width: 550px;
	margin: 0px auto;
}

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

.blue {
	color: #B50062;
	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(../../img/contactform/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;
	margin: 0;
	width: 400px;
	text-align: left;
}

.MsgSent h1 {
	height: 85px;
	line-height: 85px;
	text-decoration: italic;
}

/* Error message */
.MsgError {
	display: block;
	margin: 0;
	width: 400px;
	text-align: left;
}

.MsgError h1 {
	height: 85px;
	line-height: 85px;
	color: #ff4b4b;
}

.MsgSent p, .MsgError p {
	font-size: 1.0em;
	color:#AAA;
}

/***** FormCheck *****/
.tipsbox .tipsbox_top_left{
	background : url('../../img/contactform/top_left.png') no-repeat;
	_background : url('../../img/contactform/top_left.gif') no-repeat;
	_background-position : 9px 8px;
}

.tipsbox .tipsbox_top{
	background : url('../../img/contactform/top.png') repeat-x;
	height : 17px;
	_background : url('../../img/contactform/top.gif') repeat-x;
	_background-position : 0px 8px;
}

.tipsbox .tipsbox_top_right{
	background : url('../../img/contactform/top_right.png') no-repeat;
	_background : url('../../img/contactform/top_right.gif') no-repeat;
	_background-position : 0px 8px;
}

.tipsbox .tipsbox_left{
	background : url('../../img/contactform/left.png') repeat-y;
	width : 17px;
	_background : url('../../img/contactform/side.gif') repeat-y;
	_background-position : 9px 8px;
}

.tipsbox .tipsbox_right{
	background : url('../../img/contactform/right.png') repeat-y;
	width : 22px;
	_background : url('../../img/contactform/side.gif') repeat-y;
	_width : 9px;
}

.tipsbox .tipsbox_bottom_left{
	background : url('../../img/contactform/bottom_left.png');
	_background : url('../../img/contactform/bottom_left.gif') no-repeat;
	_background-position : 9px 0px;
}

.tipsbox .tipsbox_mark{
	background : url('../../img/contactform/mark.png') no-repeat;
	height : 36px;
	_background : url('../../img/contactform/mark.gif') no-repeat;
}

.tipsbox .tipsbox_bottom_right{
	background : url('../../img/contactform/bottom_right.png');
	_background : url('../../img/contactform/bottom_right.gif') no-repeat;
}

.tipsbox .tipsbox_inner, .tipsbox .tipsbox_inner_ie6{
	background : url('../../img/contactform/inner.png');
}

.tipsbox .tipsbox_inner_ie6 {
	padding : 4px;
}

.tipsbox .tipsbox_error {
	background : url('../../img/contactform/error.png') no-repeat;
	_background : url('../../img/contactform/error.gif') no-repeat;
	width: 40px;
	height: 40px;
	margin-top: 5px;
	float: left;
	clear: left;
}

.tipsbox p, .tipsbox {
	font-size: 1em;
	font-family: "Tahoma", Helvetica, sans-serif;
	margin : 0;
	padding : 0;
	border : 0;
	color : #FFF;
}

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

.tipsbox p span {
	font-size: 1em;
	font-weight: bold;
	color: #B50062;
	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 : 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/
##########################################*/



/*Transparent items*/
.outtaHere {
	position:absolute;
	left:-3000px;
}


/*Text inputs*/
.textinput, .textinputHovered {
	height:15px;
	border:1px solid #4E4E4E;
	padding:2px 0;
	vertical-align:middle;
	background-color:#1C1C1C;
	color:#AAA;
}
.textinputHovered {background-color:#3C3C3C; border:1px solid #B50062;}
.inputCorner {
	padding-bottom:0;
	vertical-align:middle;
}

/*Text areas*/

.msg {
	background-color:#1C1C1C;	
	border:1px solid #4E4E4E;
	display:block;
	color:#AAA;
}
.msgHovered {
	background-color:#3C3C3C; 
	border:1px solid #B50062;
	color:#AAA;
}
	
.msg textarea {
	border:0;
	background:#1C1C1C;
	padding:2px 0;
	margin:5px;
	color:#AAA;
}



/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:auto;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px;
	background:url(../../img/contactform/button_bg.gif) repeat-x left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {background-position:left bottom;}
.buttonImg {vertical-align:bottom;}


