@charset "utf-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #ddd; /* 42413C */
	margin: 0;
	padding: 0;
	color: #000;
}
a:link, a:visited {
	color: #36C;
	text-decoration: none;
	outline: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}

.heading3 {
	color: #444;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}

.headerbar {
	background-color: #fff;
	height: 50px;
	width: 100%;
	border-top: 1px solid #ccc;
}
.headerbarborder {
	height: 1px;
	background-color: #bbb;
}
.headerbarcontent {
	background-color: #fff;
	color: #444;
	height: 50px;
	width: 680px;
	margin-right: auto;
	margin-left: auto;
}
.logo {
	float: left;
	padding-left: 5px;
	margin: 12px 5px 0 0;
	line-height: 25px;
	font-size: 24px;
	font-weight: bold;
	color: #287BA4;
}
.login {
	float: left;
	padding-left: 95px;
	margin: 12px 5px 0 0;
	line-height: 28px;
	font-size: 18px;
	font-weight: bold;
	color: #7DBFDF;
}
.domain {
	float: right;
	color: #777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-top: 22px;
	margin-right: 5px;
	line-height: 10px;
	font-weight: ;
}
.container {
	width: ;
	background-color: #; /* EADCAE */
	padding: 50px 0 0 0px;
	margin: 0px auto 0 auto;
}
.footer {
	background-color: #; /* EADCAE */
	color: #888;
	font-size: 15px;
	margin-top: 0px;
	text-align: center;
	height: 30px;
	border-bottom: solid 0px;
	border-color: #; /* #E6D5B3 */
}
/* Details box */
.details {
	background-color: #fff;
	width: 656px;
	margin: 0 auto 10px auto;
	border-radius: 4px;
	border-bottom: solid 0px;
	padding-bottom: 20px;
}
.details-heading {
	color: #555;
	padding: 12px 0 0 20px;
	font-size: 18px;
	font-weight: bold;
}
.sharebuttonemail {
	float: right;
	margin-top: 15px;
	height: 18px;
	width: 28px;
	border: solid 1px #aaa;
	border-radius: 1px;
}
.sharelink {
	float: right;
	background-color: #;
	height: 21px;
	width: 62px;
	padding-top: 1px;
	padding-left: 1px;
	margin-top: 14px;
	margin-right: 8px;
	margin-left: 8px;
}
.details-text {
	color: #555;
	padding: 20px 20px 0 20px;
	font-size: 15px;
}
/* Form box */
.form-box {
	background-color: #fff;
	width: 656px;
	margin: 0 auto 10px auto;
	border: solid 0px;
	border-radius: 5px;
}
.topbar {
	color: #39C;
	font-size: 14px;
	height: 25px;
	padding: 12px 0 0 20px;
	margin-bottom: 40px;
}

/* Note 1 - Styling for form */

form {
	height: 289px; /* use below */
	padding-left: 140px;
}
label, input, textarea {
	font-size: 14px;	
	font-family: Arial, Helvitica, sans-serif;
	color: #999;
}
.label0 {
	display:none;
}
.input0 {
	display:none;
}
.label1 {
	margin-left: 0px;
	display:block;
}
.input1 {
	color: #222;
	margin: 10px 0px 10px 0px;
	border: 1px solid #aaa;
	width: 300px;
	padding: 2px;
}
.label2 {
	margin-left: 0px;
	display:block;
}
.input2 {
	color: #222;
	display:block;
	margin: 10px 0px 17px 0px;
	border: 1px solid #aaa;
	width: 300px;
	padding: 2px;
	height: 85px;
    resize: none;
}
.input3 {
	color: #000;
	width: 100px;
	font-size: 14px;
}
.commentary {
	margin-left: 16px;
	color: #39C;
}

/* Note 2 - Styling for submission result */

.form-result {
	padding-top: 110px;
	height: 256px; /* form height + 77px - padding-top */
}
.container1 { /* empty box above container2 */
}
.container2a {
	background-color: #fff;
	height: 110px;
	color: #555;
	border: 1px solid #39C;
	font-size: 14px;
	margin: 0 140px;
	padding: 40px 0 0px 25px;
}
.container2b {
	background-color: #fff;
	height: 110px;
	color: #555;
	border: 1px solid #39C;
	font-size: 14px;
	margin: 0 140px;
	padding: 40px 0 0px 25px;
}
.container3 {
}