 .SumoSelect{
 	width: 100% !important;
 }
 .error, .info{
 	padding: 5px;
 	width: 100%;
 }
 .info{
 	color: #2ea3f2;
 	border: 1px solid #2ea3f2;
 	margin-bottom: 15px !important;
  	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
 }
 .errorbox{
 	color: red;
 	border: 1px solid red;
 	padding: 10px !important;
 	margin-bottom: 10px;
 	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
 }
 select{
 	width: 100%;
 }
 .decline{
 	color: red;
 }
 .accept{
 	color: green;
 }
 .check{
 	color: #2ea3f2;
 }
 #registerForm input 
 {
 	width: 100% !important;
 }
 .participants input{
 	width: 100%;
 }
 .info > ul{
 	list-style-type: none !important;
 }
 .retire, .retire:hover{
 	text-decoration: underline !important;
 }