@charset "utf-8";
/******************************************************************
***   Global Settings   ***
*******************************************************************/
/*
-------------------------------------------------
@Encoding			= charset "utf-8"
-------------------------------------------------
@Css Version		= Css 
-------------------------------------------------
@Copyright			= Copyright 2008-2009, 
-------------------------------------------------
@Language			= en
-------------------------------------------------
@Author				= http://seedsolutions.co.in/ 
-------------------------------------------------
@Link				= http://seedsolutions.co.in/ 
-------------------------------------------------
@Date Of Modified	= 3 March 2009 
-------------------------------------------------
*/

/*********************************************************************
***   Body Class Starts Here   ***
**********************************************************************/

/***** Global Selectors *****/
	
* {                        
margin:0; 
border:0; 
padding:0;
}

html, body {
	border:0;
	margin:0;
	padding:0;
	background:#e6e8ea url(../images/bg_image.jpg) top repeat-x;
}

body {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/********** Headings **********/


h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}

/***** Common Formatting *****/


p, ul, ol {
	margin:0;
	padding:0 0 1.25em 0;
}

ul, ol {
	padding:0 0 1.25em 2.5em;
}

blockquote {
	margin:1.25em;
	padding:1.25em 1.25em 0 1.25em;
}

small {
	font-size:0.85em;
}

img {
	border:0;
}

sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}

sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}

acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}

/********** Links ***********/


 a,  a:link,  a:visited, a:active  {
	text-decoration:none;
	color:#999999;
}


a:hover{
	text-decoration:underline;
	color:#999999;
}

/************* Forms ************/


form {
	margin:0;
	padding:0;
	display:inline;
}


textarea {
	width:100%;
	line-height:1.25;
}


/*********** Tables ***********/

 table {
	border:0;
	margin:0 0 1.25em 0;
	padding:0;
}

table tr td {
	padding:2px;
}

/* ---------------***  	Wrapper    *** ------------- */


#bodypagebg {		       			/* Site Center Align */
	text-align: center;
	width: 925px;
	margin: 0px auto 0 auto;
	height:auto;
}

#wrapper {	                         /* Main Outer Fix  */
	width:925px;
	margin: 0 auto;
	text-align: center;
}
.common{
	float:left; 
	width:100%;
}

/***** 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;
}

a.underline{
	border-bottom:1px solid;
}

.highlight {
	background:#ffc;
}

.img-left {
	float:left;
	margin:4px 10px 4px 0;
	padding:5px;
	border:1px solid #193c47;
}


.img-right {
	float:right;
	margin:4px 0 4px 10px;
	padding:5px;
	border:1px solid #193c47;
}


.nopadding {
	padding:0;
}


.noindent {
	margin-left:0;
	padding-left:0;
}


.nobullet {
	list-style:none;
	list-style-image:none;
}

.nobulletnopadding {
	list-style:none;
	list-style-image:none;
	margin:0px;
	padding:0px;
}


.width{
	float:left;
	width:100%;
	height:auto;
	text-align:left;
}

.paddtop{
	padding-top:23px;
	width:100%;
	float:left;
}


/************************************************************************
*** Body Class Ends Here ***
*************************************************************************/


/*************************************************************************
*** Header Class Starts Here ***
**************************************************************************/

#header{
	float:left;
	width:912px;
	height:95px;
	background:url(../images/headerBg.jpg) no-repeat;
	margin:0px;
	padding:0px;
}

.logo{
	float:left;
	width:342px;
	height:95px;
	margin:0px;
	padding:0px;
}	

.loginBox{
	float:right;
	width:184px;
	height:auto;
	margin-top:10px;
}


.loginConfirmPayment{
	width:184px;
	height:38px;
	padding-top:7px;
	text-align:center;
	background:url(../images/loginBox.jpg) center no-repeat;
}

.loginConfirmPayment{
	color:#bfbfbf;
}

.loginConfirmPayment strong{
	color:#7ee603;
}

.loginConfirmPayment div{
	padding-top:3px;
	font-size:11px;
}

.loginConfirmPayment a{
	color:#bfbfbf;
	text-decoration:none;
}

.loginConfirmPayment a:hover{
	text-decoration:underline;
}
.yourEmail{
	float:left;
	width:100%;
	height:22px;
	text-align:left;
	background:url(../images/inputBg.jpg) no-repeat;
	padding:0px 5px;
}

