/*******************
Author: Patrick Ryan
URL: http://www.agavegroup.com

Feel free to use this however you like.  Credit is always appreciated.
*******************/

body {
font-family:arial,helvetica;
	margin: 0;
	padding: 0;
	color: #000000; /* font color */
	/*background: url(http://www.in-mommy.com/event/css/back_sky.jpg) top left repeat-x;*/
	font-size:13px;
	line-height:210%;
}

#rapUpload1 {
	/*
	margin: 0 auto 0 auto;
	*/
	width: 600px;
	overflow: auto;
	text-align: left; /* added by Alex King for compatibility with IE 5 */
	background: url(../img/whiteboxMid.gif) top left repeat-y; 

}


#headerUpload {

	margin: 0 auto 0 auto;
	
	width:600px;
	text-align:left;
	height: 35px;

	background: url(../img/whiteboxTop.gif) top left no-repeat;

}

#footerUpload {

	margin: 0 auto 0 auto;
	
	width:600px;
	text-align:left;
	height: 35px;
	background: url(../img/whiteboxBot.gif) top left no-repeat;

}

#contentUpload {
	
	margin:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:45px;
	text-align: left;
	
	width: 275px;
	float: left;
	overflow: hidden;
	background-color: transparent;
	/*
	border-right:#000000 solid 1px;
	border-left:#000000 solid 1px;
	*/
	
}

#sidebarUpload {
	width: 230px;
	margin:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:25px;
	float: right;
	background-color: transparent;
	/*
	border-right:#000000 solid 1px;
	border-left:#000000 solid 1px;
	*/

	
	
}

.errorMsg {
	
	color:#666666;
	font-size:11px;
}



.categoryUpload{
font-family:Arial black;
font-size:18px;
font-weight:bold;

padding-bottom:6px;
}

#disclaimer{
width:400px;
font-size:12px;
float:right;
padding-left:10px;
padding-right:10px;
line-height:150%;
}







/*******/

/*******************
Author: Patrick Ryan
URL: http://www.agavegroup.com

Feel free to use this however you like.  Credit is always appreciated.
*******************/



input, textarea, select{
	border:0;
	
	margin:3px;
	padding:0px 3px;
	
	font-family:"Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;

}

.picture_upload_field {
font-size: 14px;
/*
width:180px;
*/
}

label{

	margin:5px;
/*	width:200px;
*/
	display:block;
	
}

.clearAll{
	clear:both;
}

/***** Shadows that wrap around ALL elements ***********/
.frmShdwTopLt{
	float:left;
	background:url(http://www.in-mommy.com/event/css/shadowUpperLeft.gif) top left no-repeat;
}

.frmShdwBottomRt{
	float:left;
	background:url(http://www.in-mommy.com/event/css/shadowLowerRight.gif) bottom right no-repeat;
}

.frmShdwBottomLt{
	float:left;
	background:transparent url(http://www.in-mommy.com/event/css/shadowBottomLeft.gif) bottom left no-repeat;
}

.frmShdwTopRt{
	float:left;
	background:transparent url(http://www.in-mommy.com/event/css/shadowTopRight.gif) top right no-repeat;
}


/***** styles specific to the CHECKBOX **********/
.frmShdwCheck{
	border:0;
	margin:0;
	padding:0;
}

	.frmShdwCheck img{
		border:0;
		margin:0;
	}

	
/***** styles specific to the RADIO BUTTONS **********/
.frmShdwRadio{
	float:left;
	margin:0;
}

	.frmShdwRadio img{
		border:0;
		margin:0;
	}

	
/***** styles specific to the SUBMIT BUTTONS **********/
.frmShdwSubmit{
	border:0;
	background:#f7f7f7 !important;
	/*background:transparent;*/
	background:#FFFFFF;
	
	font-weight:bold;
	cursor:pointer;
	width:180px;
	height:100px;
}

	.frmShdwSubmit:hover{
		color:#000000;
	}
	

/***** styles specific to the SELECT BOX **********/
.frmShdwSelectDropChosen{
	margin:3px 3px 3px 5px;
	padding: 0 0 0 2px !important;
	padding: 0 0 3px 2px;
	font-size:.9em;
	float:left;
	border-right:1px solid #cccccc;
	border-left:1px solid #ffffff !important;
	border-left:0;
	display:block;
	cursor:pointer;
	/*some stuff for IE*/
	color:#666666;
	text-decoration:none;
}

.frmShdwSelectDropShown{
	margin:3px 3px 3px 5px;
	padding: 0 0 0 2px;
	font-size:.9em;
	float:left;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	position:absolute;
	background:#ffffff;
}

.frmShdwSelectDrop{
	display:none;
}

.fakeSelectImg{
	border:0;
}

.frmShdwSelectDropShown a{
	display:block;
	margin:0;
	padding:0px;
	border-bottom:1px dashed #ffffff;
	text-decoration:none;
	color:#666666;
}
	
	.frmShdwSelectDropShown a.selected{
		background:#f7f7f7;
		color:#000000;
		border-bottom:1px dashed #cccccc;
	}
	
	.frmShdwSelectDropShown a.selected:after{
		content:" <<";
	}
	
	
	.frmShdwSelectDropShown a:hover{
		background:#f7f7f7;
		border-bottom:1px dashed #cccccc;
		text-decoration:none;
		color:#666666;
	}
	
	.frmShdwSelectDropShown a:hover:after{
		content:" <<";
	}
	
	
