/*~~~~~~~~~~~~~~~~~global styles start~~~~~~~~~~~~~~~~~*/
html {
	width: 100%;
	height: 100%;
	_border: none;
}

body {
	background: url(../images/ui/contentBackgroundWatermark.png) top right repeat-y #F4F2F0;
}
body, form {
	margin: 0px;
	width: 100%;
	height: 100%;
}
img, object, embed {
	display: block;
	outline: none;
}
a img, img a, img {
	border: none;
}
a {
	outline: none;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li {
	padding: 0;
	margin: 0;
}

h1, .h1 {
	font-family: 'Droid Serif', serif;
	font-size: 35px;
	line-height: 43px;
	font-weight: normal;
	color: #ED1810;
}

h2 {
	font-family: 'Droid Serif', serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #191919;
	margin-bottom: 22px;
}

p {
	font-family: 'Droid Serif', serif;
	font-size: 14px;
	line-height: 22px;
	color: #79726C;
	margin-bottom: 22px;
}

p a{
	display: inline-block;
    color: #ED1810;
    font-family: 'droid serif', serif;
    font-size: 12px;
    line-height: 12px;
 	border-bottom: 1px dotted #ED1810;
}
p a:hover {
	color: #92BC54;
	border-bottom: 1px dotted #92BC54;
}


.clearer{
	clear: both;
	line-height: 0px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
div.BKAHeader {
    position: absolute;
    background: #FFFFFF;
    border: solid 1px #ECECEC;
    padding: 3px 6px 3px 6px;
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
div.BKAHeader span.template {
    display: block;
    font-family: Arial;
    font-size: 9px
}
p.noJS {
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	color: #FFF;
    display: block;
    width: 100%;
    padding: 4px 0 3px 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #F24E31;
}
div.siteContainer {
	color: #5C6A76;
	text-align: left;
	width: 990px;
	margin: 0 auto;
	padding: 0;
}
/***** Lists *****/
ul {
	margin: 10px 0 30px 10px;
	list-style:none;
}
ul li{
	margin: 0 0 5px 0;
	padding:  0 0 0 15px;
	background:url(../Images/UI/DEFINETHIS.gif) no-repeat center left;	
	font-size:13px;
	color:#333;
	line-height:160%;
}

ol {
	margin: 10px 0 30px 30px;
}
ol li{
	margin: 0 0 5px 0;
	padding:  0 ;
	font-size:13px;
	color:#333;
	line-height:160%;
}

/***** Tables *****/
 


table{
	margin:0 0 20px 0;
	color:#666;
	font-size:13px;
	background:#EEE;
}
th{
	padding:3px;	
	background:#FFF;
}
td{
	padding:3px;	
	background:#FFF;
}

fieldset {
	border: none;
	margin:0;
	padding:0;
}

/***** Global Classes *****/
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
/*~~~~~~~~~~~~~~~~~global styles end~~~~~~~~~~~~~~~~~*/


/*~~~~~~~~~~~~~~~~~ browser upgrade css ~~~~~~~~~~~~~~~~~*/
#ie6{
	width:100%;
	display:none;
	margin:0 auto;	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	background:#FFF;
	line-height:18px;
	text-align:center;	
	border-bottom:5px solid #999;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;	
}
.ie6 #ie6, .ie7 #ie6, .ie8 #ie6{
	display:block;	
}
#ie6 .inner{
	width:960px;
	display:block;
	margin:0 auto;
	padding:20px 0 20px 0;	
	text-align:center;
}
#ie6 .inner p{
	margin: 0 auto;
	display:block;
	width:480px;
	margin-bottom:20px;	
}
#ie6 a{
	width:100px;	
	display:inline-block;
	text-align:center;
	vertical-align:text-top;
	font-size:12px;
	margin-right:20px;
	text-decoration:none;
	color:#000;
}
#ie6 a#close_ie6upgrade{
	width:auto;	
	font-size:14px;
	background:#CCC;
	border:1px solid #666;
	padding:5px 10px 5px 10px;
	margin:20px 0 0 0;
}
#ie6 a#close_ie6upgrade:hover{
	background:#f5f5f5;
}

