/*DEFAULT STYLES
Website crafted by Cloud Web Solutions. Hosting and developing on the Cloud CMS Copyright 2015. All Rights Reserved. www.cloudwebsolutions.com
*/
*
{
	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
{
  
}

/*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: #999;
	border: 0px;
	color:#FFFFFF;
	cursor:pointer;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    font-size:18px;
    width:100%;
    text-transform:uppercase;
    -webkit-appearance: none;
}

input[type="submit"]:hover, input[type="button"]:hover
{
	background-color: #6E4B4E;
}


.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-top:1px solid #CCCCCC;
  padding:10px;
  text-align:left;
}
