/* Congratulation message */
#MsgSkickat {
	Display: block;
	padding: 10px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 40px;
	width: 400px;
	text-align: left;
	min-height: 84px;
	border: 1px solid #009999;
	background-color: #66cccc;
}

#MsgSkickat h2 {
	color: #006600;
}
#MsgSkickat img {
	margin: 0;
	display: inline;
	clear: left;
	float: left;
	margin-right: 7px;
	
}

/* Error message */
#MsgFel {
	Display: block;
	padding: 10px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 40px;
	width: 400px;
	text-align: left;
	border: 1px solid #990000;
	background-color: #ffe2e2;
}

#MsgFel h2 {
	color: #990000;
}

#MsgFel p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-weight:normal;
	font-size: 12px;
	color:#990000;
	line-height:170%;
}
#MsgFel img {
	margin: 0;
	display: inline;
	clear: left;
	float: left;
	margin-right: 7px;
	
}
#MsgSkickat p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-weight:normal;
	font-size: 12px;
	color:#009999;
	line-height:170%;

}

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

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

.tipsbox p, .tipsbox {
	font-size: 1em;
	font-family: Arial, sans-serif;
	margin : 0;
	padding : 0;
	border : 0;
	color : #333;
}

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

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

.tipsbox {
	margin-top:20px;
	margin-left: -15px;
}
.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;
}