/*
CSS 	  
*/

* { padding: 0; margin: 0; }
p { margin: 0 10px 10px 0; }
td { vertical-align: top; padding: 0 0 10px 0;}
input.textfield, textarea.textfield { width: 300px; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px; 
 background-image: url(../img/bg-body.png);
 background-repeat: repeat-x;
}
#wrapper { 
 margin: 0 auto;
 width: 765px;
 background-color: #FFF;
 padding: 15px 30px 15px 30px;
}
#bg-wrapper {
 background-image: url(../img/bg-wrapper.png);	
}
#header {
 color: #333;
 padding: 10px;
 border-top: 2px solid #336699;
 height: 50px;
 margin: 0;
 background-image: url(../img/bg-header.png);
}
#leftcolumn { 
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 130px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 margin: 0px 0px 0px 0px;
 width: 607px;
 display: inline;
}
#rc_header {
 padding: 10px;	
 height: 228px;
 background-image: url(../img/invite-header.jpg);
}
#rc_header_vat {
 padding: 10px;	
 height: 228px;
 background-image: url(../img/vat-header.jpg);
}
#rc_header_employment {
 padding: 10px;	
 height: 228px;
 background-image: url(../img/employment-header.jpg);
}
#rc_header_employee {
 padding: 10px;	
 height: 228px;
 background-image: url(../img/employee-insider2.jpg);
}
#rc_header_efraud{
	padding: 10px;
	height: 228px;
	background-image: url(../img/efraud-header.jpg);
}
#rc_body {
 padding: 10px;	
}
#topicwrap_left {
 float: left;
 width: 100px;
}
#topicwrap_right {
 float: right;
 width: 450px;
}
#received_left {
 float: left;
 width: 210px;
 height: 57px;
 background-image: url(../img/blue-key.jpg);
 padding-left: 65px;
 background-repeat: no-repeat;
}
#received_right {
 float: right;
 width: 210px;
 height: 57px;
 background-image: url(../img/mono-key.jpg);
 padding-left: 65px;
 background-repeat: no-repeat;
}
#footer { 
 clear: both;
 color: #333;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 background-image: url(../img/bg-header.png);
}
.clear {
 clear: both;	
}
.bluebold {
 font-weight: bold;
 color: #3399CC;	
}
.smalltext {
 font-size: 9px;
}
.tel {
 font-size: 14px;
 line-height: 40px;
 color: #FFF;
 font-weight: bold;
 margin-left: 480px;
}