/*DEFAULT STYLES
Website crafted by Cloud Web Solutions. Hosting and developing on the Cloud CMS Copyright 2015. All Rights Reserved. www.cloudwebsolutions.com
*/

.no-js #loader { display: none;  }

.js #loader { display: block; position: absolute; left: 100px; top: 0; }

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(/robertpearson/images/gear2.gif) center no-repeat #fff;
}


*
{
	margin:0px;
	padding:0px;
	border:0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img
{
	max-width:100%;
	height:auto;
}

ul
{
	margin-left:20px;
}

form
{
  padding:20px;
  background-color:#F2F2F2;
  border:solid 1px #eee;
}

form div
{
  margin-bottom:10px;
}

/*FORMS*/

input[type="text"], input[type="password"]
{
	padding:15px;
	width:100%;
	border: 1px solid #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	font-size:18px;
	color:#666;
}

select
{
	padding:15px;
	width:100%;
	border: 1px solid #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	font-size:18px;
	/*background: url(/cloudresp/images/select.png) no-repeat right #fff;*/
	color:#666;
}

textarea
{
	padding:15px;
	width:100%;
	border: 1px solid #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	font-size:18px;
	color:#666;
}


input[type="submit"], input[type="button"]
{
	background-color: #000;
	border: 0px;
	color:#FFFFFF;
	cursor:pointer;
	padding-top: 10px;
	padding-right: 14px;
	padding-bottom: 10px;
	padding-left: 14px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    font-size:16px;
    width:100%;
    text-transform:uppercase;
    -webkit-appearance: none;
	font-family: 'Poppins', sans-serif;
	transition: all .2s ease-in-out;
}

input[type="submit"]:hover, input[type="button"]:hover
{
	background-color: #333;
	transform: scale(1.1);
}

.error, .prompt
{
    padding:10px;
    background-color:#CC0000;
    color:#fff;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
  margin-bottom:15px;
  
}

/*TABLES*/

table 
{
  width:100%;
  border-collapse:collapse;
}

table td 
{
  border-bottom:0px solid #CCCCCC;
  padding:0px;
  text-align:left;
}

form table td
{
  padding:10px;
}


