@charset "utf-8";
/* CSS Document */

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0px;
	font-size:13px;

}

th {
	background-color:#EFEFEF;
	text-align:left;
}

tr:hover {
	background-color:#EAEAEA;
}

.alert{
	color:#C00;
}


/*a:link, a:visited {
	color:#039;
}*/

a:hover {
	color: #C00;
}

label {
	/*float:left;*/
	width:150px;
}

input[type=text] {
 	width: 180px;
 	margin-bottom: 5px;
}

input[type=radio] {
 	margin-bottom: 5px;
}

/*input[type=submit] {
	height:25px;
}*/

input[type=file] {
	height:25px;
}
 
#wrapper {
	width:100%;
	height:auto;
	overflow:hidden;
}

#spacer {
	width:100%;
	height:50px;
}


#spacer_thin {
	width:100%;
	height:25px;
}


#content {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	overflow:hidden;
}

#wide_content {
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	overflow:hidden;
}


#upid1 {
	width:390px;
	height:auto;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
}

#upid2 {
	width:250px;
	height:auto;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
}

#upid3 {
	width:300px;
	height:auto;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
}

#upid4 {
	width:460px;
	height:auto;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
}


#engraving {
	width:350px;
	height:auto;
	overflow:hidden;
	margin:20px;
	float:left;
	border:1px solid #CCC;
	text-align:center;
	padding:5px;
}

#engraving input[type=text] {
 	width: 220px;
 	margin-bottom: 5px;
	text-align:center;
}

#engraving input[type=checkbox] {
 	margin-bottom: 5px;
}