a.redLink {
	display: inline-block;
    color: #ED1810;
    font-family: 'droid serif', serif;
    font-size: 12px;
    line-height: 12px;
 	border-bottom: 1px dotted #ED1810;
}
a.redLink:hover {
	color: #92BC54;
	border-bottom: 1px dotted #92BC54;
}


/*~~~~~~~~~~~~~~~~~ end browser upgrade css ~~~~~~~~~~~~~~~~~*/

.socialLinks {
	position: fixed;
	top: 65px;
	right: 0;
	z-index: 999;
}

.socialLinks a{
	background: url(../images/ui/bgSocial.png?1=1) 0 0 no-repeat;
	display: block;
	width: 92px;
	height: 31px;
	float: left;
	clear: both;
	text-indent: -999em;
	margin-bottom: 14px;
}

.socialLinks a.fb-like{
    background-position: 0 0;
}
.socialLinks a.fb-like:hover{
    background-position: -92px 0;   
}
.socialLinks a.facebook{
    background-position: 0 -31px;
}
.socialLinks a.facebook:hover {
	background-position: -92px -31px;
}
.socialLinks a.twitter{
	background-position: 0 -62px;
}
.socialLinks a.twitter:hover {
	background-position: -92px -62px;
}
.socialLinks a.email {
	background-position: 0 -93px;
}
.socialLinks a.email:hover {
	background-position: -92px -93px;
}

.contShareEmail {
	display: none;
	background: #EBE9E6;
	width: 100%;
	z-index: 9999;
	position: fixed;
	top: 0;
	margin-left: -36px;
	border-left: 1px solid #BFC0B8;
}

.webkit .contShareEmail {
	left: 27%;
	margin-left: -3px;
}

.contShareEmail .to {
	position: relative;
	width: 695px;
	margin-top: 40px;
	margin-left: 40px;
}

.contShareEmail .to .addresses {
	margin-left: 80px;
}

.contShareEmail .to .addresses a:last-child {
	margin-bottom: 17px;
}



.contShareEmail .to h2 {
	float: left;
	margin-right: 58px;
	position: absolute;
}

.ie7 .contShareEmail .to h2 {
	position: relative;
}

.contShareEmail .to a {
	font-family: "droid serif", serif;
	color: #1C1C1A;
	background: url(../images/ui/bgRightFriendEmail.png) top right no-repeat #BFC0B8;
	padding: 13px 45px 12px 13px;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
	position: relative;
}

.contShareEmail .to a:hover {
	color: #FFF;
}
.contShareEmail .to a span {
	width: 4px;
	height: 44px;
	position: absolute;
	top: 0;
	left:0;
	background: url(../images/ui/bgLeftFriendEmail.png) top left no-repeat #BFC0B8;
}

.contShareEmail .from {
	position: relative;
	width: 695px;
	margin-left: 40px;
	margin-bottom: 40px;
}

.contShareEmail .from fieldset {
	border: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 460px;
	height: 208px;
}

.contShareEmail .from fieldset span {
	border: 1px solid #BFC0B8;
	display: inline-block;
	position: absolute;
}

.contShareEmail .from fieldset input {
	border: 3px solid #EBE9E6;
	background: #FFF;
	font-family: "droid serif", serif;
	font-size: 18px;
	color: #ADADAD;
	padding: 8px 7px 7px 7px;
	height: 21px;
	width: 358px;
}

.contShareEmail .from fieldset span.friendsEmail {
	top: 0;
	left: 80px;
}

.contShareEmail .from fieldset span.yourEmail {
	top: 67px;
	left: 80px;
}

.contShareEmail .from fieldset h2{
	position: absolute;
	top: 79px;
	left: 0;
}

.contShareEmail .from fieldset p{
	position: absolute;
	top: 117px;
	left: 79px;
	color: #ED1810;
	font-family: 'open sans', sans-serif;
}

.contShareEmail .from fieldset a {
	display: block;
	text-indent: -999em;
	position: absolute;
	top: 150px;
	width: 115px;
	height: 58px;
}

fieldset a.btnShare {
	left: 79px;
	background: url(../images/ui/btnShare.png) 0 0 no-repeat;
}
fieldset a.btnCancel{
	left: 234px;
	background: url(../images/ui/btnCancel.png) 0 0 no-repeat;
}

fieldset a:hover {
	background-position: 0 -58px;;
}

