#introduction {
	width: 390px;
	height: 230px;
	padding: 10px 10px 10px 0;
	position: relative;
	float: left;
}

#encrypt_form {
	float: right;
}

#decrypt_form {
	float: right;
}

#encrypt_form div {
	width: 310px;
	margin-bottom: 10px;
}

#decrypt_form div {
	width: 310px;
	margin-bottom: 10px;
}

#image_upload {
	background-image: url('images/box_330_86.png');
	height: 86px;
	padding: 0 10px 0 10px;
}

#file_upload_container {
	position: relative;
}

#img_file {
	text-align: right;
}

#fake_file_upload_box {
	width: 230px;
	text-align: left;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	padding-bottom: 1px;
	display: none;
}

div.field_caption {
	margin-top: 6px;
	font-size: 14px;
}

#text_entry {
	background-image: url('images/box_330_240.png');
	height: 220px;
	padding: 10px;
	border: 0;
}

#text_entry textarea {
	width: 296px;
	height: 160px;
	border-style: solid;
	border-color: rgb(128,128,128);
	padding: 5px;
}

#password_entry {
	background-image: url('images/box_330_86.png');
	height: 86px;
	padding: 0 10px 0 10px;
}

#password_entry input {
	width: 306px;
	border-style: solid;
	border-width: 2px;
	border-color: rgb(128,128,128);
}

#browse_galleries {
	margin-left: 420px;
	margin-top: 40px
}

#image_container {
	margin: 20px auto 0 auto;
	text-align: center;
}

#encrypted_image {
	display: block;
	margin: auto;
}

#decrypted_message {
	font-size: 24px;
}
