@charset "utf-8";
/* Dog Tag Generator style sheet */


#genform{	
	margin:0 auto;
	/*padding-left:10px;
	padding-right:10px;*/
	padding-bottom: 10px;
	width:582px;
	background: #7F7F7F;
	border: #515153 solid 2px;
}

/* styles for tag input and display */
.tag1Cont{
	float: left;
	width: 293px;
}


.tagtext1{
	width: 290px;
}

.input1{
	width: 290px;
	text-align: center;
}

.tag2Cont{
	float: right;
	width: 293px;
}

.tagtext2{
	width: 290px;
}

.input2{
	width: 290px;
	text-align: center;
}


/* controls */
.controls{
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}

#left{
	float: left;
	width: 40%;
}

#right{
	float: right;
	width: 40%;
}
#controls{
	clear: both;
	width: 100%;
	text-align: center;
}

#left1 {
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
	border: 0;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	background-color: transparent;
	background-image: url(../images/align_l.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#center1 {
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
	border: 0;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	background-color: transparent;
	background-image: url(../images/align_c.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#right1 {
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
	border: 0;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	background-color: transparent;
	background-image: url(../images/align_r.png);
	background-repeat: no-repeat;
	background-position: center top;
}


#tag1 {
	background-image:url(../images/tag_trans.png);
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 35px;
	height: 120px;
	padding-top:20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;	
	text-transform: uppercase;
	font-size: 8pt;
}

#tag1text{
	/*height: 105px;
	width: 169px;*/
	width: 138px;
	height: 78px;
	margin-left: 15px;
	margin-top: 10px;
	padding-left: 2px;
}

#tag2{
	background-image:url(../images/tag_trans.png);
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 35px;
	height: 120px;
	padding-top:20px;	
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;	
	text-transform:uppercase;
	font-size: 8pt;
}
#tag2text{
	/*height: 105px;
	width: 169px;*/
	padding-left: 2px;
	width: 138px;
	height: 78px;
	margin-left: 10px;
	margin-top: 10px;
	padding-left: 7px;
}

/*  buttons */
#btnClear{
	background-image:url(../images/buttons/images/clear.png);
	/*width: 90px;*/
	width: 40%;
	height: 24px;
	width: 87px;
	cursor: pointer;
	cursor: hand;
	/*background-position:right center;*/
	background-repeat:no-repeat;
	margin-right: 5px;
	/*clear:left;*/

}
#submit{
	width: 40%;
	height: 24px;
	width: 87px;
	cursor: pointer;
	cursor: hand;
	background-image:url(../images/buttons/images/submit.png);
	background-repeat:no-repeat;
	margin-left: 5px;

}
#copyl{
	background-image: url(../images/buttons/images/copy1.png);	
	width: 90px;
	height: 26px;
	cursor: pointer;
	cursor: hand;
	background-repeat: no-repeat;
	
}

#copy2{
	background-image: url(../images/buttons/images/copy2.png);	
	width: 90px;
	height: 26px;
	cursor: pointer;
	cursor: hand;
	background-repeat: no-repeat;
}


