div#right_main_container {
	background-color: #fafafa;
	float: left;
	width: 577px;
	height: auto;
}


div#title {
	padding-top: 8px;
	padding-left: 17px;
	width: 495px;
}

div#form_data {
	width: 538px;
	height: 250px;
	background-color: #f9eff9;
	border: 1px solid;
	border-color: #e8c1e8;
}

div#left_content {
	width: 171px;
	padding-top: 29px;
	padding-left: 40px;
	float: left;
}

.label {
	color: #b718b7;
	font-size: 12px;
	font-weight: bold;
}

label {
	color: #b718b7;
	font-size: 12px;
	font-weight: bold;
}

.info {
	font-size: 12px;
}

.left_image {
	padding-top: 12px;
}

div#center_content {
	float: left;
	padding-top: 18px;
	padding-left: 27px;
}

div#right_content {
	float: left;
	padding-top: 29px;
	padding-left: 22px;
	
}

div#right_content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #b718b7;
}

div#right_content a:hover {
	text-decoration: underline;
}

.link {
	padding-bottom: 35px;
}

.paragraph {
	font-size: 12px;
	color: #333333;
	width: 538px;
	padding-left: 16px;
}

.text_input {
	width: 155px;
	height: 18px;
	border: 1px solid;
	border-color: #8f8a90;
}

.text_area {
	border: 1px solid;
	border-color: #8f8a90;
	height: 81px;;
	width: 155px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input#send_button {
	background-image: url(../images/save_address_button.jpg);
	background-repeat: no-repeat;
	width: 70px;
	height: 21px;
	border:0px;
	margin-top: 5px;
	display:block;
	color:#B718B7;
	font: 12px Arial,Helvetica,sans-serif;
}

div#send_button a {
	font-weight: normal;
}