/*	---------------------------------------------------------------	*/
/*	-------------------------	CSS - MESSAGES	---------------------	*/
/*	---------------------------------------------------------------	*/
.msg_error	{
    background-color: #F8F8F8;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #E2E2E2;
    background-image: url(../images/icon_error.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
    color: #FF0000;
    margin: 5px;
    text-indent: 20px;
}
.msg_success	{
    background-color: #FFFFFF;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #F4F4F4;
    background-image: url(../images/icon_success.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
    color: #990000;
    margin: 5px;
    text-indent: 20px;
}
.my_black_link {
	color:#000000;
}
.my_black_link:hover {
	text-decoration:none;
	color:#FF0000;
}
.captcha_red_txt {
	display:block;
	color:#fe0000;
	font-size:10px;
	width:300px;
	float:right;
}
.red_text {
	color:#fe0000;
	height:17px;
}
.green_text {
	color:#33CC00;
	height:17px;
}
.col_1{
	color:#0C336E;
	font-size:20px;
	text-align:left;
}
.col_2{
	color:#0C336E;
	font-size:15px;
	text-align:right;
	font-weight:normal;
}
.col_3{
	color:#000000;
	font-size:15px;
	text-align:left;
	font-weight:normal;
}
.won_remainder {
	color:#ba0d06;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}
.won_remainder:hover {
	color:#000;
}