.shareSuccess {
	display: none;
    padding-left: 40px;
    padding-top: 100px;
    padding-bottom: 100px;
	background: #EBE9E6;
	width: 100%;
	z-index: 9999;
	position: fixed;
	top: 0;
	margin-left: -36px;
	border-left: 1px solid #BFC0B8;
}
.webkit .shareSuccess {
	left: 27%;
	margin-left: -3px;
}

.shareSuccess h1 {
	color: #ED1810;
	display: none;
}

.shareSuccess img {
	margin-left: 90px;
}

.colLeft {
	position: fixed;
	right: 73%;
	background: url(../images/ui/bgColLeft.gif) top right repeat-y #FFF;
	padding-right: 4px;
	height: 100%;
	width: 27%;
	z-index: 999;
}

.ipad .colLeft {
	position: absolute;
}

.colRight {
	position: relative;
	left: 27%;
	padding-left: 32px;
	width: 695px;
}

.content {
	width: 695px;
}


.homeLink {
	width: 196px;
	height: 124px;
	display: block;
	text-indent: -999em;
	background: url(../images/ui/logo.png) 0 0;
	float: right;
	margin: 70px 40px 44px 0;
}

.leftNav {
	float:right;
	clear: both;
	margin-right: -31px;
	width: 280px;
}

.leftNav a {
	margin-bottom: 15px;
	height: 18px;
	padding: 25px 68px 32px 0;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ACACAC;
	display: block;
	text-align: right;
	line-height: 18px;
	text-decoration: none;
}

.ie7 .leftNav a {
	width: 240px;
}

.leftNav a:hover {
	color: #ED1810;
}

.leftNav a.active {
	background: url(../images/ui/bgLeftNavActive.gif) 249px 0 no-repeat;
	color: #ED1810;
}

.leftNav a span.completed {
	display: block;
	height: 26px;
	width: 24px;
	background: url(../images/ui/bgCompleted.png) 0 0 no-repeat;
	float: left;
	margin-top: -2px;
}

.ie7 .leftNav a span.completed {
	margin-top: -20px;
	margin-left: 30px;
}

.leftNav a.small {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}


.contSelectACard {
	width: 658px;
	margin-bottom: 300px;
}


.title {
/*    height: 83px;*/
	height: 194px;
    position: relative;
    width: 658px;
	margin-left: 6px;
	margin-bottom: 43px;
}
.title h1 {
	width: 650px;
	position: absolute;
	bottom: 0;
}
.title h1 a {
	width: 120px;
	display:inline-block;
	margin-left: 14px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #ED1810;
}

.title h1 a span {
	border-bottom: 1px dotted #ED1810;
	clear: both;
}

.title h1 a:hover {
	color: #92BC54;
}

.title h1 a:hover span {
	border-bottom: 1px dotted #92BC54;
}


div.card {
	padding: 3px;
	background: #EBE9E6;
	margin-bottom: 34px;
	display: block;
	position: relative;
}

div.card img {
	border: 1px solid #B1B3A9;
}

div.card.landscape {
	width: 652px;
	height: 360px;
}
div.card.portrait {
	height: 652px;
	width: 360px;
}

div.card.landscape img {
	width: 650px;
	height: 358px;
}
div.card.portrait img {
	height: 650px;
	width: 358px;
}

.btnSelectThisCard {
	display: none;
	text-indent: -999em;
	width: 160px;
	height: 160px;
	background: url(../images/ui/btnSelectThisCard.png) 0 0 no-repeat;
	position:absolute;
	top: 100px;
	left: 246px;
}
.btnCardNamePrice {
	display: none;
	width: 163px;
	height: 163px;
	background: url(../images/ui/charityPriceTag.png) 0 0 no-repeat;
	position:absolute;
	top: 100px;
	left: 54px;
}

.card.portrait .btnSelectThisCard {
	top: 246px;
	left: 100px;
}

.btnAboutTheArtist {
	display: none;
	text-indent: -999em;
	width: 160px;
	height: 160px;
	background: url(../images/ui/btnAboutTheArtist.png) 0 0 no-repeat;
	position: absolute;
	top: 100px;
	left: 436px;
}

.card.portrait .btnAboutTheArtist {
	top: 439px;
	left: 100px;
}

