<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*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;
}

/* -------- FORMS----------- */

form
{
	padding:5%;
	background-color:#eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

input[type="text"], input[type="password"]
{
	padding:11px;
	width:95%;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

select
{
	padding:11px;
	width:95%;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

textarea
{
	padding:11px;
	width:95%;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


input[type="submit"], input[type="button"]
{
	background-color: #333;
	border: 0px;
	color:#FFFFFF;
	cursor:pointer;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size:16px;
}


.error, .prompt
{
    padding:10px;
    background-color:#CC0000;
    color:#fff;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
  margin-bottom:0px;
  
}

/* -------- TABLES----------- */

table 
{
  width:100%;
  border-collapse:collapse;
}

table td 
{
  padding:10px;
}




.left
{
	text-align:left;
}

.right
{
	text-align:right;
}</pre></body></html>