/*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
{
  padding:20px;
  background-color:#fff;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border:solid 1px #ccc;
}

/*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;
    height:80px;
}


input[type="submit"], input[type="button"]
{
	background-color: #6F5C5E;
	border: 0px;
	color:#FFFFFF;
	cursor:pointer;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    font-size:22px;
    width:100%;
    text-transform:uppercase;
    -webkit-appearance: none;
	font-family: 'Alice', serif;
	transition: all .2s ease-in-out;
}

input[type="submit"]:hover, input[type="button"]:hover
{
	
}

.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:10px;
  text-align:left;
}
