
a.surveyTitle:hover {
	text-decoration: underline;
}

.surveyTitle {
	font-weight: bold;
	letter-spacing:-1px;
	color: #003366;
	font-size: 1.4em;
	text-decoration: none;
}


h2 span {
	background: #000000;
	color: #ffffff;
	padding-right: 28px;
	text-transform: uppercase;
}
	

.inputtext {
	margin-bottom: 8px;
}

.surveyInfoBox {
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
	float: left;
	background: #e8e8e8 url(/img/gradient.png) 0 0 repeat-x;
	font-size: 0.8em;
	color: #aaa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	margin-right: 8px;
	margin-bottom: 8px;
}

.surveyInfoButton {
	text-align: center;
	float: left;
	font-size: 0.8em;
	color: #aaa;
	margin-right: 8px;
	margin-bottom: 8px;
	background: url(/img/icondelete.gif) no-repeat center top;
}

.surveyInfoButton a {
	display: block;
	padding-top: 34px;
	width: 40px;
}

.surveyInfoBox span {
	font-size: 1.5em;
	font-weight: bold;
}

.surveyInfoBox a, .surveyInfoBoxButton a {
	text-decoration: none;
	color: #fff;
}

.boxesHolder {
	margin: 8px;
}

.createSurveyButton {
	background: #ff46ad url(/img/gradient.png) 0 0 repeat-x;
	padding: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
	color: #eee;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
	border:4px solid #aaa;
	cursor: pointer;
	
}

.createSurveyButton:hover {
	background-color: #ff008d;
}