html { 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body{ font:Arial, Helvetica, sans-serif;
	text-transform: inherit;
	color: #000000;
	/* background: #E7EDEE; */
	width: 100%;
	margin: 0;
	padding: 0;
	text-align:center;
	}
	.wrap{
		width: 750px;
		margin: 0px auto;
		padding: 10px 15px;
		background: white;
		border: 2px solid #DBDBDB;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		text-align: center;
		overflow: hidden;
	}
	.wrapper2{
		margin: 0px auto;
		padding: 10px 15px;
		background-color: #F2F2F2;
		border: 2px solid #DBDBDB;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		text-align: center;
}	
/* page title changed by darryl */
/* .title{width:980px;margin:0 auto;background-color:#000000;padding:5px 0;text-align:center;}
.title h1 {color:#ffffff;font-weight:normal;font-size:16px;line-height:20px;} */
	h1{
		font: 26px Arial, Helvetica, sans-serif;
		color: #645348;
		font-style: italic;
		text-decoration: none;
		font-weight: 100;
		padding: 0px;
	}

.wrapper {clear:both;width:958px;padding:0 10px 20px 10px;margin:0 auto;min-height:100px;overflow:hidden;
border:1px solid #000000; background:#FFFFFF;}
.uploader {float:left;width:100%;}
.content {float:left;width:100%;height:auto;padding-top:20px;}

/*** first step: upload an image ***/
#big_uploader {float:left;width:100%;padding:20px 0 20px 0;position:relative;border-bottom:1px dotted #000000;}
#big_uploader h3 {line-height:24px;float:left;padding:0 30px 0 0;width:auto}
#upload_big {float:left;width:auto;height:24px;}
#notice {float:left;line-height:24px;
font-size:12px;color:#000000;padding:0 20px;}
input.inputSubmit {display:block;float:left;clear:left;padding:4px 6px;line-height:20px;
width:auto;text-align:center;font-size:12px;cursor:pointer;font: Arial, Helvetica, sans-serif;
background:#07134A;color:#ffffff;border:none;outline:none;}
#upload_big input.inputSubmit {clear:none;display:none;margin-left:20px;}
#upload_thumb {float:left;clear:left;padding:0;display:none;}
.uploadThumbWrapper {float:left;clear:left;height:auto;padding:10px 0 0 0;}
#notice2 {float:left;line-height:24px;
font-size:12px;color:#000000;padding:10px 0 0 20px;}
.notice {display:none;}

/*** styling the input type=file ***/
.fileWrapper {float:left; width:124px; height:30px;position:relative;
overflow:hidden;}
.fileWrapper input.fileInput {height:24px;position:absolute;
top:0;right:0;opacity:0;filter:alpha(opacity=0);cursor:pointer;}
a.fileButton {display:block;float:left;padding:2px 4px;line-height:20px;
width:96px;height:20px;text-align:center;font-size:12px;cursor:pointer;
background:#07134A;color:#ffffff;font: 14px Arial, Helvetica, sans-serif;}
.fileWrapper:hover a.fileButton {background-color:#2F3A69;}

/* the uploaded big image */
#uploaded{float:left;width:auto;padding-bottom:20px;font: Arial, Helvetica, sans-serif;}
#div_upload_big {float:left;clear:left;width:auto;padding:0px;}
#div_upload_big img {float:left;clear:left;display:block;}

/* Preview window */
.previewWindow {float:left;padding:0 0 0 50px;}
.previewWrapper {float:left;clear:left;}
#preview {display:none;float:left;clear:both;position:relative;overflow:hidden;}
#preview img {position:absolute;left:0;top:0;}

/* generated thumbnail */
#thumbnail {float:left;clear:both;padding-top:20px;width:100%;border-top:1px dotted #000000;}
#div_upload_thumb,#details {float:left;clear:both;}
#div_upload_thumb {padding-bottom:20px;position:relative;}
#div_upload_thumb img {float:left;clear:left;display:block;}
.thumbWrapper {float:left;}
.detailWrapper {float:left;padding-left:50px;width:400px;}

/* set borders */
#div_upload_big,#preview,
#div_upload_thumb img {border:1px solid #000000;}

/* Headlines */
.content h3 {float:left;width:100%;padding-bottom:10px;font: 14px Arial, Helvetica, sans-serif;}

/* Upload errors */
.uperror{padding:0 10px;background-color:#C66;color:#FFF;line-height:24px;}

/* thumb details */
#details input {border:1px solid #000000;}
#details table td {padding-bottom:5px;}

/* hidden iframe */
#upload_target {display:none;float:left;clear:left;width:100%;height:400px;border:1px solid #ccc;}

/* mobile selection */
.mobileSelection {display:none; float:left; clear:both; padding-bottom:15px;}
.mobileSelection a {display:block; float:left; width:auto; line-height:20px; font-size:12px; color:#ffffff;
height:20px; background:#000000; margin-right:10px; text-align:center; padding:5px 10px; cursor:pointer;}
/* Addition*/
.image { 
   position: relative; /* DO NOT CHANGE */ 
   width: 323; /* for IE 6 */ /* DO NOT CHANGE */
   height: 204; /* DO NOT CHANGE */
   background-image:url(../img/cardtest.png); /* Card template image*/
   background-repeat:no-repeat;
}
.image_insert { 
   position: absolute; /* DO NOT CHANGE */
   top: 10px; /* pixels down from the top */ 
   left: 233px; /* pixels in from the left */  
}
.memnum { 
   position: absolute; /* DO NOT CHANGE */ 
   top: 120px; /* pixels down from the top */
   left: 20px; /* pixels in from the left */ 
   color:#000000; /* this is text colour black */  
}
.name { 
   position: absolute;  /* DO NOT CHANGE */
   top: 150px; /* pixels down from the top */ 
   left: 20px; /* pixels in from the left */ 
   color:#000000; /* this is text colour black */  
}
.add1 { 
   position: absolute;  /* DO NOT CHANGE */
   top: 90px; /* pixels down from the top */ 
   left: 20px; /* pixels in from the left */ 
   color:#000000; /* this is text colour black */  
}
.add2 { 
   position: absolute;  /* DO NOT CHANGE */
   top: 110px; /* pixels down from the top */ 
   left: 20px; /* pixels in from the left */ 
   color:#000000; /* this is text colour black */  
}
.add3 { 
   position: absolute;  /* DO NOT CHANGE */
   top: 130px; /* pixels down from the top */ 
   left: 20px; /* pixels in from the left */
   color:#000000; /* this is text colour black */  
}
div#backForm input {
  background: url("../images/back.png") no-repeat scroll 0 0 transparent;
  color: #000000;
  cursor: pointer;
  font-weight: bold;
  height: 48px;
  padding-bottom: 2px;
  width: 168px; 
}
div#userForm input {
  background: url("../images/insert.png") no-repeat scroll 0 0 transparent;
  color: #000000;
  cursor: pointer;
  font-weight: bold;
  height: 48px;
  padding-bottom: 2px;
  width: 168px; 
}
div#resetForm input {
  background: url("../images/reset.png") no-repeat scroll 0 0 transparent;
  color: #000000;
  cursor: pointer;
  font-weight: bold;
  height: 48px;
  padding-bottom: 2px;
  width: 168px; 
}
div#resetFlag input {
  background: url("../images/reset_flag.png") no-repeat scroll 0 0 transparent;
  color: #000000;
  cursor: pointer;
  font-weight: bold;
  height: 48px;
  padding-bottom: 2px;
  width: 168px; 
}
div#saveApprove input {
  background: url("../images/approve.png") no-repeat scroll 0 0 transparent;
  color: #000000;
  cursor: pointer;
  font-weight: bold;
  height: 48px;
  padding-bottom: 2px;
  width: 168px; 
}
div#saveForm input {
  background: url("../images/insert.png") no-repeat scroll 0 0 transparent;
  color: #000000;
  cursor: pointer;
  font-weight: bold;
  height: 48px;
  padding-bottom: 2px;
  width: 168px; 
}
div#logoutForm input {
  background: url("../images/logout.png") no-repeat scroll 0 0 transparent;
  color: #000000;
  cursor: pointer;
  font-weight: bold;
  height: 48px;
  padding-bottom: 2px;
  width: 168px; 
}
div#uploadForm input {
  background: url("../images/upload.png") no-repeat scroll 0 0 transparent;
  color: #000000;
  cursor: pointer;
  font-weight: bold;
  height: 48px;
  padding-bottom: 2px;
  width: 168px; 
}
div#imageForm input{ background: url("../../images/image.png") no-repeat scroll 0 0 transparent;
  color: #000000;
  cursor: pointer;
  font-weight: bold;
  height: 48px;
  padding-bottom: 2px;
  width: 168px; 
 }
 .font1{
	font-size:14px;
	 float:left;
	line-height:1.2em;
	padding:0 0 4px 0;
	display:block;
	font-weight: bold;
}
 .font2, .font3{
	font-size:14px;
	float:left;
	line-height:1.2em;
	padding:0 0 4px 0;
	display:block;
}
 .divline  {
 	display:inline-block;
}
#dialog {
    width: 360px;
    height: 190px;
    background-color: rgba(0,0,0,0.30);
    padding: 8px;
    margin-top: 140px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    -webkit-border-radius: 9px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
    -moz-border-radius: 9px; /* FF1-3.6 */
    border-radius: 9px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}

