@charset "utf-8";
/* CSS Document */

* {
	-webkit-text-size-adjust:none;
	text-decoration: none;
}


body {
	width: 100%;
	background-color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 120%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.powered-by {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	margin-top: 0px;
}

.powered-by a {
	color:#000000;
}


#content {
	margin-right: 5px;
	margin-left: 5px;
}
/* common parts */
a {
	color:#222;
	text-decoration: none;
}
p {
	text-align: center;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	color: #FFFFFF;
}
img {border-style:none;}

form, fieldset {
	padding:0;
	border-style:none;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: center;
}
input, select, label, textarea {
	vertical-align:middle;
	width: 80%;
	height: 25px;
	padding-left: 2px;
	margin-bottom: 6px;
}
input.text, select, textarea {
	font:15px "HelveticaNeue", arial, sans-serif;
	color:#222;
}

/* main blocks */

h1 {
	color:#fff;
	margin:0;
	font-size:17px;
	line-height:40px;
	text-align:center;
	background-color: #1b1b1b;
	background-image: url(../images/header-bg.jpg);
	background-repeat: repeat-x;
	height: 40px;
}

h2 {
	color:#000000;
	font-size: 17px;
	font-weight: bolder;
	line-height: 120%;
	text-align: center;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

h3 {
	color:#FFFFFF;
	font-size: 13px;
	line-height: 120%;
	text-align: center;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-weight: normal;
}


.holder {
	background:#1b1b1b url(../images/pxl.gif) repeat-x 0 1px;
	color:#000000;
	text-align:center;
	padding:10px 0;
}

#form-fields {
	text-align: center;
}

.content input.text {
	width:80%;
	display:block;
	margin-top: 50;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	text-align: center;
}

#c2c-btn {
	text-align: center;
	color: #000000;
	margin-bottom: 15px;
}

#footer-container {
	text-align: center;
	color: #000000;
}

.logo {
		display:block;
		width:100%;
	}
		.v1col { width:100%; }
		.v2col { width:50%; }
		.v3col { width:33%; }
		.v4col { width:25%; }
		.vbtn  { width:90%; height:auto; }
		.categoriesSelect {
			padding:7px;
		}
