.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
	width:70%;
	padding:14px;
}

#TB_window .myform {
	width: 90%;
	margin: 0 auto;
}

/* ----------- stylized ----------- */
.stylized{
	border:solid 2px #ccebb7;
	background:#e9f3da;
	margin-bottom: 1em;
}
.stylized h1 {
	font-size:20px;
	font-weight:bold;
	margin-bottom:8px;
}
.stylized p{
	font-size:16px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 1px #ccebb7;
	padding-bottom:10px;
}

#stylized{
	border:solid 2px #ccebb7;
	background:#e9f3da;
	margin-bottom: 1em;
}
#stylized h1 {
	font-size:20px;
	font-weight:bold;
	margin-bottom:8px;
}
#stylized p{
	font-size:16px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 1px #ccebb7;
	padding-bottom:10px;
}
#stylized span{
	color:#666666;
}
#stylized label{
	display: block;
	font-weight:bold;
	text-align:right;
	width:140px;
	line-height: 1em;
	float: left;
}
#stylized .small{
	color:#666666;
	display:block;
	font-size:12px;
	font-weight:normal;
	text-align:right;
	width:140px;
}
#stylized input{
	font-family: Papyrus, 'Palatino Linotype', Verdana, Geneva, sans-serif;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #ccebb7;
	width:200px;
	margin:2px 0 20px 10px;
	float: left;
}

#stylized textarea {
	font-family: Papyrus, 'Palatino Linotype', Verdana, Geneva, sans-serif;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #ccebb7;
	width:300px;
	height: 150px;
	margin:2px 0 20px 10px;
	float: left;
}

#stylized select {
	font-family: Papyrus, 'Palatino Linotype', Verdana, Geneva, sans-serif;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #ccebb7;
	width:200px;
	margin:2px 0 20px 10px;
	float: left;
}

#stylized button{
	font-family: Papyrus, 'Palatino Linotype', Verdana, Geneva, sans-serif;
	clear:both;
	margin-left:150px;
	width:125px;
	height:30px;
	background: #e9f3da url('../img/sendbtn.png') no-repeat;
	cursor: pointer;
	text-align:center;
	line-height:31px;
	font-size:11px;
	font-weight:bold;
	border: 0;
}

#stylized button.login {
	background: #e9f3da url('../img/loginbtn.png') no-repeat;
}

#stylized button.logout {
	background: #e9f3da url('../img/logoutbtn.png') no-repeat;
}

#stylized button.submit {
	background: #e9f3da url('../img/submitbtn.png') no-repeat;
}

#stylized button.add {
	background: #e9f3da url('../img/addbtn.png') no-repeat;
}

#stylized button.update {
	background: #e9f3da url('../img/updatebtn.png') no-repeat;
}

#stylized button.edit {
	background: #e9f3da url('../img/editbtn.png') no-repeat;
}

#stylized button.delete {
	background: #e9f3da url('../img/deletebtn.png') no-repeat;
}

#stylized button.save {
	background: #e9f3da url('../img/savebtn.png') no-repeat;
}