.yourPassword{
	float:left;
	width:100%;
	height:22px;
	text-align:left;
	background:url(../images/inputBg.jpg) no-repeat;
	margin-top:6px;
	padding:0px 5px;
}

.inputtext{
	width:170px;
	height:15px;
	border:0px;
	color:#86898d;
	background:#000000;
	text-align:left;
	line-height:15px;
	padding-left:5px;
	font-size:11px;
	margin-top:3px;
	cursor:text;
}

.LoginButtonOuter{
	float:right;
	width:82px;
	height:20px;
	margin-top:6px;
	margin-right:4px;
}

.LoginButton{
	float:right;
	width:82px;
	height:20px;
	line-height:20px;
	text-align:center;
	background:url(../images/login.png) no-repeat;
	font-size:10px;
	color:#000000;
	cursor:pointer;
}

a.LoginButton{
	color:#000000;
}
a:hover.LoginButton{
	background:url(../images/loginhover.png);
	text-decoration:none;
	color:#000000;
} 

/****************************************************************************
*** Header Class Ends Here ***
******************************************************************************/

/*************************************************************************
*** Navigation Menu Class Starts Here ***
**************************************************************************/
.navigation_Strip{
	float:left;
	width:100%;
	height:38px;
	margin:0px;
	padding:0px;
	text-align:center;
	background:url(../images/menu_bg.jpg) top center;
}

.navigation{
	margin:0 auto;
	width:521px;
	height:38px;
	padding:0px;
	text-align:left;
	background:url(../images/divider.jpg) left top no-repeat;
}

.navigation ul{
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-type:none;
}


.navigation ul li{
	width:auto;
	margin:0px;
	height:38px;
	float:left;
	width:auto;
}

.navigation ul li a{
	display:block;
	padding:0 40px;
	width:auto;
	float:left;
	height:38px;
	line-height:38px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
	background:url(../images/divider02.jpg) right top no-repeat;
}

.navigation ul li a:hover{
	text-decoration:none;
	color:#FFFFFF;
	background:url(../images/menu_over.jpg) right top;
	height:37px;
	padding:0 40px;
	width:auto;
}

/*************************************************************************
*** Navigation Menu Class Ends Here ***
**************************************************************************/


/*****************************************************************************
*** Content Class Starts Here ***
******************************************************************************/

/*** Index Class Starts Here ***/
.lefttop_text{
	float:left;
	width:200px;
	height:15px;
	padding-left:5px;
	padding-top:5px;
}

.Right_DropDown{
	float:right;
	width:auto;
	height:20px;
	margin-right:13px;
}

.ModelBox{
	float:left;
	width:172px;
	height:183px;
	text-align:left;
	margin:0px 13px 10px 0px;
	background:url(../images/modelBox.png) left top no-repeat;
}

.modelicons_Holder{
	width:100%;
	float:left;
	margin-top:7px;
}

.Onliner_image{
	width:160px;
	height:120px;
	margin:5px auto;
	overflow:hidden;
}

.onliner_name{
	float:left;
	width:90%;
	padding:0 5%;
	height:24px;
	font-size:10px;
	text-align:left;
	line-height:24px;
}
 
.onliner_name span{
	 font-weight:bold;
	 color:#049e0f;
 }
 
.onliner_name span a{
 	 font-weight:bold;
	 color:#049e0f;
	 text-decoration:none;
}

.onliner_name span a:hover{
	text-decoration:underline;
}

.Go_chatwith{
	float:left;
	width:80%;
	padding:0 10%;
	height:24px;
	text-align:center;
	vertical-align:middle;
	line-height:22px;
	color:#810000;
	font-size:10px;
}

.Go_chatwith span{
	padding:0 13px;
}

.Go_chatwith a{
	text-decoration:underline;
	font-weight:bold;
	color:#810000;
	font-size:10px;
	line-height:22px;
}

