﻿/*style for photo uploads in step by step 3*/
/*div container on page*/
.imagesHolder
{
	text-align:left;	
}

/*style for upload/delete button in step 3*/
.btnFileUpload
{
	background-color:red;
	border-color:white;
	font-weight:bold;
	color:white;
	border-style:solid;
	border-width:1px;
	font-family:Verdana,Arial,Sans-Serif;
	font-size:0.9em;
	cursor: hand;
}

/*container for image, title and radio button*/
.fileUploadHolder
{
	width:127px;
	float:left;
	padding-right:10px;
	
}

/*image holder used for main image*/
.imageHolderHighlight
{
	border:solid 2px black;
	height:150px;
	vertical-align:middle;
	text-align:center;
}

/*other image holders*/
.imageHolder
{
	border:solid 1px black;
	height:158px;
	vertical-align:middle;
	text-align:center;
}

/*radio button*/
.imageRadioHolder
{
	text-align:left;	
}

/*sets the width of the container of the images uploaded*/
.allFileControls
{
	width:900px;
}
	