body {	
	background:#E8EAE3 url(../images/background_textures_024.jpg) repeat;
}
fieldset {
	border:1px dashed #CCC;
	padding:7px;
	margin-top:20px;
	margin-bottom:20px;
	width:100%;
	background:#F7E3AF /*url(../images/love_14.gif) repeat*/;
}
legend {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	letter-spacing: -1px;
	font-weight: bold;
	line-height: 1.1;
	color:#23213A;
	background: #F9CC00;
	border: 1px solid #9B9E78;
	padding: 2px 6px;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 175%;
	letter-spacing: -1px;
	font-weight: normal;
	line-height: 1.1;
	color:#333;
}
label {
	width:140px;
	height:32px;
	margin-top:3px;
	margin-right:2px;
	padding-top:11px;
	padding-left:6px;
	background-color:#F2D69F;
	float:left;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 115%;
	letter-spacing: -1px;
	font-weight: normal;
	line-height: 1.1;
	color:#666;
}
.form {
	margin:0;
	padding:0;
}
#container {
	width:770px;
	margin:auto;
	padding:2px;
	
}
#top {
	width:680px;
	height:20px;
	
}
#leftSide {
	width:530px;
	padding-top:30px;
	float:left;
}
#rightSide {
	background-color:#fff;
	width:180px;
	padding:5px;
	margin-top:30px;
	margin-bottom:15px;
	float:right;
	height: 110px;
	border:1px solid #CCC;
	font:normal 12px Arial;
	color:#555555;
}
#rightSidePersonal {
	background-color:#fff;
	width:180px;
	padding:5px;
	margin-top:15px;
	margin-bottom:30px;
	float:right;	
	height: 165px;
	border:1px solid #CCC;
	font:normal 12px Arial;
	color:#666666
}
#rightSideProfessional {	
	background-color:#fff;
	width:180px;
	padding:5px;
	margin-top:20px;
	float:right;
	border:1px solid #CCC;
	font:normal 12px Arial;
	color:#666666
}
.clear {
	clear:both;
}
.holder {
	background-color:#fff;

}
.div_texbox {
	width:347px;
	float:right;
	background-color:#F7EACA;
	height:35px;
	margin-top:3px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
}

.textbox {
	background-image: url(../images/16t.png);
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-position:left;
	width:285px;
	font:normal 18px Arial;
	color: #666666;
	padding:3px 5px 3px 19px;
}
.verifybox {
	background-image: url(../images/16t.png);
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-position:left;
	width:45px;
	font:normal 18px Arial;
	color: #666666;
	padding:3px 5px 3px 19px;
}
.dropdownbox {
	background-image: url(../images/16t.png);
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-position:left;
	width:310px;
	height:35px;
	font:normal 18px Arial;
	color: #999999;
	padding:3px 5px 3px 19px;
}
.dropdownbox_dynamic {
	background-image: url(../images/16t.png);
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-position:left;
	width:490px;
	height:35px;
	font:normal 18px Arial;
	color: #999999;
	padding:3px 5px 3px 19px;
}
.textarea {
	background-image: url(../images/16t.png);
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-position:left;
	width:285px;
	height:70px;
	font:normal 18px Arial;
	color: #999999;
	padding:3px 5px 3px 19px;
}
.textbox:focus, .textbox:hover {
	background-color:#F9F4CF;
}

.username {
    background-image: url(../images/16m.png);
    background-repeat: no-repeat;
    background-position:left;
    background-color:#FFFFFF;
	width:285px;
    font:normal 18px Arial;
    color: #555444;
    padding:3px 5px 3px 19px;
}
.username:focus, .username:hover {
	background-color:#FCF407;
}
   
.password {
    background-image: url(../images/16s.png);
    background-repeat: no-repeat;
   	background-position:left;
   	background-color:#FFFFFF;
	width:285px;
    font:normal 18px Arial;
    color: #222;
    padding:3px 5px 3px 19px;
}
.password:focus, .password:hover {
	background-color:#FCF407;
}

.button_div {
	width:auto;
	float:right;
	text-align:right;
	background-color:#F2F4D0;
	border:1px solid #ccc;
	text-align:right;
	height:35px;
	margin-top:3px;
	padding:5px 32px 3px;
}
.buttons {
	background: #EFF2ED;
	font-size:12px; 
	color: #727573; 
	padding: 6px 14px;
	border-width: 2px;
	border-style: solid;
	border-color: #fff #d8d8d0 #d8d8d0 #fff;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
}