	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;

		min-width:600px;		/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-family: 'Roboto Condensed', serif;
	background-image:url('../images/clover-background.jpg');
background-repeat:repeat;	
	}
	label {
	font-size:20px;
padding-bottom:15px;	}
	input {
	background-color: #ffffff;
border: 1px solid #cccccc;
height:20px;

	font-size:12px;
}
input.image{
	background-color: #ddf9cd;;
border: 0px;
}
input:focus {
    outline: none;
}
textarea {
	background-color: #ffffff;
border: 1px solid #cccccc;
font-size:12px;
}
form {
display: block;
}
a {
    	color:#000000;
    	text-decoration:none;
	}
	a:hover {
	text-decoration:underline;
	color:#308b02;
	}
	h1, h2, h3 {
		padding:0;
		clear:both;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}

	/* Header styles */
	#header {
		clear:both;

		width:100%;
	}
	#header {
padding-top:85px;
	}
	#header p,
	#header h1,
	#header h2 {

		margin:0;
	}
	
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
		/* right column background colour */
	}
	.threecol .colmid {
		right:23%;			/* width of the right column */

	}
	.threecol .colleft {
		right:60%;			/* width of the middle column */

	/* left column background colour */
	}
	.threecol .col1 {
		width:59%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
    		background:#fff;		/* center column background colour */
border-radius:15px;
	     -moz-border-radius:15px;	
 -webkit-border-radius:15px;
 behavior:url('css/border-radius.htc');
padding:25px;
	}
	.threecol .col2 {
		width:11%;			/* Width of left column content (column width minus padding on either side) */
		left:21%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:11%;			/* Width of right column content (column width minus padding on either side) */
		left:85%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	/* Footer styles */
	#footer {
  padding-top:25px;
        clear:both;
text-align: center;
        color:#000000;
        	    
	   
    }
    #footer p {
        padding:10px;
        margin:0;
    }
    #footer a {
    	color:#000000;
    	text-decoration:none;
	}
	 #footer a:hover {
		color:#00ff00;

		text-decoration:none;
	}
	#footerfoot {
	opacity:0.8;
margin: 0 auto;
width:58%;
	background:#ddf9cd;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	behavior:url('css/border-radius.htc');
	padding:10px;
	}
  #colsplitter {
  text-align:center;
float:left;
   width:33%;

              }
             
              #conform {
              border: 1px solid #cccccc;
              float:left;
              width:93%;
              background:#ddf9cd;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	behavior:url('css/border-radius.htc');
	padding: 25px;
	}
	#cre_form {
              border: 1px solid #cccccc;
              float:left;
              width:35%;
              background:#ddf9cd;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	behavior:url('css/border-radius.htc');
	padding: 25px;
	}
	.error {
	color:#ff0000;
	font-size:15px;
	display:block;
	}