.textboxG1 {
	background-image:url(../images/fashion_style/txtbox_g1.jpg);
	background-repeat:repeat-x;
	border:1px solid #d1c7ac;
	width: 230px;
	color:#333333;
	padding:3px;
	margin-right:4px;
	margin-bottom:8px;
	font-family:tahoma, arial, sans-serif;
}
/* Gradient 2 */
.textBoxG2 {
	width: 221px;
	background: transparent url('../images/fashion_style/txtbox_g2.jpg') no-repeat;
	color : #747862;
	height:20px;
	border:0;
	padding:4px 8px;
	margin-bottom:0px;
}
/*Search Image in Text Box */
.txtbox_search {
	background:#FFFFFF url(../images/fashion_style/txtbox_search.png) no-repeat 4px 4px;
	padding:4px 4px 4px 22px;
	border:1px solid #CCCCCC;
	width:230px;
	height:18px;
}
/*///////////////////////table border////////////////////*/
#tbl_fashion_Background{
/*background:url(../images/fashion_style/pink_pattern_3.jpeg);*/
background-color:#F9FBF9;

}
#tbl_border{
color:rgba(0,0,0,0.9);
text-shadow:1px 1px 0px rgba(255,255,255,0.8);
border:5px solid #F4F4DF;
-moz-border-radius:15px;
}
#tbl_fashion_menu{
color:rgba(0,0,0,0.9);
text-shadow:1px 1px 0px rgba(255,255,255,0.8);
border:2px solid #BED6BC;
-moz-border-radius:5px;
}
.registration{
line-height:2.5em;
font-size:1.5em;
font-weight:bold;
color:#999933;
text-shadow:#fff 0px 1px 0, #000 0 -1px 0;
font-family:Arial, Helvetica, sans-serif;
}
.controlPanel{
line-height:1.2em;
font-size:1.5em;
font-weight:bold;
color:#B8298D;
text-shadow:#fff 0px 1px 0, #000 0 -1px 0;
font-family:Arial, Helvetica, sans-serif;
}
.controlPanelMenuLink{
line-height:.5em;
font-size:13px;
font-weight:bold;
color:#B8298D;
text-shadow:#fff 0px 1px 0, #000 0 -1px 0;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
}
.controlPanelMenuLink:hover{
line-height:.5em;
font-size:14px;
font-weight:bold;
color:#972274;
/*text-shadow:#fff 0px 1px 0, #000 0 -1px 0;*/
font-family:Arial, Helvetica, sans-serif;
/*text-decoration:underline;*/
}
fieldset {
border:2px ridge #999933;
text-shadow:#fff 0px 1px 0, #000 0 -1px 0;
}

legend {
  padding: 0.2em 0.5em;
  /*border:1px solid green;*/
  line-height:3em; font-size:1.3em; font-weight:bold; color:#999933;
  text-shadow:#fff 0px 1px 0, #000 0 -1px 0;
  }
/*//////////////////////// Button //////////////////*/
#button {
-moz-border-radius:5px;
-webkit-border-radius:5px;
-moz-box-shadow:0px 0px 2px rgba(0,0,0,0.4);
-webkit-box-shadow:0px 0px 2px rgba(0,0,0,0.4);

color:rgba(0,0,0,0.9);
text-shadow:1px 1px 0px rgba(255,255,255,0.8);
border:1px solid rgba(0,0,0,0.5);

background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(255,255,255,1)),to(rgba(185,185,185,1)));
background:-moz-linear-gradient(top,rgba(255,255,255,1),rgba(185,185,185,1));

padding:5px 5px 5px 5px;
}

#button:hover {
background:rgba(240,240,240,1);
}

#button:active, button:focus {
background:-webkit-gradient(linear,0% 100%,0% 0%,from(rgba(255,255,255,1)),to(rgba(185,185,185,1)));
background:-moz-linear-gradient(bottom,rgba(255,255,255,1),rgba(185,185,185,1));
}

#button:disabled {
color:rgba(0,0,0,0.4);
text-shadow:1px 1px 0px rgba(255,255,255,0.5);
background:rgba(220,220,220,1);
}
.fashionDropdown {
background-image:url(../images/fashion_style/txtbox_g1.jpg);
background-repeat:repeat-x;
border:1px solid #d1c7ac;
width: 238px;
color:#333333;
padding:3px;
margin-right:4px;
margin-bottom:8px;
font-family:tahoma, arial, sans-serif;
}