/*
custom styles for the plugin 
*/
.rwp_input_desc{
	font-size: 10px;
    font-weight: normal;
	display: block;
}
.rwp_input_desc_bold{
	font-size: 10px;
    font-weight: normal;
	font-weight:700;
	display: block;
}
.rwp_input{
	width:350px;
	display: block;
}
.form-table th {
    padding: 10px 5px 10px 0;
    line-height: inherit;
}