﻿.dialog {
 font:normal 76% verdana, tahoma,"sans serif";
 width:auto;
 margin:0px auto;
 min-width:20em;
 color:black; 
}

.dialog2 {
	font: 70%/1.5em arial, sans-serif;
	position:relative;
 width:240px;
 height:150px;
 margin:0px;
 padding:0px;
 background-image:url('../Shared/action-bg.jpg');
 background-position:center center; background-repeat:no-repeat;
}


/* content-specific */

.dialog-text
{
	position:relative;
	top:20px;
	margin:   0px 15px 15px 20px;
 	padding:0px;
 	font-family: Arial;
 	font-size: 16px;
 	font-weight:bold;
 	line-height:25px;
 	text-align:center;
 	height:85px;
 	color:navy;
 	background-color:transparent;
}

.btn-pos
{
	position: relative; margin-left: auto; margin-right:auto; top:0px; cursor:pointer; width:130px;
}

.btn-enter-details {
	position: relative; height:32px; background:transparent; cursor:pointer; width:130px;
	background-image:url('../Shared/ButtonEnterDetails.jpg');background-position:center center; background-repeat:no-repeat;
}

.btn-contact-us {
	position: relative; height:32px; background:transparent; cursor:pointer; width:130px;
	background-image:url('../Shared/ButtonContactUs.jpg');background-position:center center; background-repeat:no-repeat;
}

.btn-sign-up {
	position: relative; height:32px; background:transparent; cursor:pointer; width:130px;
	background-image:url('../Shared/ButtonSignUpNow.jpg');background-position:center center; background-repeat:no-repeat;
}

.btn-register {
	position: relative; height:32px; background:transparent; cursor:pointer; width:130px;
	background-image:url('../Shared/ButtonRegister.jpg');background-position:center center; background-repeat:no-repeat;
}


.btn-submit {
	position: relative; background:transparent; cursor:pointer;
}

