fieldset {
	width : 100%;
	min-width: 0; /* To overcome problem of min-width on android. See http://stackoverflow.com/a/17863685/3093080 */
	margin-left : auto;
	margin-right : auto; 
}

fieldset   li,
fieldset   ul {
	border : 0;
	margin : 0;
	padding : 0;
	list-style : none; 
}

fieldset   li {
	clear : both;
	list-style : none;
	padding : 0.5em; 
}

fieldset   input {
	/*width : 26.4em;*/
	width: 100%;
	float : left; 
	margin-bottom: 10px;
}

fieldset   label {
	/*width : 10.0em;*/
	float : left; 
}

fieldset   textarea {
	/*width : 37.0em;*/
	width: 100%;
	height : 15.0em;
	overflow-x: hidden;
	float : left;
}

fieldset h3{
	margin-top:5px;
	margin-bottom:0px;
}

.newspaper-accordion-spacer {
	width:1px;
	height:10px;
}


.myButton {
	background-color:#44c767;
	-moz-border-radius:17px;
	-webkit-border-radius:17px;
	border-radius:17px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:26px;
	padding:7px 18px;
	text-decoration:none;
	max-width:13em;
	width:100%;
}

.myButton:hover {
	background-color:#5cbf2a;
}

.myButton:active {
	position:relative;
	top:1px;
}