

input {
	margin: 2%;
	width: 150px;
	height: 20px;
    border: none;
	margin-right: 10px;
}

.row .twoColumn #button {
	
	
}
#button2 {
	
}
select, option{
	z-index: 2;
}


#form-container{
	background-color:#f5f5f5;
	padding:15px;
	
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
}



a, a:visited {
	color:#00BBFF;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}



textarea{
	color:#404040;
	font-size:12px;
}

td > button{
	text-indent:8px;
}

.error{
	color: red;
	font-family: Verdana;
	font-size: 14px;
	text-transform:uppercase;
}

#loading{
	position:relative;
	bottom:9px;
	visibility:hidden;
}

.tutorial-info{
	color:white;
	text-align:center;
	padding:10px;
	margin-top:10px;
}


.jqTransformSelectWrapper ul, .jqTransformSelectWrapper ul li{
	z-index: 3;
	
}


.error_box {
	width: 357px;
	padding-top: 23px;
	position: absolute;
	left: -50px;
	top: 300px;
	background: transparent url(../exportmedia/errTop.png) no-repeat top;
	z-index: 2;
}

.errMid {
	background: transparent url(../exportmedia/errMid.png) repeat-y; 
	text-transform:uppercase;
	font-family: Verdana;
	font-size:12px;
	color: #c6c6c6;
	font-weight: 700;
	z-index: 2;
	padding-left: 10px;
}
.errBtm {
	background: transparent url(../exportmedia/errBtm.png) no-repeat bottom; height: 16px;
	z-index: 2;
}

.littleXbuttons {
	position: absolute;
	background-image: url(../exportmedia/little_x_button.png);
	z-index: 4;
	width: 24px;
	heigth: 23px;
	
}


