#pushed_checkbox_send_push {
	margin: 1px 1px 0 0;
}

#pushed_message_content {
	width: 100%;
	height: 100px;
}

#pushed_select_source {
	width: 100%;
}

.pushed_error_msg {
	background-color: #fb6b5b;
	color: #ffffff;
	display: inline;
	padding: .2em .6em .3em;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}

.pushed_success_msg {
	background-color: #65bd77;
	color: #e2f3e5;
	display: inline;
    padding: .2em .6em .3em;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

input[name='pushed_app_key[text_string]'],
input[name='pushed_app_secret[text_string]'],
input[name='pushed_target_alias[text_string]'],
select[name='pushed_target_type[text_string]'],
input[name='pushed_api_key[text_string]']{
	width: 50%;
}