.Go_chatwith a:hover{
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

.paging_list{
	float:left;
	width:912px;
	text-align:center;
	height:20px;
	padding-top:15px;
	margin:0px;
}

.pagingListCenter{
	width:230px; 
	margin:0px auto; 
	height:auto;
}

.paging_list:hover{
	float:left;
	width:912px;
	height:20px;
	padding-top:15px;
	margin:0px;
}

.paging_list span a{
	float:left;
	display:block;
	height:17px;
	line-height:17px;
	width:34px;
	text-align:center;
	text-decoration:none;
	border:1px solid #8c8e91;
	color:#FFFFFF;
	font-size:11px;
	margin-left:6px;
}

.paging_list span a:hover{
	text-decoration:none;
	color:#000000;
	background:#FFFFFF;
}

.paging_list a{
	display:block;
	float:left;
	width:20px;
	height:17px;
	line-height:17px;
	border:1px solid #8c8e91;
	background:#c6c6c6;
	color:#FFFFFF;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
	margin-left:6px;
}


.paging_list a:hover {
	background:#FFFFFF;
	color:#000000;
	text-decoration:none;
}

.paging_list a b{
	font-weight:normal;
	background:#FFFFFF;
	color:#000000;
	display:block;
	float:left;
	width:20px;
	height:17px;
	line-height:17px;
}

/********************************************************************************
*** Dropdown Class start Here ***
*********************************************************************************/

div.sample_attach
{
  width: 196px;
  padding: 0px ;
  font-weight: normal;
  color: #000000;
  float:left;
  height:24px;
  line-height:19px;
  font-size:11px;
  text-align:center;
  background:url(../images/button_bg.jpg) no-repeat;
}

.sample_attachSelect
{
  width: 196px;
  background:none;
  border:none;
  padding: 0px ;
  font-weight: normal;
  color: #000000;
  float:left;
  height:24px;
  line-height:19px;
  font-size:11px;
  text-align:center;
}

.sample_attach a
{
  width: 180px;
  padding: 0px 5px;
  font-weight: normal;
  color: #000000;
  height:20px;
 
}

.sample_attach a:hover
{
  display: block;
  border-bottom: none;
  text-decoration: none;
  
}

form.sample_attach
{
  position: absolute;
  visibility: hidden;
  border: 1px solid black;
  background: #FFFFEE;
  padding: 0px 5px 2px 5px;
}


div.sample_attach02{
  width: 138px;
  padding: 0px ;
  font-weight: normal;
  color: #000000;
  float:left;
  height:24px;
  line-height:19px;
  font-size:11px;
  text-align:center;
  background:url(../images/bg_image02.jpg) no-repeat;
  margin-left:10px;
}

form.sample_attach02{
  position: absolute;
  visibility: hidden;
  border: 1px solid black;
  background: #FFFFEE;
  padding: 0px 5px 2px 5px;
}


/********************************************************************************
*** Dropdown Class Ends Here ***
*********************************************************************************/
/*** Index Class Ends Here ***/

/*** Profile Class Starts Here ***/

.profileOuter{
float:left; 
width:912px; 
height:auto;
margin-top:13px; 
}

.headingPage{
float:left;
width:45%;
font-size:24px;
font-weight:bold;
color:#c63a62;
}
.headingPage span a{
font-size:12px;
color:#c63a62;
text-decoration:none;
}

.headingPage span a:hover{
font-size:12px;
color:#c63a62;
text-decoration:underline;
}

.statusPage{
float:right;
width:45%;
font-size:24px;
font-weight:bold;
color:#676767;
text-align:right;
}

.statusPage span{
color:#8bd239;
font-size:24px;
font-weight:bold;
}

.profileThumb{
float:left; 
width:525px; 
height:260px; 
background:url(../images/prifileLeft.png) no-repeat;
}

.profileLarge{
float:right; 
width:381px; 
height:260px; 
background:url(../images/prifileRight.png) no-repeat;
}

.slideShowOuter{
float:left; 
width:912px; 
height:auto;
margin-top:8px; 
}

a.showbtn {   
   	color:#000;
   	width:379px; 
   	height:42px;  
   	background:url(../images/proLiveShow.jpg) no-repeat;   
   	border: 0px solid;
	font-size:18px;
	font-weight:bold;
	cursor:pointer;
	display:block;
	text-align:center;
	padding-top:10px;  
 }

a:hover.showbtn {
 	width:379px;
	height:42px;
   	background:url(../images/proLiveShow_H.jpg) no-repeat;
	text-decoration:none;
}

.proSpeak{
float:left; 
width:515px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#28292d;
margin:8px 0 0 10px;
}

.proSpeakLang{
float:left;
width:auto;
margin:2px 10px 0 0;
font-size:14px;
}
.proSpeakImg{
float:left;
width:24px;
height:19px;
margin-right:3px;
}

.proSpeakLang a{
font-size:14px;
color:#28292d;
text-decoration:none;
}

.proSpeakLang a:hover{
color:#28292d;
text-decoration:underline;
}


.leftCorner01{
float:left;
width:6px;
height:61px;
background:url(../images/leftCorner01.jpg) no-repeat;
}
.rightCorner01{
float:left;
width:6px;
height:61px;
background:url(../images/rightCorner01.jpg) no-repeat;
}

.slideShowDetailOuter{
float:left; 
width:912px; 
height:auto;
margin-top:16px; 
}
.slideShowDetailBG{
float:left; 
width:900px; 
height:61px; 
background:#d1e8bc; 
}
.slideShowDetail{
width:98%;
margin:0px auto;
font-size:14px; 
text-align:justify;
padding:10px 0px;
line-height:20px;
}

.leftCorner03{
float:left;
width:6px;
height:77px;
background:url(../images/leftCorner03.jpg) no-repeat;
}

.rightCorner03{
float:left;
width:6px;
height:77px;
background:url(../images/rightCorner03.jpg) no-repeat;
}

.middleCorner03{
float:left; 
width:900px; 
height:77px; 
background:url(../images/middleCorner03.jpg) repeat-x; 
}

.middleCorner03Outer{
float:left; 
width:auto; 
padding:0px 20px; 
border-right:1px solid #e6e8ea; 
height:77px;
}
.middleCorner03Outer01{
float:left; 
width:auto; 
padding-left:19px; 
height:77px;
}
.middleCorner03Heading{
float:left; 
width:auto; 
padding-top:8px; 
height:auto; 
font-family:Arial, Helvetica, sans-serif; 
font-size:16px; 
text-align:center;
font-weight:bold;
}

.middleCorner03Text{
padding-top:20px; 
font-size:16px;
font-weight:normal;
}

.middleCorner03Text00{
padding-top:7px; 
font-size:16px;
font-weight:normal;
}
/*** Profile Class Ends Here ***/

/*** Joinpage Class Starts Here ***/

.joinpageOuter{
float:left;
width:912px;
height:auto;
margin-top:27px;
}


.contactOuter{
width:893px;
height:auto;
margin-top:27px;
float:left;
}


.contactInfoPanel{
width:721px;
margin:0px;
float:left;
background:url(../images/contachInfopanel.jpg) left top no-repeat ;
height:294px;
}

.contactInfo{
padding-top:50px;
padding-left:48px;
font-size:13px;
}

.contactInfo a{
text-decoration:none;
color:#36393e;
} 

.contactInfo a:hover{
text-decoration:underline;
}


.rightAddPanel{
width:148px;
margin:0px;
float:left;
padding-left:23px;
height:auto;
}

.rightAddPanel img{
margin-bottom:14px;
}

.joinpageBG{
width:910px;
margin:0px auto;
background:url(../images/joinpageBG.jpg) no-repeat;
height:327px;
}


.joinpageBGsmall{
width:912px;
background:#f4f7ef url(../images/confirm_p_boxtop.jpg) no-repeat;
float:left;
min-height:293px;
height:auto;
}

.joinpageBGborder{
width:912px;
background:url(../images/middleBorder.png) repeat-y;
float:left;
height:auto;
margin-top:14px;
}


.joinpageBGsmallbottom{
width:912px;
background:url(../images/confirm_p_boxbottom.jpg) no-repeat;
float:left;
height:17px;
margin:0px;
margin-top:-13px;	
padding:0px;
}

.choosePackOuter{
float:left; 
width:450px; 
margin-left:1px; 
margin-top:14px;
}

.choosePackOuter02{
float:left; 
width:450px; 
margin-left:1px; 
}

.choosePackOuter02{
float:left; 
width:450px; 
margin-left:1px; 

}

.choosePack{
width:420px; 
margin:0 auto;
height:auto;
}

.join1{
float:left;
width:42px;
height:42px;
margin-right:10px;
}

.choosePackTitle{
float:left;
width:85%;
font-size:22px;
font-weight:bold;
color:#28292d;
}
.choosePackDetail{
float:left;
width:85%;
font-size:12px;
color:#28292d;
margin-top:2px;
}

.choosePackDetail a{
font-size:12px;
color:#28292d;
text-decoration:none;
}

.choosePackDetail a:hover{
text-decoration:underline;
}

.choosePackCoinOuter{
width:379px;
margin:0 auto;
height:auto;
margin-top:20px;
}

.choosePackCoinOuter02{
width:379px;
margin:0 auto;
height:auto;
margin-top:30px;
}


* html .choosePackCoinOuter{
width:379px;
margin:0 auto;
height:auto;
margin-top:10px;
}

.tableTitle{
float:left;
width:100%;
background:#d1e8bc url(../images/choosePackTop.jpg) no-repeat top;
height:31px;
border-bottom:1px solid #fdfefc;
}

.tableDetail{
float:left;
width:100%;
background:#e2f1d5;
height:31px;
border-bottom:1px solid #fdfefc;
}

.tableDetail:hover{
float:left;
width:100%;
background:#9be741;
height:31px;
border-bottom:1px solid #fdfefc;
cursor:pointer;
}
.tableDetail01{
float:left;
width:100%;
background:#71ce02;
height:31px;
border-bottom:1px solid #fdfefc;
}

.tableDetail01:hover{
float:left;
width:100%;
background:#9be741;
height:31px;
border-bottom:1px solid #fdfefc;
cursor:pointer;
}

.tableDetailBottom{
float:left;
width:100%;
background:#e2f1d5 url(../images/choosePackBottom.jpg) no-repeat bottom;
height:31px;
}

.tableDetailBottom:hover{
float:left;
width:100%;
background:#9be741;
height:31px;
cursor:pointer;
}

.chooseCoin{
float:left;
width:190px;
height:30px;
text-align:center;
border-right:1px solid #fdfefc;
}

.choosePrice{
float:left;
width:188px;
height:30px;
text-align:center;
}

.coinPrice{
color:#28292d;
font-size:12px;
padding-top:8px;
font-weight:bold;
}

.coinPriceDetail{
color:#28292d;
font-size:12px;
padding-top:8px;
font-weight:bold;
text-align:left;
padding-left:73px;
}

.chooseRadio{
float:left; 
width:31px; 
margin-top:8px; 
text-align:right;
}
.chooseCoinAmt{
float:left; 
width:64px; 
text-align:right; 
margin-top:6px; 
font-size:14px; 
font-weight:bold;
}
.chooseCoinText{
float:left; 
width:55px; 
text-align:right; 
margin-top:6px; 
font-size:14px;
}

.handShakeOuter{
width:310px;
margin:0px auto;
height:auto;
margin-top:15px;
}

.joinyourEmail{
float:left;
width:auto;
font-size:14px;
font-weight:bold;
}
.joinyourEmail02{
float:left;
width:auto;
font-size:13px;
font-weight:bold;
}

.joinEmailOuter{
float:left; 
width:100%; 
font-size:12px; 
margin-top:10px;
}



.joinEmailOuter a{
font-size:12px;
color:#28292d;
text-decoration:none;
}

.joinEmailOuter a:hover{
text-decoration:underline;
}

.joinEmailIntOuter{
float:left; 
width:100%; 
height:26px; 
margin-top:2px; 
background:url(../images/joinEmailBG.jpg) no-repeat;
padding-left:4px;
padding-top:2px;
}

.joinEmailIntOutersmall{
float:left; 
width:117px; 
height:26px; 
margin-top:2px; 
background:url(../images/expireinput.jpg) no-repeat;
padding-left:4px;
padding-top:2px;
}

.joinEmailInput{
width:360px;
background:none;
border:0px;
padding-top:3px;
font-size:12px;
font-weight:bold;
}


.joinEmailInputsmall{
width:110px;
background:none;
border:0px;
padding-top:3px;
font-size:12px;
font-weight:bold;
}

.joinSelectIntOuter{
float:left; 
width:100%; 
height:26px; 
margin-top:2px; 
background:url(../images/joinpgSelect.jpg) no-repeat;
padding-left:2px;
padding-top:3px;
font-size:14px;
}


.expireDateOuter{
float:left; 
width:168px; 
height:26px; 
margin-top:2px; 
background:url(../images/expiredate.jpg) no-repeat;
padding-left:2px;
text-align:center;
padding-top:3px;
font-size:14px;
}



.expireyearOuter{
float:left; 
width:117px; 
height:26px; 
margin-top:2px; 
background:url(../images/expireyear.jpg) no-repeat;
padding-left:2px;
text-align:center;
padding-top:3px;
font-size:14px;
}

/*** Joinpage Class Ends Here ***/

/********************************************************************************
*** Content  Class Ends Here ***
*********************************************************************************/

/*********************************************************************************
*** Footer Class Starts Here ***
**********************************************************************************/

#footer{
	float:left;
	width:912px;
	height:auto;
	color:#8c8e91;
	font-size:10px;
	font-weight:normal;
	border-top:1px solid  #c4c6c8;
	margin-top:40px;
}

