
span.red {
    font-weight         :   bold;
    color               :   #cc0000;
}

div#formcon {
	position:			relative;
	float:				left;
	width:				393px;
	margin-top:			20px;
	padding-top:		15px;
	
	border-top:			1px solid #bfafa3;
}

table#registertab th {
    text-align          :   left;
    padding             :   3px;
}

table#registertab td {
    padding             :   3px;
}

div.errormessage {
    background-color    :   #cc0000;
    color               :   #ffffff;
    padding             :   10px;
}

div.errormessage h3 {
    font-size           :   18px;
    margin              :   0px;
    margin-bottom       :   10px;
}

div.errormessage p {
    margin              :   0px;
}

input {
	width:				220px;
	height:				14px;
	
	background:			#f3f0ee;
	border-top:			1px solid #6a6967;
	border-left:		1px solid #6a6967;
}

select#country_id,
select#sector_id {
	width:				200px;
	/*
    height:				16px;
    */
	border-top:			1px solid #6a6967;
	border-left:		1px solid #6a6967;
}

input.checkbox {
	width:				20px;
	border:				none;
	background-color:	#fff;
}


