/* form.css */
p {margin:0; padding:0;}

form {
  margin:10px auto;
  padding: 20px 0 0 0;
  width: 300px;
  font-family:Arial, Helvetica, sans-serif;
}

/* For Login */

.login {width:300px; margin-bottom:5px}
.Label {
	font-size:12px;
	padding:0 10px 0 10px;
	font-weight:800;
	float:left;
	width:70px;
}
.txtbox {margin-bottom:5px; width:200px;}

/* For Membership */

.membership { width:300px; height:80px;}
.mtxt {
	font-size:12px;
	padding:0 10px 0 10px;
	font-weight:800;
	float:left;
	line-height:18px;
}
.mwrapper { 
	width:100px;
	float:left;
	margin-left:-10px;
	
}
.Label2 {
	font-size:12px;
	padding:0 10px 0 10px;
	margin:0;
	font-weight:400;
	float:left;
	width:200px;
}




/* For Jointype */
.jointype { width:300px; height:60px;}
.jointxt {
	font-size:12px;
	padding:0 10px 0 10px;
	font-weight:800;
	float:left;
}
.joinwrapper { 
	width:100px;
	float:left;
	margin-left:5px;
}

input.FormButton { 
width:294px;
height:54px;
background-image:url(../images/formButton.jpg);
background-repeat:no-repeat;
border:none;
margin:0 5px auto;
cursor: pointer;
cursor: hand;
overflow:visible;
}

input.FormButton[class] {  /* IE < 7 ignores [class] */
    width: 294px;  /* cancel margin fix for other browsers */
}



/* Sort Listings */

.sort {
	width:415px; height:30px;
	font-family:Arial, Helvetica, sans-serif;
	float:right;
}

.sortradio {
	float:left;
	margin-left:10px;
}

.sortradiotxt {
	float:left;
	font-size:12px;
	line-height:18px;
}

.jbutton{
width:294px;
height:54px;
font-size:16px;
font-weight:bold;
color:#ffffff;
 margin: 0;
  padding: 0;
  padding-left:30px;
  border: 0;
 cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
background: transparent url(http://tour.mitzas.com/images/formButton.jpg) no-repeat center top;
}