.martop{
	margin-top:50px;
}


.languages{
	width:300px;
	margin:0 auto;
	height:auto;
	text-align:left;
	margin-top:5px;
}


.lang{
	float:left;
	width:auto;
	padding:0 3px;
	text-align:left;
	height:auto;
}

.lang a {
	text-decoration:none;
	color:#8c8e91;
}

.lang a:hover{
	text-decoration:underline;
	color:#8c8e91;
}

.footerbottom{
	width:430px;
	margin:0 auto;
	padding-top:10px;
	height:auto;
}


.siteowned{
	width:100%;
	margin:0 auto;
	height:auto;
	text-align:center;
	margin-top:10px;
	margin-bottom:15px;
}

/**********************************************************************************
*** Footer  Class Ends Here ***
***********************************************************************************/

/**********************************************************************************
*** Select  Class Starts Here ***
***********************************************************************************/

select {
	width: 100px;
	height: 14px;
	font-size: 13px;
	background:#6633FF;
	
}
div.select {
	cursor: pointer;
}
div.select div {
	height: 19px;
}
div.select div p {
	margin:0;
	display: block;
}
div.select ul {
	margin:0;
	padding:0;
	list-style:none;
	background-color: #fcfcfc;
	border:1px solid #7e7f81;
}
div.select li {
	border-top: 1px solid #ededee;
	color: #4d4d4d;
	height: 18px;
	cursor: pointer;
}
div.select li.active {
	background-color: #e6e8ea;
	color: #27292c;
}