#dialog-bg {
    background-color: #FBFBFB;
    width: 360px;
    height: 189px;
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 7px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
    -moz-border-radius: 7px; /* FF1-3.6 */
    border-radius: 7px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}

#dialog-title {
    width: 360px;
    height: 30px;
    padding-top: 12px;
    background-color: #FFFFFF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E9E9E9)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #FFFFFF, #E9E9E9); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #FFFFFF, #E9E9E9); /* FF3.6 */
    background-image: -ms-linear-gradient(top, #FFFFFF, #E9E9E9); /* IE10 */
    background-image: -o-linear-gradient(top, #FFFFFF, #E9E9E9); /* Opera 11.10+ */
    background-image: linear-gradient(top, #FFFFFF, #E9E9E9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#E9E9E9'); /* IE6-IE9 */
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom: 1px solid #FFFFFF;
    color: #434343;
    text-shadow: 1px 1px 1px #ffffff;
    filter: dropshadow(color=#ffffff, offx=1, offy=1);
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    cursor: default;
}

#dialog-description {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 18px;
    color: #555555;
    font-size: 13px;
    text-align: center;
    line-height: 24px;
    border-top: 1px solid #B9B9B9;
    cursor: default;
}

#dialog-buttons {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    text-align: center;
}

.button,
.button:visited {
    background-color: #222;
    margin-left: 2px;
    display: inline-block;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 1px  rgba(0,0,0,0.45);
    filter: dropshadow(color= rgba(0,0,0,0.45), offx=1, offy=1);
    cursor: pointer;
}

.button:hover {
    backgroud-color: #111;
    color: #fff;
}

.button:active {
    top: 1px;
    color: #fff;
}

.button,
.button:visited,
.medium.button,
.medium.button:visited {
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
}

.large.button,
.large.button:visited {
    font-size: 13px;
    padding: 8px 14px 9px;
}

.green.button,
.green.button:visited {
    background-color: #72B930;
    color: #fff;
    border: 1px solid #5D8C22;
    padding-left: 35px;
    background-image: url(http://css-creations.com/uploads/media/items/8/8y15B9d.png);
    background-repeat: repeat-x;
}

.green.button:hover {
    background-color: #7DCA34;
    color: #fff;
    border: 1px solid #5D8C22;
    padding-left: 35px;
}

.red.button,
.red.button:visited {
    background-color: #E64444;
    color: #fff;
    border: 1px solid #B63440;
    padding-left: 35px;
    background-image: url(http://css-creations.com/uploads/media/items/7/7XUCqDE.png);
    background-repeat: repeat-x;
}

.red.button:hover {
    background-color: #FF4B5A;
    color: #fff;

    border: 1px solid #B63440;
    padding-left: 35px;
}