/* ---------------------------------------------
   Happold Media
   2cols_imgsr template
   site/template/pages/2cols_imgsr/2cols.css
   --------------------------------------------- */

/* --- Preview ---

   .-----------------------------. .-------------.
   |                             | |             |
   |                             | |             |
   |             lbox            | |    rcol     |
   |                             | |             |
   |                             | |             |
   |                             | |  (images    |
   |                             | |   inline)   |
   |                             | |             |
   |                             | |             |
   |                             | |             |
   |                             | |             |
   '-----------------------------' '-------------'

*/

.content .lbox {
	float: left;
	margin-right: 20px;
}

.content .rcol {
	float: left;
}

.content .rcol img {
	margin-bottom: 10px;
}

/* For form-replace */
.content .lbox{width:520px;/*height:390px;*/}
.content .rcol{width:260px;/*height:390px;*/}