.subscribe_edit{

}



	.rubriki {
		margin-bottom: 20px;
	}
	
	.subscribe_edit input[type="text"] {
		border: 0px;
		padding: 7px 15px;
		font-size: 16px;
		font-family: "Open Sans";
		margin-bottom: 15px;
		-webkit-box-shadow: inset 0 0px 0 #4a090b, 0 -1px 3px 0 rgba(0, 0, 0, .23);
		box-shadow: inset 0 0px 0 #4a090b, 0 -1px 3px 0 rgba(0, 0, 0, .23);
		width: 100%;
		color: #292728;
		max-width: 300px;
	}

	.subscribe_edit .sub {
		border: 0;
		background: #5162a5;
		padding: 5px 25px;
		margin-bottom: 10px !important;
		cursor: pointer;
	}


	.rubrika {
		margin-bottom: 10px;
	}
	
	.rubrika label  {
		display: inline-block;
	}
	
	
	
	

	.subscribe_edit .jq-checkbox {
		width: 15px;
		height: 15px;
		float: left;
		margin-right: 10px;
		background: url(images/check.png) no-repeat bottom left ;
	}
	.subscribe_edit .jq-checkbox.checked {
		width: 15px;
		height: 15px;
		background: url(images/check.png) no-repeat bottom right;
		margin-right: 10px;
	}

	.subscribe_edit .__button{
		margin-bottom: 15px;
	}

	.subscribe_edit .errortext{
		padding-bottom: 6px;
		display: block;
	}