div.card:hover .btnSelectThisCard, div.card:hover .btnAboutTheArtist, div.card:hover .btnCardNamePrice{
	display: block;
}


.card .artistInfo {
	display: none;
	width: 566px;
	height: 274px;
	padding: 42px 42px;
	background: #FFF;
	position: absolute;
	top: 4px;
	left: 4px;
}

.card .artistInfo p, .card .artistInfo h2 {
	width: 399px;
	float: left;
}

.card .artistInfo .bio {
	max-height: 181px;
	width: 399px;
	overflow: hidden;
}

.card.portrait .artistInfo .bio {
	max-height: 349px;
	overflow: hidden;
}

.artistInfo p a {
	color: #79726C;
	border-bottom: 1px dotted #79726C;
}
.artistInfo p a:hover {
	color: #92BC54;
	border-bottom: 1px dotted #92BC54;
}

.card .artistInfo a.btnClose {
	float: right;
	display: block;
	text-indent: -999em;
	margin-top: 86px;
	width: 103px;
	height: 102px;
	background: url(../images/ui/btnArtistInfoClose.png) 0 0 no-repeat;
}

.card .artistInfo a.btnClose:hover {
	background-position: 0 -102px;
}

.card.portrait .artistInfo {
	height: 566px;
	width: 274px;
}

.card.portrait .artistInfo p, .card.portrait .artistInfo h2 {
	width: 280px;
	float: left;
	clear: both;
}

.card.portrait .artistInfo a.btnClose {
	position: absolute;
	bottom: 34px;
	left: 128px;
}

.card.selected .btnSelectThisCard, .card.selected .btnAboutTheArtist , .card.selected .btnCardNamePrice{
	display: none !important;
}

.card .selectedCard {
	display: none;
	width: 650px;
	height: 358px;
	position: absolute;
	top: 4px;
	left: 4px;
}

.card .selectedCard h2 {
	color: #FFF;
	display: none;
	text-align: center;
	background: url(../images/ui/bgSelectedCard.png) 0 0 repeat;
	position: absolute;
	bottom:0;
	margin-bottom: 0;
	width: 100%;
	padding: 36px 0;
}

.card .selectedCard h2 a {
	color: #FFF;
	border-bottom: 1px dotted #FFF;
}
.card .selectedCard h2 a:hover {
	color: #92BC54;
	border-bottom: 1px dotted #92BC54;
}

.card.portrait .selectedCard {
	width: 358px;
	height: 650px;
}

.card.portrait .selectedCard h2 {
	width: 234px;
	padding: 36px 62px;
}

.btnDeselect {
	display: block;
	width: 102px;
	height: 104px;
	text-indent: -999em;
	background: url(../images/ui/btnDeselectCard.png) 0 0 no-repeat;
	position: absolute;
	top: 125px;
	left: 272px;
	z-index: 999;
}

.btnDeselect:hover {
	background-position: 0 -104px;
}


.card.portrait .btnDeselect {
	top: 272px;
	left: 125px;
}


.btnChooseACharity {
	display: block;
	text-indent: -999em;
	width: 100px;
	height: 106px;
	background: url(../images/ui/btnChooseACharity.png) 0 0 no-repeat;
}

.btnChooseACharity:hover {
	background-position: 0 -106px;
}



/*==== CHOOSE A CHARITY ====*/

.contChooseACharity {
	margin-bottom: 300px;
}

.charity {
	background: url(../images/ui/bgDottedLine.png) left bottom no-repeat;
	padding-bottom: 33px;
	margin-bottom: 50px;
}
.cWordImg {
    background: url(../images/ui/CWordsImage.png) 0px 0px no-repeat;
    position: absolute;
    width: 58px;
    height: 58px;
    margin-top: 5px;
    margin-left: 14px;
    z-index: 1;
    display:none;
}
.cWordTri {
    background: url(../images/ui/CWordsTriangle.png) 0px 0px no-repeat;
    position: absolute;
    width: 25px;
    height: 19px;
    margin-top: -22px;
    margin-left: 14px;
    display:none;
}
.charity:hover .btnSelectCharity, .charity:hover .charityWords  {
	display: block;
}

.charity .left {
	float: left;
	width: 152px;
	margin-right: 40px;
}

