/** Desktop **/

p
	{display: inline; padding-right: 25px;}

.nospace
	{display: none;}

span.check
	{padding-left: 25px; width: 1.25em;}

textarea
	{resize: none; width: 31.25em; height: 6.25em; padding: 10px;}

input, textarea, select, checkbox
	{background-color: #ffffff; color: black; border:1px; border-radius:5px; box-shadow: 0px 0px 1px #000000;}

radio
	{background-color: #ffffff; color: black;}

input
	{padding: 10px;}

fieldset
	{padding: 20px; margin-bottom: 15px;}

fieldset div
	{margin-bottom: 10px;}

/** Placeholder text color **/

::-webkit-input-placeholder {color: #808080;}

:-moz-placeholder {color: #808080;}  /* Firefox 18- */

::-moz-placeholder {color: #808080;}  /* Firefox 19+ */

:-ms-input-placeholder {color: #808080;}




/** MOBILE CSS **/

@media only screen and (max-width: 480px) {

p span
	{display: block;}

span.mblock
	{padding-right: 50px;}

span.check
	{padding-right: 0px; width: 0px;}

textarea
	{resize: none; width: 17.1875em; height: 6.25em;}

	}





