/*  css for the OUYA code - ozane */

.buttonincdec
{
	margin: 5px 5px 0px 5px;
	text-indent: -9999px;
	cursor: pointer;
	width: 20px;
	height: 20px;
	float: left;
	text-align:
	center;
	background: url("../images/btn_inc_dec.png") no-repeat;
}


.dec
{
	background-position: 0 -20px;
}

#errors
{
	color:red;
	margin-left:20px;
	font-size:12px;
}

#confirmationMessage
{
	color:blue;
	margin-left:20px;
	font-size:12px;
}

p.tinytext
{
	font-size:12px;
	margin-left:0px;
}

span.field
{
	color: #666;
	margin-left:20px;
	font-size: 12px;
}

.formFieldLabel
{
	width: 150px;
	float: left;
	clear: left;
	text-align: left;
	white-space: nowrap;
	min-width: 5em;
	color: #666;
	margin-left:20px;
}

.ouyaCodeDiv
{
	margin-left:150px;
	margin-right:100px;
}

.select-wpcf7-form-control {
	width: 160px !important;
}
