/** Styles for the Go Show reg form **/

body { 
   font-family: arial;
	background: url(http://www.ficsci.com/wp-content/uploads/2016/10/FicSci-logo-12.png) #394781;
	color: #ffffff;
}

x.content {
	width: 90%;
	
}

div#content {
		background-color: #4669b0;
	padding: 42px;
	margin-top: 36px;
	border-radius:14px
}

label {
   display: inline-block;
}

form#go_show_form {
	color: #ffffff;
	border-radius:12px;
	background-color: #4669b0;
	padding-top: 33px;
}

input#full_name_field {
	width: 100%;
	margin-bottom: 22px;
	background-color: rgba(255, 255, 255, 0);
	height: 28px;
	border-radius:6px;
	margin-top: 4px;
}

#go_show_form input {
width: 96%;
margin-bottom: 22px;
background-color: #394781;
height: 28px;
border-radius:6px;
margin-top: 4px;
	color: #ffffff;
	font: 16px "Courier New", Courier, mono;
	padding: 10px;
	border-style: none;
}

#go_show_form label {
	font-size: 14px;
	font-weight:100!important;
}

#go_show_form textarea {
	width: 96%;
	margin-bottom: 22px;
	background-color: #394781;
	height: 88px;
	border-radius:6px;
	margin-top: 4px;
color: #ffffff;
	font: 16px "Courier New", Courier, mono;
	padding: 10px;
	border-style: none;
}

div#content {
	margin-right: auto;
	margin-left: auto;
	max-width:500px;
}