.charity .middle{
	float: left;
	width: 340px;
	margin-right: 14px;
}

.charity .middle div {
	height: 240px;
	overflow: hidden;
}

.charity .middle p a {
	font-size: 14px;
}



.charity .right {
	float: left;
	width: 100px;
}

.btnSelectCharity {
	display: none;
	text-indent: -999em;
	width: 100px;
	height: 100px;
	background: url(../images/ui/btnSelectCharity.png);
}
.charityWords {
	display: none;
	text-indent: -999em;
	width: 100px;
	height: 100px;
	background: url(../images/ui/spendDollar.png);
    top:13px;
    position:relative;
}

.btnSelectCharity:hover {
	background-position: 0 -100px ;
}

.btnSelectCharity.selected {
	background-position: 0 -200px;
	display: block;
}

.btnSelectCharity.selected:hover {
	background-position: 0 -300px;
}

.btnNextWriteAMessage {
	display: block;
	text-indent: -999em;
	width: 100px;
	height: 106px;
	background: url(../images/ui/btnNextWriteAMessage.png) 0 0 no-repeat;
}

.btnNextWriteAMessage:hover {
	background-position: 0 -106px;
}


/*==== WRITE A MESSAGE ====*/
.contWriteYourMessage {
	margin-bottom: 300px;
}


fieldset.writeMessage {
	border: 1px solid #BFC0B8;
	width: 645px;
	position: relative;
}

fieldset.writeMessage:hover .btnSaveMessage {
	display: block;
}

fieldset.writeMessage span {
	border: 3px solid #EBE9E6;
	display: block;
	background: #FFF;
}

fieldset.writeMessage textarea {
	border: none;
	overflow: hidden;
	padding: 15px 135px 19px 15px;
	height: 110px;
	width: 488px;
	font-family: "droid serif", serif;
	font-size: 18px;
	color: #ACACAC;
}

.btnSaveMessage {
	display: none;
	text-indent: -999em;
	width: 100px;
	height: 100px;
	background: url(../images/ui/btnSaveMessage.png) 0 0;
	position: absolute;
	top: 24px;
	right: 23px;
}
.btnSaveMessage:hover {
	background-position: 0 -100px;
}

.btnNextGetThisStarted {
	margin-top: 221px;
	display: block;
	text-indent: -999em;
	width: 100px;
	height: 106px;
	background: url(../images/ui/btnNextGetThisStarted.png) 0 0 no-repeat;
}

.btnNextGetThisStarted:hover {
	background-position: 0 -106px;
}


/*==== GET STARTED ====*/
.contGetStarted {
	margin-bottom: 300px;
}

.btnFindOutMore {
	margin-top: 70px;
	display: block;
	text-indent: -999em;
	width: 100px;
	height: 89px;
	background: url(../images/ui/btnFindOutMore.png) 0 0 no-repeat;
}

.btnFindOutMore:hover {
	background-position: 0 -89px;
}


/*==== FIND OUT MORE ====*/

.contFindOutMore {
	padding-bottom: 300px;
}

.contFindOutMore h2{
	margin-bottom: 0;
}

.btnGetStarted {
	margin-top: 70px;
	display: block;
	text-indent: -999em;
	width: 100px;
	height: 104px;
	background: url(../images/ui/btnGetStarted.png) 0 0 no-repeat;
}

.btnGetStarted:hover {
	background-position: 0 -104px;
}

.contSelection {
	border-bottom: 1px dotted #ADADAD;
	margin-bottom: 40px;
}

.ie7 .contSelection {
	padding-bottom: 40px;
}

.contSelection a.changeIt, .contCharityMessage a.changeIt {
	display: block;
    color: #ED1810;
    font-family: 'droid serif', serif;
    font-size: 12px;
    line-height: 12px;
 	border-bottom: 1px dotted #ED1810;
	position: absolute;
	bottom: 0;
	left:auto;
}
.contSelection a.changeIt:hover, .contCharityMessage a.changeIt:hover {
	color: #92BC54;
	border-bottom: 1px dotted #92BC54;
}


.selection:last-child {
	margin-right: 0;
}
.selection {
	float: left;
	min-height: 210px;
	border-right: 1px dotted #ADADAD;
	margin-bottom: 70px;
	margin-right: 40px;
	position:relative;
}

