/*** CARD PREVIEW ********************************************************************************************************/

.cardPreview_container
{
  border: 0px solid green;
  background: url( '/images/card.gif' );
  background-repeat: no-repeat;
  position: relative;
}

.description_container
{
  border: 0px solid blue;
  position: relative;
  line-height: 1.6em;
  left: 20px;
  top: 24px;
  height: 110px;
  width: 310px;
  text-align: justify;
  word-wrap: break-word;
}

.recipient_container
{
  position: relative;
  left: 20px;
  top: 9px;
  height: 30px;
  width: 310px;
  overflow: hidden;
}

.Recipient
{
  border: 0px solid black;
  position: absolute;
  top: 50%;
  height: 1em;
  font-size: 2em;
  margin-top: -.5em;
  color: #4677D0;
}

.CustomMessage
{
  font-size: 1.25em;
  color: #4A77D0;
}

.submitArea
{
  position: absolute;
  top: 270px;
  right: 0px;
}

/*** INSTRUCTIONS ******************************************************************************************************/

.instructions_container
{
  position: relative;
  width: 375px;
}

/*** CHOOSER ********************************************************************************************************/

.chooser_container
{
  border: 0px solid chartreuse;
  position: relative;
  width: 257px;
}

.chooser_interface_subcontainer
{
  border: 0px solid green;
  position: relative;
  margin: 15px 0px 0px 10px;
}

.newCardLink
{
  border: 0px solid yellow;
  position: absolute;
  top: 7px;
  left: 5px;
  font-weight: bold;
  color: #0000FF;
}

.newCardLink a:visited { color: #0000FF; }

.disabledInput { background-color: #CCCCCC; }
.enabledInput { background-color: #FFFFFF; }

.deleteButton
{
  border: 0px solid maroon;
  background: url(../images/x.gif);
  height: 16px;
  width: 16px;
  position: absolute;
  right: 0px;
  margin: 1px 2px auto auto;
}

.table_header_row
{
  border: 0px solid red;
  position: relative;  
  top: 4px;
  line-height: 1em;
  height: 20px;
  width: 300;
}

.to_header
{
  border: 0px solid #35f335;
  position: absolute;
  font-weight: bold;
  left: 6px;
}
.amount_header
{
  border: 0px solid pink;
  position: absolute;
  left: 164px;
  font-weight: bold;
}

.cardRow
{
  border: 0px solid #330000;
  position: relative;
  top: 0px;
  left: 0px;
  height: 20px;
  width: 100%;
  cursor: pointer;
  display: block;
  margin-top: 2px;
  padding-top: 3px;
  background-color: #CCCCFF;
}
.rowCaption
{
  padding-left: 2px;
  border: 0px solid lime;
  position: absolute;
  width: 150px;
  overflow: hidden;
  white-space: nowrap;
}
.rowAmount
{
  border: 0px solid green;
  position: absolute;
  right: 35px;
  width: 40px;
  text-align: right;
  overflow: hidden;
}

.total_row
{
  border: 0px solid cyan;
  position: relative;
  left: 0px;
  padding-top: 2px;
  text-align: left;
  font-weight: bold;
  padding-left: 3px;
}

#action_row
{
	border: 0px solid cyan;
	position: relative;
	left: 0px;
	padding-top: 2px;
	text-align: left;
	font-weight: bold;
	padding-left: 6px;
	height: 30px;	
}

.total_amount_label
{
	text-align: right;
	position: absolute;
	right: 35px;
}

.loaderVisible
{
	visibility: visible;
	background: url(../images/loader.gif) no-repeat;
	height: 31px;
	width: 31px;
	position: fixed;
	top: 48%;
	left: 48%;	}

.loaderHidden
{
	visibility: hidden;
	background: url(../images/loader.gif) no-repeat;
	height: 31px;
	width: 31px;
	position: fixed;
	top: 48%;
	left: 48%;	}

/*** PERSONALIZE CONTROLS *********************************************************************************************/

.personalize_container
{  
  border: 0px solid purple;
  position: relative;
  height: 300px;
}

.pnlConfigure
{
  border: 0px solid red;
  position: relative;
  width: 280px;
  height: 290px;
}

#checkOutLink
{
  position: absolute;
  right: 0px;
  top: 7px;
  width: 90px;
  font-weight: bold;
  text-decoration: underline;
}

.checkOutLinkDisabled
{
	color: #CCCCCC;
	cursor: not-allowed;
}

.checkOutLinkEnabled
{
	color: #0000FF;
	cursor: pointer;
}

/*** WRAPPER DIVS *********************************************************************************************/

.wrapper_upper_left
{
	border: 0px solid red;
	position: relative;
}

.wrapper_upper_right
{
	border: 0px solid red;
	position: absolute;
	top: 0px;
	left: 400px;
}

.wrapper_lower_left
{
	border: 0px solid red;
	position: relative;
}

.wrapper_lower_right
{
	border: 0px solid red;
	position: absolute;
	top: 0px;
    left: 400px;
	height: 50%;
}

.upper_row
{
	position: relative;
	width: 100%;
	height: 50%;
	border: 0px solid blue;
	margin-left: 50px;
}	

.lower_row
{
	position: relative;
	width: 100%;
	height: 50%;
	border: 0px solid blue;
	margin-left: 50px;
}
