/* Stylized Forms */


.stylized{
width:480px;
padding:14px;
background:#EEEEEE;
border:#818181 1px solid;
border-top:none; 
padding:0 10px 35px 10px;
}
.stylized h2, #stylized h2 a{
margin:0;
padding:15px 0 25px 0;
font-size:18px;
color:#6393b5; font-weight:bold
}
.stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
margin-left:10px
}
.stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
.stylized input, .stylized textarea, .stylized select, .stylized #upload{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:300px;
margin:2px 0 16px 10px;
}
.stylized input:focus, #stylized textarea:focus{
border:#326f90 1px solid;
}
.stylized select {width:100px}
.stylized button{
clear:both;
margin-left:160px;
width:125px;
height:31px;
background-color:#666666;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
border:none
}

.stylized p {margin:15px 0 35px 0}

.stylized .hidden_file {
text-align: right; 
z-index: 2; 
height:27px; 
width:305px; 
position:relative; 
left:-225px; 
margin:0; 
padding:0; 
float:left; 	
-moz-opacity:0 ;
filter:alpha(opacity: 0);
opacity: 0;
z-index: 2}

.stylized .browse_button {
width:87px; 
height:25px; 
background:#EEEEEE url(images/browse.gif) no-repeat; 
float:left; 
position:relative; 
margin:-24px 10px 0 0
}

.stylized .upload_button {
position:relative; 
margin:-24px 0 0 0px; 
border:none; 
width:87px; 
height:25px; 
background:#EEEEEE url(images/upload.gif) no-repeat; 
float:left
}

.stylized .checkbox_outer {width:300px; height:10px; float:left; margin: 2px 0 16px 10px; padding: 4px 2px}
.stylized .checkbox {margin:0; padding:0; text-align:left; width:10px}

/* Tabs */
/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	border-bottom:1px solid #CCCCCC; width:500px;	
	height:30px;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: url(images/blue.png) no-repeat -420px 0;
	font-size:12px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 134px;
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -420px -31px;	
	color:#fff;	
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -420px -62px;		
	cursor:default !important; 
	color:#000 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */

/* width 1 */
ul.tabs a.s 			{ background-position: -553px 0; width:81px; }
ul.tabs a.s:hover 	{ background-position: -553px -31px; }
ul.tabs a.s.current  { background-position: -553px -62px; }

/* width 2 */
ul.tabs a.l 			{ background-position: -248px -0px; width:174px; }
ul.tabs a.l:hover 	{ background-position: -248px -31px; }
ul.tabs a.l.current  { background-position: -248px -62px; }


/* width 3 */
ul.tabs a.xl 			{ background-position: 0 -0px; width:248px; }
ul.tabs a.xl:hover 	{ background-position: 0 -31px; }
ul.tabs a.xl.current { background-position: 0 -62px; }


/* initially all panes are hidden */ 
.panes .pane {
	display:none;		
}