.ret_msg{ 
 margin:10px;
}


.text_err_msg{ 
  margin:10px 10px 10px 10px;
 padding:20px;
 font-size: 150%;
 font-weight: bold;
font-family: arial, verdana, san-serif;
 color: maroon;
}

.text_ret_msg{ 
 margin:10px 10px 10px 10px;
 padding:20px;
 font-size: 150%;
 font-weight: bold;
font-family: arial, verdana, san-serif;
 color: #1c8034;
}



table.register
{text-align: center;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 11px;
color: #fff;
width: 500px;
background-color: #EEE;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;}

table.register td
{background-color: #e0e0e0;
color: #000;
padding: 4px;
text-align: left;
border: 1px #fff solid;
}

table.register td.left
{background-color: #eee;
color: #333;
padding: 4px;
text-align: right;
border-bottom: 2px #fff solid;
font-weight: bold;
width:150px;
}


table.register td.required
{background-color: #faf1e6;
color: #333;
padding: 4px;
text-align: right;
border-bottom: 2px #fff solid;
font-weight: bold;
width:150px;
}


table.register td.head
{background-color: #6588ae;
color: #fff;
padding: 4px;
text-align: left;
border-bottom: 2px #fff solid;
font-size: 12px;
font-weight: bold;}

table.register td.submit
{background-color: #89414a;
color: #fff;
padding: 4px;
text-align: center;
border-bottom: 2px #fff solid;
font-size: 12px;
font-weight: bold;}


form{
	padding:0px; margin:0px;	
}

.button{ 
	font-weight:bold;
}

input.textbox_large{
	width:500px;
}

.textarea_large{
	width:500px;
	height:400px;
}

input.textbox_med, input.textbox_medium{
	width:300px;
}

input.textbox_sm{
	width:140px;
}

.textarea_med{
	width:600px;
	height:100px;
}

input.textbox_small{
	width:150px;
}

.form_header{
	font-size:150%;
	color:#495e8e;
	font-weight:bold;
	border-bottom: 1px solid #495e8e;

}

