/*--------------------------------------------------*/
/* Switched On					                    */

	#switched {
		background: #ffde00 url("/a/img/switchedOn/switched.gif") no-repeat 100% 100%;
		color: #000;
		padding: 16px;
		margin: 16px 0 0;
	}

		#switched form {
			margin: 12px 0;
		}

			#errorList {
				margin-bottom: 20px;
			}

			#switched form label {
				width: 200px;
				color: #000;
			}

			#switched form .row input,
			#switched form .row select {
				width: 180px;
			}

			#switched form #submit {
				background: transparent url("/a/img/switchedOn/arrow.gif") no-repeat 100% 50%;
				border: 0;
				color: #ff0000;
				font-size: 1.1em;
				padding: 0 12px 0 0;
				margin: 12px 0 0;
				text-align: right;
			}