/*
	5-1-2013
	Stephen Croce
	<!-- Squish13 -->
	This css file created to handle management and updates to styles subsequent to the handoff of the ownership of dotPhoto from MyPhotoAlbum to DP
	Intent is to provide a demarcation point between older and newer styling development and to touch as little of the existing structure as possible
*/
div.main div.main3
{
	min-height:545px !important;
}
div.left div.side3
{
	min-height:545px !important;
}
#iPhoneSkins
{
	color:red;
	text-align:center;
	background-image:url('/img/iPhoneImg.jpg?v=1');
	background-repeat:no-repeat;
	height:120px;
}
#JoinMarketingLanguage
{
	position:relative;
	top:10px;
}
#who-uses-box
{
	min-height:255px !important;
}
/*Squish31-GoogleSearchBox - START - styling that integrates the google custom search into the page design*/
.cse .gsc-control-cse, .gsc-control-cse
{
	padding:0px !important;
}
#search
{
	position:relative !important; 
	width:921px; 	
	height:35px !important;	
	
	/* decent technique for beveled borders*/
	/*http://churchm.ag/beveled-pressed-shadow-css-borders/*/
    /*outline: 1px solid #ddd;*/
    border-top: 1px solid #fff;
    padding: 2px;
    background: #f0f0f0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  /* Chrome- and Safari-specific CSS here*/
  /*#search {top:-735px; }*/
}
div#hd
{
	margin-bottom:4px !important;
}
.gsc-control-wrapper-cse
{
	width:502px !important;
	margin-left:232px !important;
	height:32px;	
}
#gsc-i-id1
{
	background: url("/img/Search/searchDotPhotoWhite.gif") no-repeat scroll left center rgb(255, 255, 255) !important;
	width:22.25em !important;
}
.gsc-input th, td
{
	border:none;
}
.gsc-clear-button
{
	display:none;
}
table.gsc-search-box
{
	width:80% !important;
	margin-top:-8px;
}
input.gsc-search-button {
    background-color: #A70C07 !important;
    border-color: #000000;
}
.cse form.gsc-search-box, form.gsc-search-box
{
	margin-bottom:0px;
	padding:0px;
	position:relative;
	top:-4px;
}
.cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input
{
	padding-bottom:0px;
	padding-top:0px;
}
/*Squish31-GoogleSearchBox - END - styling that integrates the google custom search into the page design*/