/* Splash Page ///////////////////*/

.splash-banner-pic {
	margin-bottom:20px;
	}

.splash-content {
	width:670px;
	margin:0 auto;
	}
	
	.splash-content a {
	color:#096993;
	text-decoration:underline;
	}

.splash-inputs {
	width:670px;
	border-top:1px solid #C0DBE4;
	padding:10px 0;
	}
	
	.logo-inputs {
	width:670px;
	border-top:1px solid #C0DBE4;
	padding:10px 0;
	}

.splash-inputs-borderless {
	padding-bottom:10px;
	width:670px;
	}
	

.splash-inputs label,
.splash-inputs-borderless label,
.logo-inputs label  {
	display:block;
	float:left;
	width:180px;
	line-height:24px;
	font-weight:bold;
	}
	
	.splash-inputs label span {
	font-weight:normal;
	}
	
	.splash-inputs input,
	.splash-inputs select,
	.splash-inputs-borderless select,
	.splash-inputs textarea {
	float:left;
	width:270px;
	padding:3px;
	border:1px solid black;
	font-weight:bold;
	background:white;
	}
	
	.splash-inputs textarea {
	height:80px;
	}
	
	.splash-inputs .tick-input {
		width:15px;
		height:15px;
		background:none;
		border:none;
		float:none;
		}
	
	
	.create-p {
		width:450px;
		margin:0 auto 20px auto;
		font-weight:bold;
		}
	
	.password-strength {
		display:block;
		float:left;
		padding-left:180px;
		width:490px;
		line-height:40px;
		font-weight:bold;
		}
	
	.tick-box {
		display:block;
		float:left;
		width:270px;
		line-height:24px;
		font-weight:bold;
		}
	
	.splash-upload-pic {
		display:block;
		float:left;
		width:450px;
		line-height:24px;
		font-size:11px;
		}
	
	.green-text {
		color:green;
		}
	
.splash-input-content {
	float:left;
	width:170px;
	padding-left:15px;
	font-size:10px;
	line-height:1.5;
	}

.community-address {
	float:left;
	line-height:30px;
	font-weight:bold;
	}
	
	.splash-inputs .community-address input {
		float:none;
		width:220px;
		}
	
	.splash-inputs .community-address a {
		color:red;
		font-size:10px;
		text-decoration:none;
		}
	
	.next-button {
		text-align:right;
		padding-right:28px;
		margin-bottom:40px;
		}
	
	.next-button-border {
		text-align:right;
		padding-right:28px;
		margin-bottom:40px;
		border-top:1px solid #C0DBE4;
	padding:10px 0;
		}

.logo-browse input {
	width:200px;
	padding:3px;
	margin-right:5px;
	border:1px solid #E8EBF2;
	font-weight:bold;
	background:white;
	margin-bottom:5px;
	}
	
	.logo-browse input.browse-button,
	.splash-inputs input.account-button,
	.browse-button {
	width:80px;
	padding:2px;
	border:0;
	border-right:1px solid #808080;
	border-bottom:1px solid #808080;
	font-weight:bold;
	background:#D0D0D0;
	font-weight:bold;
	margin-bottom:5px;
	cursor:pointer;
	}
	
	.browse-button-member {
	width:80px;
	padding:2px;
	border:0;
	border-right:1px solid #808080;
	border-bottom:1px solid #808080;
	font-weight:bold;
	background:#D0D0D0;
	font-weight:bold;
	margin-bottom:5px;
	cursor:pointer;
	margin-left:10px;
	}
	
	.splash-upload-pic input {
		margin-right:5px;
		}

.upload-button {
	padding-left:180px;
	}

.upload-button input {
	border-right:1px solid #808080;
	border-bottom:1px solid #808080;
	font-weight:bold;
	background:#D0D0D0;
	padding:3px;
	width:120px;
	cursor:pointer;
	}

.request-div {
	float:left;
	width:276px;
	}

.request-div input {
	margin-bottom:6px;
	font-weight:normal;
	}

.request-div textarea {
	width:270px;
	padding:3px;
	height:200px;
	border:1px solid #E8EBF2;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5;
	}

.splash-content .small-link {
	font-size:10px;
	color:#333;
	text-decoration:none;
	}
	
	.splash-content .small-link:hover {
	text-decoration:underline;
	}
	