/*----------Another One-------------------------*/
select1 {
	width: 100px;
	height: 14px;
	font-size: 13px;
	background:#6633FF;
	
}
div.select1 {
	cursor: pointer;
}
div.select1 div {
	height: 19px;
}
div.select1 div p {
	margin:0;
	display: block;
}
div.select1 ul {
	margin:0;
	padding:0;
	list-style:none;
	background-color: #fcfcfc;
	border:1px solid #7e7f81;
}
div.select1 li {
	border-top: 1px solid #ededee;
	color: #4d4d4d;
	height: 18px;
	cursor: pointer;
}
div.select1 li.active {
	background-color: #e6e8ea;
	color: #27292c;
}

/*----------Another Joinpage-------------------------*/

selectjoin {
	width: 100px;
	height: 14px;
	font-size: 14px;
	background:#6633FF;
	
}
div.selectjoin {
	cursor: pointer;
}
div.selectjoin div {
	height: 19px;	padding-top:2px;
}
div.selectjoin div p {
	margin:0;
	display: block;
}
div.selectjoin ul {
	margin:0;
	padding:0;
	list-style:none;
	background-color: #fcfcfc;
	border:1px solid #7e7f81;

}
div.selectjoin li {
	border-top: 1px solid #ededee;
	color: #4d4d4d;
	height: 18px;
	cursor: pointer;
	font-size:14px;
}
div.selectjoin li.active {
	background-color: #e6e8ea;
	color: #27292c;
}


/*----------Another For  Confirm Payment -------------------------*/

selectjoin02 {
	width: 100px;
	height: 14px;
	font-size: 14px;
	background:#6633FF;
	
}
div.selectjoin02 {
	cursor: pointer;
}
div.selectjoin02 div {
	height: 19px;	padding-top:2px;
}
div.selectjoin02 div p {
	margin:0;
	display: block;
}
div.selectjoin02 ul {
	margin:0;
	padding:0;
	list-style:none;
	background-color: #fcfcfc;
	border:1px solid #7e7f81;

}
div.selectjoin02 li {
	border-top: 1px solid #ededee;
	color: #4d4d4d;
	height: 18px;
	cursor: pointer;
	font-size:14px;
}
div.selectjoin02 li.active {
	background-color: #e6e8ea;
	color: #27292c;
}


/**********************************************************************************
*** Select  Class Ends Here ***
***********************************************************************************/