.selection h2 {
	margin-bottom: 8px;
}

.contSelection:first-child {
	margin-left: 0;
}

.btnSelectionNeeded {
	display: none;
	text-indent: -999em;
	height: 100px;
	width: 100px;
	background: url(../images/ui/btnNotYetSelected.png) 0 0;
}

.btnSelectionNeeded.cards:hover {
	background-position: 0 -100px;
}

.btnSelectionNeeded.message {
	background-position: 0 -200px;
}
.btnSelectionNeeded.message:hover {
	background-position: 0 -300px;
}
.btnSelectionNeeded.charities {
	background-position: 0 -400px;
}
.btnSelectionNeeded.charities:hover {
	background-position: 0 -500px;
}

.contSelectedCards {
	min-width: 190px;
	margin-bottom: -20px;
}
.chosenCard {
	width: 150px;
	padding-right: 40px;
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
	height: 180px;
	position: relative;
}

.chosenCard:last-child {
	margin-right: 0;
}

.mr0{
	margin-right: 0;
}

.chosenCard img {
	max-width: 150px;
	max-height: 150px;
	border: 1px solid #B1B3A9;
}

.selectedMessage {
	width: 150px;
	padding-right: 40px
}

.selectedMessage p {
	height: 132px;
	overflow: hidden;
}

.selectedCharity {
	width: 150px;
	padding-right: 40px
}


.contCharityMessage {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px dotted #ADADAD;

}

.formEnquiry {
}

.formEnquiry label {
	font-family: 'Droid Serif', serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #191919;
	margin-bottom: 4px;
	float: left;
	clear: both;
}


.formEnquiry span {
	border: 1px solid #BFC0B8;
	display: inline-block;
	float: left;
	clear: both;
	margin-bottom: 23px;
}
.formEnquiry span.small{
	width: 95px;
}
.formEnquiry span.small input{
	width: 75px;
}
.formEnquiry input {
	border: 3px solid #EBE9E6;
	background: #FFF;
	font-family: "droid serif", serif;
	font-size: 18px;
	color: #ADADAD;
	padding: 8px 7px 7px 7px;
	height: 21px;
	width: 358px;
}

.formEnquiry textarea {
	border: 3px solid #EBE9E6;
	overflow: hidden;
	padding: 15px 7px 19px 7px;
	height: 110px;
	width: 358px;
	font-family: "droid serif", serif;
	font-size: 18px;
	color: #ACACAC;
	float: left;
	clear: both;
}


.formEnquiry label span {
	float: none;
	border: none;
	color:#79726C;
	margin-bottom: 0;
}

.btnSendEnquiry {
	display: block;
	text-indent: -999em;
	clear: both;
	background: url(../images/ui/btnSendEnquiry.png) 0 0;
	width: 178px;
	height: 58px; 
}

p.error {
    color: #ED1810;
    font-family: 'open sans',sans-serif;
	float: left;
	clear: both;
}

p.success {
    color: #92BC54;
    font-family: 'open sans',sans-serif;
	float: left;
	clear: both;
}

.hidden {
	display: none;
}


.contImageUploader {
	clear: both;
	margin-bottom: 90px;
}

.contImageUploader label {
	margin-bottom: 10px;
}

.contImageUploader img#imgLogoImage {
    border: 1px dashed #ADADAD;
    clear: both;
    float: left;
    margin-bottom: 20px;
    max-width: 380px;
}

.contImageUploader img#imgfileUploading {
    clear: both;
    float: left;
    margin: 10px 0 10px 10px;
}


.contImageUploader a {
	display: inline-block;
    color: #ED1810;
    font-family: 'droid serif', serif;
    font-size: 12px;
    line-height: 12px;
 	border-bottom: 1px dotted #ED1810;
	float: left;
	clear: both;
}

.contImageUploader a:hover {
	color: #92BC54;
	border-bottom: 1px dotted #92BC54;
}


a#imgClear {
    clear: none;
    margin-bottom: 30px;
    margin-left: 10px;
}

.bkaLink {
	font-family: 'open sans', sans-serif;
	font-size: 11px;
	color: #000;
	padding-bottom: 40px;
}

.bkaLink img {
	margin-right: 10px;
	display: inline-block;
}