/* other donate page specific styles */ 
#press-release input.press-release-title {
		border: 1px solid #d9d9d9;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		width: 96%;
		padding: 0px 2% 0px 2%;
		-moz-border-radius: 5px;
		height: 47px;
		font-size: 20px;
		margin: 10px 0px 20px 0px;
		color: #999998;
	}
	
	#press-release textarea.press-release-description {
		border: 1px solid #d9d9d9;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		width: 96%;
		padding: 10px 2% 0px 2%;
		-moz-border-radius: 5px;
		height: 47px;
		font-size: 12px;
		margin-top: 10px;
		color: #999998;
	}
	
	input#press-release-submit {
		cursor: pointer;
		outline: none;
		background-color: #e6f1da;
		color: #376531;
		padding: 10px 27px 10px 27px;
		border: 1px solid #2bb04a;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		display: block;
		margin: 20px auto;
		font-size: 16px;
	}
 
	input#press-release-submit:hover {
		background-color: #eee;
	}
	
	h3.press-release-header {
		margin-top: 15px;
	}

	.ccm-attribute-type-select-autocomplete .btn{
		background: none;
		border-top: 1px solid #8fbae1;
		border-bottom: 1px solid #8fbae1;
		border-right: 1px solid #8fbae1;
		border-left: 1px solid #8fbae1;
		color: #567fa3;
	}
	
	#description-note { font-size: 11px; }
	
	.press-release-editor-container {
		padding-bottom:30px;
	}
	
	.press-release-instructions {
		font-size: 12px;
	}
	
	.errors ul {
		background-color: #f2dede;
		border-color: #eed3d7;
		color: #b94a48;
		font-weight: normal;
		margin-bottom: 20px;
		padding: 10px 0px 10px 0px;
	}
	
	.errors ul li {
		padding: 5px 10px;
	}
	
	.success p {
		padding: 5px 10px;
		margin-bottom: 20px;
		background: #DFF0D8;
		display: block;
	}